Implement `XcmPaymentApi` and `DryRunApi` on all system parachains (#4634)
Depends on https://github.com/paritytech/polkadot-sdk/pull/4621. Implemented the [`XcmPaymentApi`](https://github.com/paritytech/polkadot-sdk/pull/3607) and [`DryRunApi`](https://github.com/paritytech/polkadot-sdk/pull/3872) on all system parachains. More scenarios can be tested on both rococo and westend if all system parachains implement this APIs. The objective is for all XCM-enabled runtimes to implement them. After demonstrating fee estimation in a UI on the testnets, come the fellowship runtimes. Step towards https://github.com/paritytech/polkadot-sdk/issues/690.
parent
8d8c0e13
Pipeline
#479682
waiting for manual action
with stages
in
1 hour, 17 minutes, and 44 seconds
Stage:
Stage:
Stage:
Stage:
Stage:
Stage:
Stage:
Showing
- Cargo.lock 8 additions, 0 deletionsCargo.lock
- cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs 3 additions, 10 deletions...us/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs
- cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs 3 additions, 13 deletions...s/parachains/runtimes/assets/asset-hub-westend/src/lib.rs
- cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml 3 additions, 0 deletions...achains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml
- cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs 48 additions, 2 deletions...achains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs
- cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml 3 additions, 0 deletions...chains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml
- cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs 49 additions, 2 deletions...chains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml 3 additions, 0 deletions...hains/runtimes/collectives/collectives-westend/Cargo.toml
- cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs 48 additions, 2 deletions...hains/runtimes/collectives/collectives-westend/src/lib.rs
- cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml 3 additions, 0 deletions...parachains/runtimes/contracts/contracts-rococo/Cargo.toml
- cumulus/parachains/runtimes/contracts/contracts-rococo/src/lib.rs 48 additions, 1 deletion...parachains/runtimes/contracts/contracts-rococo/src/lib.rs
- cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml 3 additions, 0 deletions...s/parachains/runtimes/coretime/coretime-rococo/Cargo.toml
- cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs 48 additions, 2 deletions...s/parachains/runtimes/coretime/coretime-rococo/src/lib.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml 3 additions, 0 deletions.../parachains/runtimes/coretime/coretime-westend/Cargo.toml
- cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs 48 additions, 2 deletions.../parachains/runtimes/coretime/coretime-westend/src/lib.rs
- cumulus/parachains/runtimes/people/people-rococo/Cargo.toml 3 additions, 0 deletionscumulus/parachains/runtimes/people/people-rococo/Cargo.toml
- cumulus/parachains/runtimes/people/people-rococo/src/lib.rs 48 additions, 2 deletionscumulus/parachains/runtimes/people/people-rococo/src/lib.rs
- cumulus/parachains/runtimes/people/people-westend/Cargo.toml 3 additions, 0 deletionscumulus/parachains/runtimes/people/people-westend/Cargo.toml
- cumulus/parachains/runtimes/people/people-westend/src/lib.rs 48 additions, 2 deletionscumulus/parachains/runtimes/people/people-westend/src/lib.rs
- cumulus/parachains/runtimes/testing/penpal/src/lib.rs 3 additions, 10 deletionscumulus/parachains/runtimes/testing/penpal/src/lib.rs
Please register or sign in to comment