Commit 40e3fcb
Snowbridge: Unpaid execution when bridging to Ethereum (#8599)
### Context
Currently we use
[SovereignPaidRemoteExporter](https://github.com/paritytech/polkadot-sdk/blob/ff5c67c8a3d60ccb3f0af114a07db8f4bec485a0/cumulus/parachains/runtimes/assets/asset-hub-westend/src/xcm_config.rs#L457-L464),
which is unnecessary since all fees in Snowbridge V2 will be estimated
on the fly and injected into the XCM.
Resolves: https://linear.app/snowfork/issue/SNO-1510
---------
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
Co-authored-by: Adrian Catangiu <adrian@parity.io>1 parent 4b74df3 commit 40e3fcb
14 files changed
Lines changed: 64 additions & 503 deletions
File tree
- bridges/snowbridge/runtime
- runtime-common/src
- v1
- test-common/src
- cumulus/parachains
- integration-tests/emulated/tests/bridges/bridge-hub-westend/src/tests
- runtimes
- assets/asset-hub-westend/src
- bridge-hubs
- bridge-hub-rococo
- src
- tests
- bridge-hub-westend
- src
- tests
- polkadot/xcm/xcm-builder/src
- prdoc
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 7 | | |
11 | | - | |
12 | 8 | | |
This file was deleted.
Lines changed: 0 additions & 146 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| 309 | + | |
309 | 310 | | |
310 | 311 | | |
311 | 312 | | |
| |||
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
328 | 326 | | |
329 | 327 | | |
330 | 328 | | |
| |||
370 | 368 | | |
371 | 369 | | |
372 | 370 | | |
373 | | - | |
374 | | - | |
| 371 | + | |
375 | 372 | | |
376 | 373 | | |
377 | 374 | | |
| |||
0 commit comments