Skip to content

Commit

Permalink
cosmwasm: added cw20_wrapped cw-multi-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kakucodes committed Dec 19, 2024
1 parent 608715a commit 522c39f
Show file tree
Hide file tree
Showing 10 changed files with 1,883 additions and 79 deletions.
327 changes: 252 additions & 75 deletions cosmwasm/Cargo.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion cosmwasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ members = [
"packages/cw_transcode",
"contracts/wormhole-ibc",
"contracts/wormchain-ibc-receiver",
"contracts/ibc-translator"
"contracts/ibc-translator",
"contracts/mock-counter"
]

# Needed to prevent unwanted feature unification between normal builds and dev builds. See
Expand Down
6 changes: 6 additions & 0 deletions cosmwasm/contracts/cw20-wrapped/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ cw2 = { version = "0.13.2" }
cw20 = { version = "0.13.2" }
cw20-base = { version = "0.13.2", features = ["library"] }
thiserror = { version = "1.0.31" }

[dev-dependencies]
cw-multi-test = "0.14"
# this is just used for testing cw20-wrapped's hook logic
counter = { path = "../mock-counter", features = ["interface"] }
anyhow = "1.0.40"
Loading

0 comments on commit 522c39f

Please sign in to comment.