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
Adds the paritytech/polkadot-sdk#3607 and
paritytech/polkadot-sdk#3872 to all runtimes.
These APIs work together to allow dry running and estimating execution
and delivery fees for XCMs.
This PR doesn't allow querying the price in assets different than the
relay token for asset hubs. Can be done in a following PR.
Also tracking #388
and #389 for future
improvemens.
Old PR was #359, this
one targets main already updated to Polkadot SDK 1.13.
## Dear reviewer
Although there are a lot of changes, the main one is the addition of the
two aforementioned APIs to all relays and system parachains. The rest of
the files are tests, which all have the same format.
acatangiu
changed the title
Add delivery fee estimation tests for an asset transfer over the bridge
Add fee estimation support for XCMs over P<>K and P<>E bridges
Aug 1, 2024
Fee estimations currently do NOT (correctly) work for XCMs going over P<>K and P<>E bridges.
They should.
The text was updated successfully, but these errors were encountered: