Benchmark Polkadot Claims Pallet (#876)
* fix
* Starting to add benchmarks
* make compile
* add benchmarks
* Make work with Substrate master
* Bench validate unsigned
* back to polkadot master
* starting to add cli with feature flag
* more stuff
* Add to kusama
* Update Cargo.lock
* fix dev dep
* bump wasm builder
* Remove encode from keccak benchmark
* bump spec
* Add weight documentation
* Update Cargo.lock
* Update check_runtime.sh
* Update publish_draft_release.sh
* Update Cargo.lock
Co-authored-by:
thiolliere <gui.thiolliere@gmail.com>
Showing
- polkadot/Cargo.lock 3880 additions, 4051 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 3 additions, 0 deletionspolkadot/Cargo.toml
- polkadot/cli/Cargo.toml 4 additions, 1 deletionpolkadot/cli/Cargo.toml
- polkadot/cli/src/cli.rs 7 additions, 0 deletionspolkadot/cli/src/cli.rs
- polkadot/cli/src/command.rs 12 additions, 0 deletionspolkadot/cli/src/command.rs
- polkadot/parachain/Cargo.toml 2 additions, 2 deletionspolkadot/parachain/Cargo.toml
- polkadot/parachain/src/lib.rs 3 additions, 3 deletionspolkadot/parachain/src/lib.rs
- polkadot/parachain/src/wasm_api.rs 1 addition, 1 deletionpolkadot/parachain/src/wasm_api.rs
- polkadot/primitives/Cargo.toml 2 additions, 2 deletionspolkadot/primitives/Cargo.toml
- polkadot/primitives/src/parachain.rs 3 additions, 3 deletionspolkadot/primitives/src/parachain.rs
- polkadot/runtime/common/Cargo.toml 6 additions, 4 deletionspolkadot/runtime/common/Cargo.toml
- polkadot/runtime/common/src/attestations.rs 1 addition, 1 deletionpolkadot/runtime/common/src/attestations.rs
- polkadot/runtime/common/src/claims.rs 177 additions, 39 deletionspolkadot/runtime/common/src/claims.rs
- polkadot/runtime/common/src/crowdfund.rs 1 addition, 1 deletionpolkadot/runtime/common/src/crowdfund.rs
- polkadot/runtime/common/src/impls.rs 3 additions, 3 deletionspolkadot/runtime/common/src/impls.rs
- polkadot/runtime/common/src/parachains.rs 6 additions, 6 deletionspolkadot/runtime/common/src/parachains.rs
- polkadot/runtime/common/src/registrar.rs 9 additions, 9 deletionspolkadot/runtime/common/src/registrar.rs
- polkadot/runtime/common/src/slot_range.rs 1 addition, 1 deletionpolkadot/runtime/common/src/slot_range.rs
- polkadot/runtime/common/src/slots.rs 1 addition, 1 deletionpolkadot/runtime/common/src/slots.rs
- polkadot/runtime/kusama/Cargo.toml 4 additions, 2 deletionspolkadot/runtime/kusama/Cargo.toml
Please register or sign in to comment