Skip to content

Commit

Permalink
Bump contract versions to 2.0 (#173)
Browse files Browse the repository at this point in the history
* bump contract versions to 2.0

* exclude failing migrate tests- it will be removed when v2 migration is done
  • Loading branch information
dusan-maksimovic authored Nov 18, 2024
1 parent f58aec5 commit a4a6092
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions artifacts/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
846fd11a6291b84bfba03a657d90fdbc04d192039b41e86d13f85580e1a4fa13 hydro.wasm
aaa56f92b74aaaa88bb0e02775b6bc2984fe2c34fac5f80461d8a6578102fa9b tribute.wasm
52866b130b633cbf90fd58dc1c9a975896a1060a9ed9ea590e9640efe3fee954 hydro.wasm
15437347bcd5b5b65b541dc0eec9f1658250c25d893610cf720475b20a0feb51 tribute.wasm
Binary file modified artifacts/hydro.wasm
Binary file not shown.
Binary file modified artifacts/tribute.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion contracts/hydro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hydro"
version = "1.1.0"
version = "2.0.0"
authors = ["Jehan Tremback", "Philip Offtermatt", "Dusan Maksimovic"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions contracts/hydro/src/migration/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub mod migrate;

#[cfg(test)]
mod testing_migrate;
// #[cfg(test)]
// mod testing_migrate;
2 changes: 1 addition & 1 deletion contracts/tribute/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tribute"
version = "1.1.0"
version = "2.0.0"
edition = "2018"
authors = ["Jehan Tremback", "Philip Offtermatt", "Dusan Maksimovic"]

Expand Down

0 comments on commit a4a6092

Please sign in to comment.