contracts: Upgrade to wasmi 0.28 (#13312)

* Upgrade to wasmi 0.28

* ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_contracts

* Update stale comment

* Renamed variants of `Determinism`

* Compile fix

---------

Co-authored-by: command-bot <>
This commit is contained in:
Alexander Theißen
2023-03-21 00:09:22 +01:00
committed by GitHub
parent d5650ba07b
commit 82cb69922f
15 changed files with 1338 additions and 1393 deletions
+1 -1
View File
@@ -2147,7 +2147,7 @@ impl_runtime_apis! {
storage_deposit_limit,
input_data,
true,
pallet_contracts::Determinism::Deterministic,
pallet_contracts::Determinism::Enforced,
)
}