The Transact instruction shouldn't need the require_weight_at_most parameter, since the decoder could just get the weight of the call from its dispatch info.
It might be difficult to estimate the weight needed for BuyExecution though.
Will probably have to go into XCMv5, to not break the format.
The Transact instruction shouldn't need the
require_weight_at_mostparameter, since the decoder could just get the weight of the call from its dispatch info.It might be difficult to estimate the weight needed for
BuyExecutionthough.Will probably have to go into XCMv5, to not break the format.