Files
pezkuwi-subxt/polkadot/parachain/test-parachains
Javier Viola 40afc77c4e Add output positional arg to undying-collator cli (#2375)
Follow up from https://github.com/paritytech/polkadot-sdk/pull/2370 to
add `output` positional argument to undying-collator.

cc @JoshOrndorff

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
2023-11-21 13:40:55 +02:00
..
2023-10-24 17:59:38 +02:00
2023-08-29 13:39:41 +02:00
2023-10-24 17:59:38 +02:00
2023-09-04 12:02:32 +03:00

Test Parachains

Each parachain consists of three parts: a #![no_std] library with the main execution logic, a WASM crate which wraps this logic, and a collator node.