Use proper weights in the `pallet-template` (#13817)
* benchmarking to generate weights file * add the calculated weights in the extrinsics * use benchmarking v2 syntax to generate the weights * minor syntax change when benchmarking * added WeightInfo in the mock to pass tests * minor cargo fmt format changes
Showing
- substrate/Cargo.lock 1 addition, 0 deletionssubstrate/Cargo.lock
- substrate/bin/node-template/pallets/template/Cargo.toml 1 addition, 0 deletionssubstrate/bin/node-template/pallets/template/Cargo.toml
- substrate/bin/node-template/pallets/template/src/benchmarking.rs 23 additions, 8 deletions...te/bin/node-template/pallets/template/src/benchmarking.rs
- substrate/bin/node-template/pallets/template/src/lib.rs 7 additions, 2 deletionssubstrate/bin/node-template/pallets/template/src/lib.rs
- substrate/bin/node-template/pallets/template/src/mock.rs 1 addition, 0 deletionssubstrate/bin/node-template/pallets/template/src/mock.rs
- substrate/bin/node-template/pallets/template/src/weights.rs 91 additions, 0 deletionssubstrate/bin/node-template/pallets/template/src/weights.rs
- substrate/bin/node-template/runtime/src/lib.rs 1 addition, 0 deletionssubstrate/bin/node-template/runtime/src/lib.rs
Please register or sign in to comment