Add pub to xcm::v4::PalletInfo#4976
Conversation
franciscoaguirre
left a comment
There was a problem hiding this comment.
This was clearly a misstep, let's backport it
acatangiu
left a comment
There was a problem hiding this comment.
Needs a prdoc (see directory called prdoc)
|
@acatangiu semver check failed because it thinks the change to pub is a major and not a patch. But the pub fields were the original API. Can we override the check? |
Don't know honestly. @ggwpez @Morganamilo ? Changing this to |
ggwpez
left a comment
There was a problem hiding this comment.
CI seems to be wrong here - this does indeed not look like a major change to me.
Running the semver-check CLI locally confirms this.
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
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 <adrian@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
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 <adrian@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Backporting #4976 to version 1.14.0. The fields in `PalletInfo` were not `pub` in XCMv4 when they were for XCMv3. --------- Co-authored-by: Juan Ignacio Rios <54085674+JuaniRios@users.noreply.github.com> Co-authored-by: Adrian Catangiu <adrian@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
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 🙏🏻