Skip to content

Commit

Permalink
test: replace custom MockApiBech32 for cw-multi-test with the officia…
Browse files Browse the repository at this point in the history
…l implementation
  • Loading branch information
kerber0x committed Dec 12, 2023
1 parent ebad9eb commit 4d49135
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 208 deletions.
85 changes: 47 additions & 38 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,14 @@ prost = {version = "0.11.9", default-features = false, features = ["prost-derive
prost-types = {version = "0.11.9", default-features = false}
white-whale = { path = "./packages/white-whale" }
white-whale-testing = { path = "./packages/white-whale-testing" }
cw-multi-test = { version = "0.18.0", features = ["cosmwasm_1_2", "stargate"] }
cw-multi-test = { version = "0.20.0", features = ["cosmwasm_1_2"] }
uint = { version = "0.9.5"}
integer-sqrt = { version = "0.1.5"}
anyhow = { version = "1.0.71"}
cw-controllers = { version = "1.1.0"}
cw-ownable = { version = "0.5.1"}
anybuf = { version = "0.3.0"}
bech32 = { version = "0.9.1"}
sha2 = { version = "0.10.8"}
ecdsa = { version = "0.16.8"}

# contracts
whale-lair = { path = "./contracts/liquidity_hub/whale_lair" }
Expand Down
1 change: 0 additions & 1 deletion contracts/liquidity_hub/vault-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ terraswap-token.workspace = true
terraswap-pair.workspace = true
fee_collector.workspace = true
anyhow.workspace = true
bech32.workspace = true
Loading

0 comments on commit 4d49135

Please sign in to comment.