Runtime: Kusama gets Society v2 (#7356)
* Remove println * Kusama gets the new society * Integrate migration * Formatting * Add Society weights * Remive diener * Fixes * Update Cargo.toml Co-authored-by:Liam Aharon <liam.aharon@hotmail.com> * Add real historical payment info for Society. * Fixes * Bump Substrate --------- Co-authored-by:
Liam Aharon <liam.aharon@hotmail.com>
Showing
- polkadot/Cargo.lock 198 additions, 193 deletionspolkadot/Cargo.lock
- polkadot/parachain/Cargo.toml 1 addition, 1 deletionpolkadot/parachain/Cargo.toml
- polkadot/runtime/kusama/Cargo.toml 1 addition, 3 deletionspolkadot/runtime/kusama/Cargo.toml
- polkadot/runtime/kusama/src/lib.rs 16 additions, 19 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/kusama/src/past_payouts.rs 312 additions, 0 deletionspolkadot/runtime/kusama/src/past_payouts.rs
- polkadot/runtime/kusama/src/weights/mod.rs 1 addition, 0 deletionspolkadot/runtime/kusama/src/weights/mod.rs
- polkadot/runtime/kusama/src/weights/pallet_society.rs 428 additions, 0 deletionspolkadot/runtime/kusama/src/weights/pallet_society.rs
- polkadot/runtime/kusama/src/xcm_config.rs 1 addition, 13 deletionspolkadot/runtime/kusama/src/xcm_config.rs
- polkadot/runtime/rococo/src/lib.rs 11 additions, 21 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/rococo/src/xcm_config.rs 1 addition, 13 deletionspolkadot/runtime/rococo/src/xcm_config.rs
- polkadot/xcm/Cargo.toml 1 addition, 1 deletionpolkadot/xcm/Cargo.toml
- polkadot/xcm/pallet-xcm/Cargo.toml 1 addition, 1 deletionpolkadot/xcm/pallet-xcm/Cargo.toml
Please register or sign in to comment