mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
27c7347b9b
As futures most of the time are catching panics and we don't check this, it could happen that we have some statement that isn't correct but the test succeeds successfully.
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.