-
Notifications
You must be signed in to change notification settings - Fork 700
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
polkadot-parachain
: add manual seal support
#5586
polkadot-parachain
: add manual seal support
#5586
Conversation
d283731
to
bc89536
Compare
bc89536
to
0c8a994
Compare
cumulus/polkadot-parachain/polkadot-parachain-lib/src/command.rs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did not look at the manual_seal.rs
code itself yet, will make one more pass.
cumulus/polkadot-parachain/polkadot-parachain-lib/src/common/mod.rs
Outdated
Show resolved
Hide resolved
cumulus/polkadot-parachain/polkadot-parachain-lib/src/common/mod.rs
Outdated
Show resolved
Hide resolved
cumulus/polkadot-parachain/polkadot-parachain-lib/src/command.rs
Outdated
Show resolved
Hide resolved
cumulus/polkadot-parachain/polkadot-parachain-lib/src/nodes/manual_seal.rs
Outdated
Show resolved
Hide resolved
cumulus/polkadot-parachain/polkadot-parachain-lib/src/nodes/manual_seal.rs
Outdated
Show resolved
Hide resolved
cumulus/polkadot-parachain/polkadot-parachain-lib/src/nodes/manual_seal.rs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM assuming all open discussions are well addressed and closed :)
Final request: PR description also seems out of date wrt example 🙏 |
Sorry, missed it. Done. |
3cf83ca
Removing the shell node variant for the polkadot-parachain as discussed here: #5586 (comment) Resolves #5898
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: