-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove testnets-common
#2620
Remove testnets-common
#2620
Conversation
bot fmt |
@seadanda https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/4607888 was started for your command Comment |
@seadanda Command |
* Remove `testnets-common` (paritytech#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 paritytech#2564 and there are [plans](paritytech#2564 (comment)) 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. * cumulus-client-cli * substrate-test-utils * checkpoint * remove outdated comment * fmt * polkadot-cli * try-runtime * bunch of cumulus stuff * cumulus-test-client * Mke cumulus test service use paritydb * josh: disable db feature --------- Co-authored-by: Dónal Murray <donal.murray@parity.io> Co-authored-by: Joshy Orndorff <admin@joshyorndorff.com>
* Remove `testnets-common` (paritytech#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 paritytech#2564 and there are [plans](paritytech#2564 (comment)) 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. * cumulus-client-cli * substrate-test-utils * checkpoint * remove outdated comment * fmt * polkadot-cli * try-runtime * bunch of cumulus stuff * cumulus-test-client * Mke cumulus test service use paritydb * josh: disable db feature --------- Co-authored-by: Dónal Murray <donal.murray@parity.io> Co-authored-by: Joshy Orndorff <admin@joshyorndorff.com>
* Remove `testnets-common` (paritytech#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 paritytech#2564 and there are [plans](paritytech#2564 (comment)) 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. * cumulus-client-cli * substrate-test-utils * checkpoint * remove outdated comment * fmt * polkadot-cli * try-runtime * bunch of cumulus stuff * cumulus-test-client * Mke cumulus test service use paritydb * josh: disable db feature --------- Co-authored-by: Dónal Murray <donal.murray@parity.io> Co-authored-by: Joshy Orndorff <admin@joshyorndorff.com>
This PR brings the Kusama and Polkadot constants for System Parachains into the control of the Fellowship. Following up on paritytech/polkadot-sdk#2620 and paired with paritytech/polkadot-sdk#2666. Types are still used from the `parachains-common` crate, but constants are moved into a new crate `system-parachains-constants` in this repo. The re-exports `pub use parachains_common as common` in both asset hubs and collectives have been removed. This is a breaking change for anybody using them in this way, but these should be directly imported from `parachains-common`. This should be noted on the changelog. --------- Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de>
* Remove `testnets-common` (paritytech#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 paritytech#2564 and there are [plans](paritytech#2564 (comment)) 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. * cumulus-client-cli * substrate-test-utils * checkpoint * remove outdated comment * fmt * polkadot-cli * try-runtime * bunch of cumulus stuff * cumulus-test-client * Mke cumulus test service use paritydb * josh: disable db feature --------- Co-authored-by: Dónal Murray <donal.murray@parity.io> Co-authored-by: Joshy Orndorff <admin@joshyorndorff.com>
* Remove `testnets-common` (paritytech#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 paritytech#2564 and there are [plans](paritytech#2564 (comment)) 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. * cumulus-client-cli * substrate-test-utils * checkpoint * remove outdated comment * fmt * polkadot-cli * try-runtime * bunch of cumulus stuff * cumulus-test-client * Mke cumulus test service use paritydb * josh: disable db feature --------- Co-authored-by: Dónal Murray <donal.murray@parity.io> Co-authored-by: Joshy Orndorff <admin@joshyorndorff.com>
* Remove `testnets-common` (paritytech#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 paritytech#2564 and there are [plans](paritytech#2564 (comment)) 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. * cumulus-client-cli * substrate-test-utils * checkpoint * remove outdated comment * fmt * polkadot-cli * try-runtime * bunch of cumulus stuff * cumulus-test-client * Mke cumulus test service use paritydb * josh: disable db feature --------- Co-authored-by: Dónal Murray <donal.murray@parity.io> Co-authored-by: Joshy Orndorff <admin@joshyorndorff.com>
testnets-common
was introduced recently to start to separate testnet parachain configurations from those of Polkadot and Kusama.The
locks-review
andpolkadot-review
requirements are removed fromparachains-common
in #2564 and there are plans 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.