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.
No, because recall that whatever you specify as weight in BuyExecution is the total amount of weight that your XCM is willing to pay for. If it's any less than max_weight (which I know is a misnomer, but it means what the executing chain thinks is fair price for the message), then we should definitely throw an error and refuse to execute said XCM, as it did not pay enough weight.
Hi,
In
AllowTopLevelPaidExecutionFrom
(here), when processingBuyExecution
we do it like this:Regarding the first arm, should we also be
Ok(())
in caseweight
is belowmax_weight
?It seems like an error to me but I'm skeptical of my own understanding since it hasn't been noticed by now 😅
The text was updated successfully, but these errors were encountered: