contracts: Remove ConfigCache (#8047)
* contracts: Remove ConfigCache
* cargo run --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_contracts --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/contracts/src/weights.rs --template=./.maintain/frame-weight-template.hbs
* Fixup test
Co-authored-by:
Parity Benchmarking Bot <admin@parity.io>
Showing
- substrate/bin/node/executor/tests/basic.rs 1 addition, 1 deletionsubstrate/bin/node/executor/tests/basic.rs
- substrate/frame/contracts/src/benchmarking/mod.rs 1 addition, 1 deletionsubstrate/frame/contracts/src/benchmarking/mod.rs
- substrate/frame/contracts/src/exec.rs 70 additions, 80 deletionssubstrate/frame/contracts/src/exec.rs
- substrate/frame/contracts/src/lib.rs 14 additions, 49 deletionssubstrate/frame/contracts/src/lib.rs
- substrate/frame/contracts/src/rent.rs 2 additions, 2 deletionssubstrate/frame/contracts/src/rent.rs
- substrate/frame/contracts/src/tests.rs 19 additions, 19 deletionssubstrate/frame/contracts/src/tests.rs
- substrate/frame/contracts/src/weights.rs 589 additions, 589 deletionssubstrate/frame/contracts/src/weights.rs
Please register or sign in to comment