Create binary for cumulus testing node #1128 (#1158)
* Create binary for cumulus testing node * Fix call to wrong method * Fix iterator bug * Add real networking to polkadot node * Allow using of file chain specs * Implement export of wasm blob and genesis state * Add parachain id to test service export * Remove debug logs * Fix main.rs * Do not use cli from polkadot-collator * Add tracing dependency * Improve cli structure * Use struct instead of enum for export commands * Add missing license header * Fix benchmark * add build-spec subcommand (#19) * add build-spec subcommand * reorder args * Fix formatting * Add zombienet test (#26) * add migrated tests * rename test files * uncomment args and remove extra collator node * Fix indentation (#27) * add migrated tests * rename test files * uncomment args and remove extra collator node * fix identation * Review comments * Remove unwanted version changes Co-authored-by:Sebastian Kunert <skunert@Sebastians-MacBook-Pro.fritz.box> Co-authored-by:
Javier Viola <pepoviola@gmail.com>
Showing
- cumulus/Cargo.lock 5 additions, 0 deletionscumulus/Cargo.lock
- cumulus/client/cli/src/lib.rs 2 additions, 9 deletionscumulus/client/cli/src/lib.rs
- cumulus/test/service/Cargo.toml 11 additions, 1 deletioncumulus/test/service/Cargo.toml
- cumulus/test/service/src/cli.rs 344 additions, 0 deletionscumulus/test/service/src/cli.rs
- cumulus/test/service/src/lib.rs 3 additions, 2 deletionscumulus/test/service/src/lib.rs
- cumulus/test/service/src/main.rs 178 additions, 0 deletionscumulus/test/service/src/main.rs
- cumulus/zombienet_tests/0001-sync_blocks_from_tip_without_connected_collator.feature 17 additions, 0 deletions...1-sync_blocks_from_tip_without_connected_collator.feature
- cumulus/zombienet_tests/0001-sync_blocks_from_tip_without_connected_collator.toml 52 additions, 0 deletions...0001-sync_blocks_from_tip_without_connected_collator.toml
- cumulus/zombienet_tests/0002-pov_recovery.feature 13 additions, 0 deletionscumulus/zombienet_tests/0002-pov_recovery.feature
- cumulus/zombienet_tests/0002-pov_recovery.toml 46 additions, 0 deletionscumulus/zombienet_tests/0002-pov_recovery.toml
- cumulus/zombienet_tests/0003-test_full_node_catching_up.feature 13 additions, 0 deletions...s/zombienet_tests/0003-test_full_node_catching_up.feature
- cumulus/zombienet_tests/0003-test_full_node_catching_up.toml 44 additions, 0 deletionscumulus/zombienet_tests/0003-test_full_node_catching_up.toml
Please register or sign in to comment