You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
I would recommend just constructing one in some test code and printing it?
From XCMP perspective an empty XCM should probably be valid? So sth like Xcm(vec![]).encode()?
The XCMP queue implementation currently just ignores messages that error with anything that's not
WeightLimitReached
.cumulus/pallets/xcmp-queue/src/lib.rs
Lines 393 to 395 in 8cc008b
We should probably log the errors so we can know when it happens?
The text was updated successfully, but these errors were encountered: