feat(pallet-xcm): Add supported_version to pallet-xcm genesis config#9225
Conversation
|
/cmd fmt |
|
Added |
yes, let's wait for SemVer CI job and see |
Well, yes, it needs to be major. But if we have all the fields private and use some builder pattern for I think it should be quite easy to expand builder functions for all I |
6ecd837
* Allow create backport branches to unstable by A4-backport-unstable* tag (paritytech#9167) In this [PR](paritytech#9139 (comment)), I added the `A4-backport-unstable2507` label, but no backport branch was created for `unstable2507`. Was this intentional or just an oversight or did I miss anything in the release channel? How do we do backports to unstable2507? If manually, just close this. cc: @EgorPopelyaev - this PR is just a blind draft (not sure if it works), probably more needs to be fixed and properly tested. If we really need this, could you please take it over the finish line? If not, just close it :) Co-authored-by: Egor_P <egor@parity.io> * feat(pallet-xcm): Add supported_version to pallet-xcm genesis config (paritytech#9225) Relates to: polkadot-fellows/runtimes#544 Closes paritytech#9075 Adds a `supported_version` field to the pallet-xcm genesis config. Which allows specifying versioned locations at genesis. * Don't use labels for branch names creation --------- Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>
* Allow create backport branches to unstable by A4-backport-unstable* tag (paritytech#9167) In this [PR](paritytech#9139 (comment)), I added the `A4-backport-unstable2507` label, but no backport branch was created for `unstable2507`. Was this intentional or just an oversight or did I miss anything in the release channel? How do we do backports to unstable2507? If manually, just close this. cc: @EgorPopelyaev - this PR is just a blind draft (not sure if it works), probably more needs to be fixed and properly tested. If we really need this, could you please take it over the finish line? If not, just close it :) Co-authored-by: Egor_P <egor@parity.io> * feat(pallet-xcm): Add supported_version to pallet-xcm genesis config (paritytech#9225) Relates to: polkadot-fellows/runtimes#544 Closes paritytech#9075 Adds a `supported_version` field to the pallet-xcm genesis config. Which allows specifying versioned locations at genesis. * Don't use labels for branch names creation --------- Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com> (cherry picked from commit 6e91c9e)
…9225) Relates to: polkadot-fellows/runtimes#544 Closes #9075 Adds a `supported_version` field to the pallet-xcm genesis config. Which allows specifying versioned locations at genesis.
Relates to: polkadot-fellows/runtimes#544
Closes #9075
Adds a
supported_versionfield to the pallet-xcm genesis config. Which allows specifying versioned locations at genesis.