Add Call Filter That Prevents Nested `batch_all` (#9009)
* add filter preventing nested `batch_all`
* more tests
* fix test
* cargo run --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_utility --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/utility/src/weights.rs --template=./.maintain/frame-weight-template.hbs
Co-authored-by:
Parity Bot <admin@parity.io>
Showing
- substrate/frame/utility/src/lib.rs 11 additions, 3 deletionssubstrate/frame/utility/src/lib.rs
- substrate/frame/utility/src/tests.rs 41 additions, 0 deletionssubstrate/frame/utility/src/tests.rs
- substrate/frame/utility/src/weights.rs 19 additions, 23 deletionssubstrate/frame/utility/src/weights.rs
Please register or sign in to comment