Skip to content
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

Closed
serban300 opened this issue Jul 16, 2024 · 2 comments · Fixed by #5586
Closed

Omni-node: add support for starting a dev chain with manual seal #5026

serban300 opened this issue Jul 16, 2024 · 2 comments · Fixed by #5586
Assignees
Labels
T0-node This PR/Issue is related to the topic “node”.

Comments

@serban300
Copy link
Contributor

serban300 commented Jul 16, 2024

Add the logic for starting a node with manual-seal to the polkadot-parachain.

@serban300 serban300 added the T0-node This PR/Issue is related to the topic “node”. label Jul 16, 2024
@serban300 serban300 self-assigned this Jul 16, 2024
@serban300
Copy link
Contributor Author

serban300 commented Aug 27, 2024

We decided to do this in the end. Reopening the issue.

@serban300 serban300 reopened this Aug 27, 2024
@serban300 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 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 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
@serban300
Copy link
Contributor Author

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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T0-node This PR/Issue is related to the topic “node”.
Projects
Status: Done
Status: Milestone 0
Development

Successfully merging a pull request may close this issue.

2 participants