OpenGov in Westend and Rococo (#1177)
Migrating [PR from the archived polkadot
repo](https://github.com/paritytech/polkadot/pull/7272)
As per
https://github.com/paritytech/polkadot/pull/7272#issuecomment-1559240466,
the changes in this MR include the following pallets into [x] Rococo and
[x] Westend runtimes:
pallet_conviction_voting
pallet_referenda
pallet_ranked_collective
pallet_custom_origins
pallet_whitelist
And only for westend-runtime:
pallet_treasury
Following [Kusama runtime
config](https://github.com/paritytech/polkadot/tree/dbae30efe080a1d41fe54ef4da8af47614c9ca93/runtime/kusama/src)
as a baseline.
Benchmarking of the following pallets done for both Rococo and Westend:
pallet_conviction_voting
pallet_referenda
pallet_ranked_collective (only on Rococo)
pallet_whitelist
And only for Westend:
pallet_treasury
Removed Gov1 from Rococo as in
https://github.com/paritytech/polkadot/pull/6701
Rococo Gov1 storage will be cleaned in a different PR - [issue ](https://github.com/paritytech/polkadot-sdk/issues/1618)
---------
Co-authored-by:
Giles Cope <gilescope@gmail.com>
Showing
- Cargo.lock 24 additions, 15 deletionsCargo.lock
- polkadot/node/service/src/chain_spec.rs 2 additions, 16 deletionspolkadot/node/service/src/chain_spec.rs
- polkadot/runtime/rococo/Cargo.toml 18 additions, 0 deletionspolkadot/runtime/rococo/Cargo.toml
- polkadot/runtime/rococo/src/governance/fellowship.rs 343 additions, 0 deletionspolkadot/runtime/rococo/src/governance/fellowship.rs
- polkadot/runtime/rococo/src/governance/mod.rs 93 additions, 0 deletionspolkadot/runtime/rococo/src/governance/mod.rs
- polkadot/runtime/rococo/src/governance/origins.rs 194 additions, 0 deletionspolkadot/runtime/rococo/src/governance/origins.rs
- polkadot/runtime/rococo/src/governance/tracks.rs 320 additions, 0 deletionspolkadot/runtime/rococo/src/governance/tracks.rs
- polkadot/runtime/rococo/src/lib.rs 63 additions, 248 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/rococo/src/weights/mod.rs 5 additions, 6 deletionspolkadot/runtime/rococo/src/weights/mod.rs
- polkadot/runtime/rococo/src/weights/pallet_collective.rs 0 additions, 196 deletionspolkadot/runtime/rococo/src/weights/pallet_collective.rs
- polkadot/runtime/rococo/src/weights/pallet_collective_council.rs 0 additions, 322 deletions...t/runtime/rococo/src/weights/pallet_collective_council.rs
- polkadot/runtime/rococo/src/weights/pallet_collective_technical_committee.rs 0 additions, 324 deletions...coco/src/weights/pallet_collective_technical_committee.rs
- polkadot/runtime/rococo/src/weights/pallet_conviction_voting.rs 195 additions, 0 deletions...ot/runtime/rococo/src/weights/pallet_conviction_voting.rs
- polkadot/runtime/rococo/src/weights/pallet_democracy.rs 0 additions, 525 deletionspolkadot/runtime/rococo/src/weights/pallet_democracy.rs
- polkadot/runtime/rococo/src/weights/pallet_elections_phragmen.rs 0 additions, 315 deletions...t/runtime/rococo/src/weights/pallet_elections_phragmen.rs
- polkadot/runtime/rococo/src/weights/pallet_membership.rs 0 additions, 204 deletionspolkadot/runtime/rococo/src/weights/pallet_membership.rs
- polkadot/runtime/rococo/src/weights/pallet_ranked_collective.rs 175 additions, 0 deletions...ot/runtime/rococo/src/weights/pallet_ranked_collective.rs
- polkadot/runtime/rococo/src/weights/pallet_referenda_fellowship_referenda.rs 524 additions, 0 deletions...coco/src/weights/pallet_referenda_fellowship_referenda.rs
- polkadot/runtime/rococo/src/weights/pallet_referenda_referenda.rs 522 additions, 0 deletions.../runtime/rococo/src/weights/pallet_referenda_referenda.rs
- polkadot/runtime/rococo/src/weights/pallet_tips.rs 0 additions, 161 deletionspolkadot/runtime/rococo/src/weights/pallet_tips.rs
Please register or sign in to comment