Skip to content

Commit

Permalink
Merge pull request #19 from octopus-network/v3.1.0
Browse files Browse the repository at this point in the history
Upgrade to v3.1.0
  • Loading branch information
riversyang authored Jan 6, 2023
2 parents f7a386a + b70e164 commit e976679
Show file tree
Hide file tree
Showing 15 changed files with 458 additions and 231 deletions.
211 changes: 203 additions & 8 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "appchain-registry-wrapper"
version = "3.0.0"
version = "3.1.0"
authors = ["Octopus Network"]
edition = "2021"

Expand All @@ -13,6 +13,7 @@ hex = "0.4.2"
num-format = "0.4.0"
# remember to include related mock contracts
appchain-registry = { path = "./appchain-registry" }
appchain-anchor = { git = "https://github.com/octopus-network/octopus-appchain-anchor", branch = "v2.5.0" }
mock-oct-token = { path = "./mock-oct-token" }
mock-appchain-anchor = { path = "./mock-appchain-anchor" }
tokio = { version = "1.14", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion appchain-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "appchain-registry"
version = "3.0.0"
version = "3.1.0"
authors = ["Octopus Network"]
edition = "2021"

Expand Down
Loading

0 comments on commit e976679

Please sign in to comment.