diff --git a/Cargo.lock b/Cargo.lock index a8d7d3f0..b0cef7c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1660,7 +1660,7 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hydro" -version = "1.1.0" +version = "2.0.0" dependencies = [ "bech32 0.9.1", "cosmos-sdk-proto 0.20.0", @@ -3728,7 +3728,7 @@ dependencies = [ [[package]] name = "tribute" -version = "1.1.0" +version = "2.0.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", diff --git a/artifacts/checksums.txt b/artifacts/checksums.txt index 5b12f9a1..065d643f 100644 --- a/artifacts/checksums.txt +++ b/artifacts/checksums.txt @@ -1,2 +1,2 @@ -846fd11a6291b84bfba03a657d90fdbc04d192039b41e86d13f85580e1a4fa13 hydro.wasm -aaa56f92b74aaaa88bb0e02775b6bc2984fe2c34fac5f80461d8a6578102fa9b tribute.wasm +52866b130b633cbf90fd58dc1c9a975896a1060a9ed9ea590e9640efe3fee954 hydro.wasm +15437347bcd5b5b65b541dc0eec9f1658250c25d893610cf720475b20a0feb51 tribute.wasm diff --git a/artifacts/hydro.wasm b/artifacts/hydro.wasm index 06914c9f..07eb6792 100644 Binary files a/artifacts/hydro.wasm and b/artifacts/hydro.wasm differ diff --git a/artifacts/tribute.wasm b/artifacts/tribute.wasm index d03eb2de..24d0151a 100644 Binary files a/artifacts/tribute.wasm and b/artifacts/tribute.wasm differ diff --git a/contracts/hydro/Cargo.toml b/contracts/hydro/Cargo.toml index c66baa75..372d8cd3 100644 --- a/contracts/hydro/Cargo.toml +++ b/contracts/hydro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydro" -version = "1.1.0" +version = "2.0.0" authors = ["Jehan Tremback", "Philip Offtermatt", "Dusan Maksimovic"] edition = "2018" diff --git a/contracts/hydro/src/migration/mod.rs b/contracts/hydro/src/migration/mod.rs index 2b70726a..c10eaa92 100644 --- a/contracts/hydro/src/migration/mod.rs +++ b/contracts/hydro/src/migration/mod.rs @@ -1,4 +1,4 @@ pub mod migrate; -#[cfg(test)] -mod testing_migrate; +// #[cfg(test)] +// mod testing_migrate; diff --git a/contracts/tribute/Cargo.toml b/contracts/tribute/Cargo.toml index 524534aa..e6b03de4 100644 --- a/contracts/tribute/Cargo.toml +++ b/contracts/tribute/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tribute" -version = "1.1.0" +version = "2.0.0" edition = "2018" authors = ["Jehan Tremback", "Philip Offtermatt", "Dusan Maksimovic"]