Files
pezkuwi-subxt/polkadot/parachain/test-parachains
s0me0ne-unkn0wn 2c8021f998 Retire puppet workers (#1449)
Closes #583

After the separation of PVF worker binaries, dedicated puppet workers
are not needed for tests anymore. The production workers can be used
instead, avoiding some code duplication and decreasing complexity.

The changes also make it possible to further refactor the code to
isolate workers completely.
2023-09-11 19:14:07 +02:00
..
2023-09-11 19:14:07 +02:00
2023-08-29 13:39:41 +02:00
2023-09-11 19:14:07 +02:00
2023-08-29 13:39:41 +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.