Skip to content

Commit

Permalink
fix: slowly fixing the commit reveal result test
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed May 6, 2024
1 parent adfe604 commit 1da43f1
Show file tree
Hide file tree
Showing 8 changed files with 234 additions and 153 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ cw-storage-plus = "1.2.0"
cw2 = "1.1.2"
cw-utils = "1.0.3"
hex = "0.4.3"
k256 = "0.13"
libfuzzer-sys = "0.4"
proxy-contract = { path = "./packages/proxy" }
schemars = { version = "0.8.10", features = ["semver"] }
Expand Down
2 changes: 2 additions & 0 deletions packages/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ optimize = """docker run --rm -v "$(pwd)":/code \
[dependencies]
anyhow = { workspace = true }
common = { workspace = true }
cosmwasm-crypto.workspace = true
cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true }
cw-storage-plus = { workspace = true }
cw2 = { workspace = true }
cw-utils = { workspace = true }
hex = { workspace = true }
k256.workspace = true
proxy-contract = { workspace = true }
schemars = { workspace = true }
data-requests = { workspace = true }
Expand Down
Loading

0 comments on commit 1da43f1

Please sign in to comment.