Skip to content

Commit

Permalink
contracts: Update to wasmi 0.31 (paritytech#1350)
Browse files Browse the repository at this point in the history
* contracts: Update to wasmi 0.31

* ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime=dev --target_dir=substrate --pallet=pallet_contracts

---------

Co-authored-by: command-bot <>
  • Loading branch information
athei authored Sep 2, 2023
1 parent dd92e74 commit 11a5bad
Show file tree
Hide file tree
Showing 2 changed files with 866 additions and 870 deletions.
2 changes: 1 addition & 1 deletion substrate/frame/contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1", optional = true, features = ["derive"] }
smallvec = { version = "1", default-features = false, features = [
"const_generics",
] }
wasmi = { version = "0.30", default-features = false }
wasmi = { version = "0.31", default-features = false }
impl-trait-for-tuples = "0.2"

# Only used in benchmarking to generate contract code
Expand Down
Loading

0 comments on commit 11a5bad

Please sign in to comment.