interlay / bridge

Polkadot bridge js SDK with XCM transfer.
Apache License 2.0
1 stars 5 forks source link

Fix: Add Polkadot delivery fee estimate methods from upstream #175

Closed bvotteler closed 6 months ago

bvotteler commented 6 months ago

Added updated Polkadot XCM delivery fee calculations. This should be more accurate than our previous crutch estimate and prevent issues of getting reaped.

TODO before ready for review:

bvotteler commented 6 months ago

Closing as the upstream code also underestimates the fees required and leads to a reaped account, the cause of the miscalculation being currently unclear and requires more time to investigate.

PR #177 is sufficient to circumvent the issue for the time being.