-
Notifications
You must be signed in to change notification settings - Fork 690
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
Revert execute_blob
and send_blob
(#4266)
#4290
Revert execute_blob
and send_blob
(#4266)
#4290
Conversation
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.
Maybe also change or remove the original prdoc.
Please also locally run:
cargo test -p pallet-xcm
and
cargo test -r -p asset-hub-westend-integration-tests -p bridge-hub-westend-integration-tests -p asset-hub-rococo-integration-tests -p bridge-hub-rococo-integration-tests -p <all-other-chains>
as the CI is not doing it for this branch..
Removed the prdoc. |
You still need a PRDoc for this PR |
Put the |
A prdoc is still needed to tell the release tooling what crate to release once merged. |
Didn't know our release tooling used prdocs. I added one, please let me know if it's okay |
The CI pipeline was cancelled due to failure one of the required jobs. |
@Morganamilo can we get a new release on crates.io for |
Revert "pallet-xcm: Deprecate
execute
andsend
in favor ofexecute_blob
andsend_blob
(#3749)"This reverts commit feee773.