Contracts: Reuse module when validating (#3789)

Reuse wasmi Module when validating.
Prepare the code for 0.32 and the addition of Module::new_unchecked
This commit is contained in:
PG Herveou
2024-04-10 20:56:51 +02:00
committed by GitHub
parent cd010925e1
commit 1da8d12dd1
6 changed files with 719 additions and 655 deletions
+12
View File
@@ -0,0 +1,12 @@
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
title: "[pallet-contracts] Benchmarks improvements"
doc:
- audience: Runtime Dev
description: Reuse wasmi module when validating the wasm code.
crates:
- name: pallet-contracts
bump: patch