Remove `testnets-common` (#2620)
`testnets-common` was introduced recently to start to separate testnet parachain configurations from those of Polkadot and Kusama. The `locks-review` and `polkadot-review` requirements are removed from `parachains-common` in https://github.com/paritytech/polkadot-sdk/pull/2564 and there are [plans](https://github.com/paritytech/polkadot-sdk/pull/2564#discussion_r1410882115) to move the Polkadot and Kusama contents of that package to the fellowship, `testnets-common` is no longer needed. This PR removes the crate and replaces uses of it in `collectives-westend`, the only place it is currently used.
Showing
- Cargo.lock 0 additions, 14 deletionsCargo.lock
- Cargo.toml 0 additions, 1 deletionCargo.toml
- cumulus/parachains/common/src/westend.rs 24 additions, 5 deletionscumulus/parachains/common/src/westend.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml 0 additions, 3 deletions...hains/runtimes/collectives/collectives-westend/Cargo.toml
- cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs 6 additions, 4 deletions...hains/runtimes/collectives/collectives-westend/src/lib.rs
- cumulus/parachains/testnets-common/Cargo.toml 0 additions, 44 deletionscumulus/parachains/testnets-common/Cargo.toml
- cumulus/parachains/testnets-common/src/lib.rs 0 additions, 30 deletionscumulus/parachains/testnets-common/src/lib.rs
- cumulus/parachains/testnets-common/src/rococo.rs 0 additions, 119 deletionscumulus/parachains/testnets-common/src/rococo.rs
- cumulus/parachains/testnets-common/src/westend.rs 0 additions, 140 deletionscumulus/parachains/testnets-common/src/westend.rs
- cumulus/parachains/testnets-common/src/wococo.rs 0 additions, 17 deletionscumulus/parachains/testnets-common/src/wococo.rs
Please register or sign in to comment