Update Rococo to mirror Kusama (#5617)
* upgrade to kusama base * rollback epoch and clean up * Substitue DOLLARS with UNITS * money constatns to mirror Kusama * fixing typo in test * scheduler+collective+membership+preimage * treasury+democracy+bounties+child_bounties+society * tips+claim+identity+elections_phragmen+vesting * recovery+gilt * proxy+slot+auction+registar+crowdloan * babe+epoch_time modificaction * xcm_config * xcm_config fix * constants * fix conflicts 2 * fmt * update xcm_config * revert xcm_config change * fixing benchmarks * cargo.lock * Revert "babe+epoch_time modificaction" This reverts commit 663cb0292c42c8a084a8c1c36cb966389576989b. * fix benchamrks 2 * fix benchmarks 3 * typos * miscelaneous * fix constants test * rollback comments * rollback lease period * fmt * add ROC to spellcheck dictionary * fix cargo.toml + fixes * remove TODOs * nit fix * weights 1.5 * Bumping number of perm/temp slots available Co-authored-by:al3mart <alejandro@parity.io> Co-authored-by:
alvicsam <alvicsam@gmail.com>
Showing
- polkadot/Cargo.lock 20 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/node/service/src/chain_spec.rs 24 additions, 6 deletionspolkadot/node/service/src/chain_spec.rs
- polkadot/runtime/kusama/src/lib.rs 4 additions, 12 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/kusama/src/xcm_config.rs 2 additions, 1 deletionpolkadot/runtime/kusama/src/xcm_config.rs
- polkadot/runtime/rococo/Cargo.toml 133 additions, 73 deletionspolkadot/runtime/rococo/Cargo.toml
- polkadot/runtime/rococo/constants/src/lib.rs 12 additions, 9 deletionspolkadot/runtime/rococo/constants/src/lib.rs
- polkadot/runtime/rococo/src/lib.rs 1225 additions, 620 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/rococo/src/weights/frame_benchmarking_baseline.rs 91 additions, 0 deletions...runtime/rococo/src/weights/frame_benchmarking_baseline.rs
- polkadot/runtime/rococo/src/weights/mod.rs 15 additions, 1 deletionpolkadot/runtime/rococo/src/weights/mod.rs
- polkadot/runtime/rococo/src/weights/pallet_bounties.rs 139 additions, 0 deletionspolkadot/runtime/rococo/src/weights/pallet_bounties.rs
- polkadot/runtime/rococo/src/weights/pallet_child_bounties.rs 123 additions, 0 deletionspolkadot/runtime/rococo/src/weights/pallet_child_bounties.rs
- polkadot/runtime/rococo/src/weights/pallet_collective_council.rs 176 additions, 0 deletions...t/runtime/rococo/src/weights/pallet_collective_council.rs
- polkadot/runtime/rococo/src/weights/pallet_collective_technical_committee.rs 176 additions, 0 deletions...coco/src/weights/pallet_collective_technical_committee.rs
- polkadot/runtime/rococo/src/weights/pallet_democracy.rs 299 additions, 0 deletionspolkadot/runtime/rococo/src/weights/pallet_democracy.rs
- polkadot/runtime/rococo/src/weights/pallet_elections_phragmen.rs 183 additions, 0 deletions...t/runtime/rococo/src/weights/pallet_elections_phragmen.rs
- polkadot/runtime/rococo/src/weights/pallet_gilt.rs 119 additions, 0 deletionspolkadot/runtime/rococo/src/weights/pallet_gilt.rs
- polkadot/runtime/rococo/src/weights/pallet_identity.rs 233 additions, 0 deletionspolkadot/runtime/rococo/src/weights/pallet_identity.rs
- polkadot/runtime/rococo/src/weights/pallet_preimage.rs 135 additions, 0 deletionspolkadot/runtime/rococo/src/weights/pallet_preimage.rs
- polkadot/runtime/rococo/src/weights/pallet_scheduler.rs 207 additions, 0 deletionspolkadot/runtime/rococo/src/weights/pallet_scheduler.rs
- polkadot/runtime/rococo/src/weights/pallet_session.rs 1 addition, 1 deletionpolkadot/runtime/rococo/src/weights/pallet_session.rs
Please register or sign in to comment