Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved benchmarking infrastructure (do not merge) #1964

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
Add arkworks option
webmaster128 committed Nov 26, 2023
commit 624ca023314924a13eb32b9191f1aaa568a657ee
1 change: 1 addition & 0 deletions contracts/cyberpunk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ backtraces = ["cosmwasm-std/backtraces", "cosmwasm-vm/backtraces"]
cosmwasm-schema = { path = "../../packages/schema" }
cosmwasm-std = { path = "../../packages/std", default-features = false, features = ["abort", "cosmwasm_1_3"] }
drand-verify = "0.6.1"
# drand-verify = { git = "https://github.com/noislabs/drand-verify", branch = "arkworks", default-features = false, features = ["arkworks"] }
hex-literal = "0.4.1"
rust-argon2 = "2.0"
thiserror = "1.0.26"