-
Notifications
You must be signed in to change notification settings - Fork 857
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
Remove NotConcrete error #3867
Remove NotConcrete error #3867
Conversation
- prdoc is not essential for a cleanup issue - Remove `InvalidAssetNonConcrete` type because this is unused if there is no `NotConcrete` type in asset transfer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Should be good to merge after CI passes
@franciscoaguirre the integration tests keeps failing at
|
Try merging master, unrelated CI errors should go away now |
The CI pipeline was cancelled due to failure one of the required jobs. |
@acatangiu I think this PR is still impacted by the CI |
Yes please fix the issue as pinged by the bot: #3867 (comment) PS: Dont know why the error index is hard-coded, no wonder it fails. I would personally just do |
Yes, good idea! @chungquantin you can locally test this with |
@acatangiu @ggwpez I have updated the code to resolve issues with CI. |
/tip small |
@liamaharon A referendum for a small (20 DOT) tip was successfully submitted for @chungquantin (19nSqFQorfF2HxD3oBzWM3oCh4SaCRKWt1yvmgaPYGCo71J on polkadot). |
The referendum has appeared on Polkassembly. |
d591b16
# Description - Link to issue: #3651 polkadot address: 19nSqFQorfF2HxD3oBzWM3oCh4SaCRKWt1yvmgaPYGCo71J
UnableToDecode, | ||
/// XCM encoded length is too large. | ||
/// Returned when an XCM encoded length is larger than `MaxXcmEncodedSize`. | ||
#[codec(index = 26)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not what i meant by:
I would personally just do
Err(crate::Error::<Test>::TooManyReserves.into())
instead of hard-coding error indices
...
Please remove the hard-coded indices here:
error: [23, 0, 0, 0], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I saw your suggestion. Should I revert and follow your aproach?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no revert required, you could do a followup PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha thanks @acatangiu @ggwpez
Description
polkadot address: 19nSqFQorfF2HxD3oBzWM3oCh4SaCRKWt1yvmgaPYGCo71J