-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - remove obsolete migration code - bump contracts version to v2.0.4 - generate changelog for new version - recompile contracts, regenerate schema * remove old migration files
- Loading branch information
1 parent
c67cad3
commit 354c254
Showing
23 changed files
with
39 additions
and
1,191 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/v2.0.4/bug-fixes/200-remove-migration-to-v2.0.1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Remove contracts migration code from version v1.1.x to version v2.0.2 and bump contracts version to v2.0.4. | ||
([\#200](https://github.com/informalsystems/hydro/pull/200)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Date: December 9th, 2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
984fa9abc8f2b8463b19a1a58efdb0deb2934e9b36d0036c5f47331a978156f3 hydro.wasm | ||
03b0d7c99f9e3e53f86fdc3ab42e230ff113e41d007e06be54c74b0b799d376b tribute.wasm | ||
a6776a5163a701a20bd789f331e781d013755ebfc985aabf9b0306dcc106cd65 hydro.wasm | ||
c6766be58bfc7bd482e5c9e8fbdac3dfa29ee8eeebedd782e4ed49bb3f26a4ff tribute.wasm |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
pub mod migrate; | ||
pub mod v1_1_0; | ||
pub mod v2_0_1; | ||
|
||
#[cfg(test)] | ||
mod testing_v1_1_0_to_v2_0_1; | ||
pub mod v2_0_4; |
Oops, something went wrong.