Skip to content

Conversation

@seadanda
Copy link
Contributor

@seadanda seadanda commented Dec 5, 2023

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 #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.

@seadanda seadanda added R0-no-crate-publish-required The change does not require any crates to be re-published. T14-system_parachains This PR/Issue is related to system parachains. labels Dec 5, 2023
@seadanda seadanda self-assigned this Dec 5, 2023
@paritytech-review-bot paritytech-review-bot bot requested review from a team December 5, 2023 09:04
@seadanda seadanda marked this pull request as draft December 5, 2023 09:08
@seadanda
Copy link
Contributor Author

seadanda commented Dec 5, 2023

bot fmt

@command-bot
Copy link

command-bot bot commented Dec 5, 2023

@seadanda https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/4607888 was started for your command "$PIPELINE_SCRIPTS_DIR/commands/fmt/fmt.sh". Check out https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/pipelines?page=1&scope=all&username=group_605_bot to know what else is being executed currently.

Comment bot cancel 2-f63e2b1a-de35-4c0c-91d2-7bf513d8c565 to cancel this command or bot cancel to cancel all commands in this pull request.

@command-bot
Copy link

command-bot bot commented Dec 5, 2023

@seadanda Command "$PIPELINE_SCRIPTS_DIR/commands/fmt/fmt.sh" has finished. Result: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/4607888 has finished. If any artifacts were generated, you can download them from https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/4607888/artifacts/download.

@seadanda seadanda marked this pull request as ready for review December 7, 2023 08:49
@bkchr bkchr merged commit 814b938 into master Dec 7, 2023
@bkchr bkchr deleted the donal-rm-testnets-common branch December 7, 2023 21:27
btwiuse added a commit to btwiuse/pdk that referenced this pull request Dec 8, 2023
* 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 <[email protected]>
Co-authored-by: Joshy Orndorff <[email protected]>
btwiuse added a commit to btwiuse/pdk that referenced this pull request Dec 8, 2023
* 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 <[email protected]>
Co-authored-by: Joshy Orndorff <[email protected]>
btwiuse added a commit to btwiuse/pdk that referenced this pull request Dec 29, 2023
* 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 <[email protected]>
Co-authored-by: Joshy Orndorff <[email protected]>
bkchr added a commit to polkadot-fellows/runtimes that referenced this pull request Jan 4, 2024
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 <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
btwiuse added a commit to btwiuse/pdk that referenced this pull request Jan 19, 2024
* 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 <[email protected]>
Co-authored-by: Joshy Orndorff <[email protected]>
btwiuse added a commit to btwiuse/pdk that referenced this pull request Jan 26, 2024
* 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 <[email protected]>
Co-authored-by: Joshy Orndorff <[email protected]>
btwiuse added a commit to btwiuse/pdk that referenced this pull request Feb 2, 2024
* 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 <[email protected]>
Co-authored-by: Joshy Orndorff <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

R0-no-crate-publish-required The change does not require any crates to be re-published. T14-system_parachains This PR/Issue is related to system parachains.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants