Files
pezkuwi-subxt/polkadot/parachain/test-parachains
André Silva 58a1f9c53d polkadot: disable block authoring backoff on production networks (#2510)
Currently the polkadot node will backoff from block authoring if
finality starts lagging. This PR disables this mechanism on production
networks (polkadot and kusama) and adds a flags to optionally force
enabling it.
2023-11-28 11:18:26 +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.