Skip to content

Commit ffa0e30

Browse files
authored
[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: paritytech/roadmap#56 (comment) --------- Co-authored-by: command-bot <>
1 parent 5039095 commit ffa0e30

File tree

79 files changed

+2669
-2745
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+2669
-2745
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
**/._*
1818
**/.criterion/
1919
**/*.rs.bk
20-
**/chains/
2120
**/hfuzz_target/
2221
**/hfuzz_workspace/
2322
**/node_modules

0 commit comments

Comments
 (0)