-
- Downloads
fix(pallet_im_online): fix parameters for benchmark
Fixed the pallet_im_online parameters to be pass benchmarks. MaxKeys needs to be at least 1000 because of https://github.com/paritytech/substrate/blob/e94cb0dafd4f30ff29512c1c00ec513ada7d2b5d/frame/im-online/src/benchmarking.rs#L35
Showing
- Cargo.lock 1 addition, 0 deletionsCargo.lock
- runtime/common/Cargo.toml 2 additions, 0 deletionsruntime/common/Cargo.toml
- runtime/common/src/pallets_config.rs 4 additions, 1 deletionruntime/common/src/pallets_config.rs
- runtime/common/src/weights.rs 1 addition, 0 deletionsruntime/common/src/weights.rs
- runtime/common/src/weights/pallet_im_online.rs 67 additions, 0 deletionsruntime/common/src/weights/pallet_im_online.rs
- runtime/gdev/src/lib.rs 1 addition, 1 deletionruntime/gdev/src/lib.rs
Loading
Please sign in to comment