Skip to content
  • Kian Paimani's avatar
    Minimum commission for validators (#10347) · e9a7dc3c
    Kian Paimani authored
    
    
    * Minimum commission for validators
    
    * rename
    
    * Fix benchmakrs
    
    * cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/staking/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    
    * Update frame/staking/src/pallet/mod.rs
    
    * cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/staking/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    
    Co-authored-by: default avatarParity Bot <[email protected]>
    Co-authored-by: default avatarShawn Tabrizi <[email protected]>
    e9a7dc3c