fix get_id for proposal action#434
Merged
Merged
Conversation
brenzi
approved these changes
Oct 3, 2025
fellowship-merge-bot Bot
pushed a commit
to polkadot-fellows/runtimes
that referenced
this pull request
Oct 6, 2025
Even though we have verified that asset payment on Asset Hub works in general, we have now encointered a protocol bug in the encointer pallets erroneously registering asset payouts as native payouts. The patch bump of the encointer-pallets [fixes](encointer/pallets#434) this. Additionally, while investigating above issue, we found that there is an XCM error. While our assets are indeed paid out on asset hub, the overall XCM result is a `NotHoldingFees` error, which came from the `ReportError` instruction from the appendix. While this needs some more investigation, we just removed it, as encointer does not use it for now. The integration tests have been enhanced to also check successful XCM execution on Asset Hub.
This file contains hidden or 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
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.
Closes #433
Released patch versions for encointer-primitives/democracy/treasuries and the Flow works now.