-
Notifications
You must be signed in to change notification settings - Fork 799
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
Backport pallet info pub to SDK 1.14.0 #5202
Merged
EgorPopelyaev
merged 5 commits into
release-crates-io-v1.14.0
from
backport-pallet-info-pub
Aug 15, 2024
Merged
Backport pallet info pub to SDK 1.14.0 #5202
EgorPopelyaev
merged 5 commits into
release-crates-io-v1.14.0
from
backport-pallet-info-pub
Aug 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v3 PalletInfo had the fields public, but not v4. Any reason why? I need the PalletInfo fields public so I can read the values and do some logic based on that at Polimec @franciscoaguirre If this could be backported would be highly appreciated 🙏🏻 --------- Co-authored-by: Adrian Catangiu <[email protected]> Co-authored-by: Oliver Tale-Yazdi <[email protected]>
The CI pipeline was cancelled due to failure one of the required jobs. |
ggwpez
reviewed
Jul 31, 2024
seadanda
reviewed
Aug 5, 2024
@franciscoaguirre do we still need this? |
Yes |
ggwpez
approved these changes
Aug 15, 2024
EgorPopelyaev
merged commit Aug 15, 2024
3a7c3da
into
release-crates-io-v1.14.0
147 of 159 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backporting #4976 to version 1.14.0.
The fields in
PalletInfo
were notpub
in XCMv4 when they were for XCMv3.