• Zeke Mostov's avatar
    [pallet-staking] Refund unused weight for `payout_stakers` (#8458) · 2af0de50
    Zeke Mostov authored
    
    
    * [pallet-staking] Refund unused weight for `payout_stakers` 
    
    fixes #8428
    
    * Use periods in comments
    
    * cargo run --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
    
    * Address Shawn's Feedback
    
    * Assert monotomic weights && improve test note
    
    * Remove stray new line
    
    * debug_assert payout_count <= max
    
    * Only track payouts to nominators; not validators
    
    * Trivial comment update
    
    Co-authored-by: default avatarParity Benchmarking Bot <[email protected]>
    2af0de50