We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Xtokens extrinsics weight is determined like this:
open-runtime-module-library/xtokens/src/lib.rs
Lines 214 to 215 in 19afb58
Where the weight pretty much boils down to the weight of the equivalent xcm message:
Lines 860 to 877 in 19afb58
Wouldn't this underestimate the weight, since it doesn't account for a bunch of logic that constructs the actual message?
The text was updated successfully, but these errors were encountered:
Yeah we need some improvement on this.
Sorry, something went wrong.
No branches or pull requests
Xtokens extrinsics weight is determined like this:
open-runtime-module-library/xtokens/src/lib.rs
Lines 214 to 215 in 19afb58
Where the weight pretty much boils down to the weight of the equivalent xcm message:
open-runtime-module-library/xtokens/src/lib.rs
Lines 860 to 877 in 19afb58
Wouldn't this underestimate the weight, since it doesn't account for a bunch of logic that constructs the actual message?
The text was updated successfully, but these errors were encountered: