mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 08:41:07 +00:00
[xcm-emulator] Chains generic over Network & Integration tests restructure (#2092)
Closes: - #1383 - Declared chains can be now be imported and reused in a different crate. - Chain declaration are now generic over a generic type `N` (the Network) - #1389 - Solved #1383, chains and networks declarations can be restructure to avoid having to compile all chains when running integrations tests where are not needed. - Chains are now declared on its own crate (removed from `integration-tests-common`) - Networks are now declared on its own crate (removed from `integration-tests-common`) - Integration tests will import only the relevant Network crate - `integration-tests-common` is renamed to `emulated-integration-tests-common` All this is necessary to be able to implement what is described here: https://github.com/paritytech/roadmap/issues/56#issuecomment-1777010553 --------- Co-authored-by: command-bot <>
This commit is contained in:
+16
-4
@@ -65,11 +65,23 @@ members = [
|
||||
"cumulus/parachain-template/pallets/template",
|
||||
"cumulus/parachain-template/runtime",
|
||||
"cumulus/parachains/common",
|
||||
"cumulus/parachains/integration-tests/emulated/assets/asset-hub-rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/assets/asset-hub-westend",
|
||||
"cumulus/parachains/integration-tests/emulated/bridges/bridge-hub-rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/bridges/bridge-hub-westend",
|
||||
"cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend",
|
||||
"cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend",
|
||||
"cumulus/parachains/integration-tests/emulated/common",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/relays/rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/relays/wococo",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/relays/westend",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-wococo",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-westend",
|
||||
"cumulus/parachains/integration-tests/emulated/networks/rococo-system",
|
||||
"cumulus/parachains/integration-tests/emulated/networks/wococo-system",
|
||||
"cumulus/parachains/integration-tests/emulated/networks/rococo-wococo-system",
|
||||
"cumulus/parachains/integration-tests/emulated/networks/westend-system",
|
||||
"cumulus/parachains/pallets/collective-content",
|
||||
"cumulus/parachains/pallets/parachain-info",
|
||||
"cumulus/parachains/pallets/ping",
|
||||
|
||||
Reference in New Issue
Block a user