-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Omni-node: add support for starting a dev chain with manual seal #5026
Labels
T0-node
This PR/Issue is related to the topic “node”.
Comments
We decided to do this in the end. Reopening the issue. |
serban300
changed the title
Omni-node: add solochain with manual consensus
Omni-node: enable starting a dev chain with manual consensus
Aug 27, 2024
serban300
changed the title
Omni-node: enable starting a dev chain with manual consensus
Omni-node: enable starting a dev chain with manual seal
Aug 27, 2024
serban300
changed the title
Omni-node: enable starting a dev chain with manual seal
Omni-node: add support for starting a dev chain with manual seal
Aug 27, 2024
One more relevant PR for reference here: #5117 Also:
|
github-merge-queue bot
pushed a commit
that referenced
this issue
Oct 2, 2024
Resolves #5026 This PR adds support for starting a dev node with manual seal consensus. This can be done by using the `--dev-block-time` argument . For example: ``` polkadot-parachain --chain asset-hub-rococo-dev --dev-block-time 5000 --tmp ```
21 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the logic for starting a node with manual-seal to the polkadot-parachain.
The text was updated successfully, but these errors were encountered: