Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Companion for #3629 (XCM v2) #571

Merged
merged 11 commits into from
Aug 28, 2021
Merged

Companion for #3629 (XCM v2) #571

merged 11 commits into from
Aug 28, 2021

Conversation

gavofyork
Copy link
Member

No description provided.

@gavofyork gavofyork marked this pull request as draft August 12, 2021 09:22
@gavofyork gavofyork marked this pull request as ready for review August 26, 2021 11:01
Comment on lines 422 to +426
weight_limit: Weight,
_credit: Weight,
) -> Outcome {
let o = match &message {
Xcm::Transact { require_weight_at_most, .. } => {
let o = match (message.0.len(), &message.0.first()) {
(1, Some(Transact { require_weight_at_most, .. })) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some weird spacing above.

also we dont need .0 right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not any more, right.

@gavofyork gavofyork merged commit 276e5bd into master Aug 28, 2021
@gavofyork gavofyork deleted the gav-xcm-v2 branch August 28, 2021 13:51
slumber pushed a commit that referenced this pull request Sep 1, 2021
* Update .gitignore and bring into line with XCM v2's SendError

* type

* Some work

* Weighed responses

* extra fields to xcm pallet

* Fixes

* Bump
@apopiak apopiak added the T6-XCM This PR/Issue is related to XCM. label Nov 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T6-XCM This PR/Issue is related to XCM.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants