Skip to content
  • Kian Paimani's avatar
    Add Nomination Pools to Kusama (#5447) · 9f21ec97
    Kian Paimani authored
    
    
    * add nomination pools to kusama
    
    * Update runtime/kusama/src/lib.rs
    
    Co-authored-by: default avatarMara Robin B. <[email protected]>
    
    * Update runtime/kusama/src/lib.rs
    
    * probably fix build
    
    * really fix build
    
    * fix benches
    
    * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark pallet --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
    
    * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark pallet --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
    
    * whitelist transactional storage limit
    
    * make defensive
    
    * fix
    
    * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark pallet --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
    
    * update
    
    * fix benches
    
    * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark pallet --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
    
    * change head
    
    * fmt
    
    Co-authored-by: default avatarMara Robin B. <[email protected]>
    Co-authored-by: default avatarParity Bot <[email protected]>
    9f21ec97