Remove a max supply record on collection's destruction (#11593)
* Remove a max supply record on collection's destruction
* cargo run --quiet --profile=production --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark pallet --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
* cargo run --quiet --profile=production --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=pallet_uniques --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/uniques/src/weights.rs --template=./.maintain/frame-weight-template.hbs
* cargo run --quiet --profile=production --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=pallet_uniques --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/uniques/src/weights.rs --template=./.maintain/frame-weight-template.hbs
Co-authored-by:
Parity Bot <admin@parity.io>
Showing
- substrate/frame/uniques/src/functions.rs 1 addition, 0 deletionssubstrate/frame/uniques/src/functions.rs
- substrate/frame/uniques/src/tests.rs 8 additions, 0 deletionssubstrate/frame/uniques/src/tests.rs
- substrate/frame/uniques/src/weights.rs 77 additions, 65 deletionssubstrate/frame/uniques/src/weights.rs
- substrate/frame/utility/src/weights.rs 31 additions, 23 deletionssubstrate/frame/utility/src/weights.rs
Please register or sign in to comment