paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.network/
1.8k stars 652 forks source link

`polkadot-parachain`: add manual seal support #5586

Open serban300 opened 3 weeks ago

serban300 commented 3 weeks ago

Resolves https://github.com/paritytech/polkadot-sdk/issues/5026

This PR adds support for starting a dev node with manual seal consensus. This can be done by using the --manual-seal argument and it will work only with dev chains (chain id ends with -dev) . For example:

polkadot-parachain --chain asset-hub-rococo-dev --manual-seal --tmp