Skip to content

Conversation

pgherveou
Copy link
Contributor

@pgherveou pgherveou commented Oct 14, 2025

Adds a new --instant-seal CLI flag to enable instant seal mode in omni-node.

fixes #9996

@pgherveou pgherveou marked this pull request as ready for review October 14, 2025 06:43
@pgherveou
Copy link
Contributor Author

Open to add a new option as well if you think that make more sense

@pgherveou
Copy link
Contributor Author

/cmd prdoc --audience runtime_dev --bump patch

@pgherveou pgherveou added T7-smart_contracts This PR/Issue is related to smart contracts. T0-node This PR/Issue is related to the topic “node”. and removed T7-smart_contracts This PR/Issue is related to smart contracts. labels Oct 14, 2025
@pgherveou
Copy link
Contributor Author

/cmd fmt

Copy link
Contributor

@iulianbarbu iulianbarbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just a few nits

pgherveou and others added 3 commits October 14, 2025 22:42
Co-authored-by: Iulian Barbu <14218860+iulianbarbu@users.noreply.github.com>
Co-authored-by: Iulian Barbu <14218860+iulianbarbu@users.noreply.github.com>
@bkchr bkchr enabled auto-merge October 14, 2025 20:16
@paritytech-workflow-stopper
Copy link

All GitHub workflows were cancelled due to failure one of the required jobs.
Failed workflow url: https://github.com/paritytech/polkadot-sdk/actions/runs/18509054850
Failed job name: fmt

@pgherveou
Copy link
Contributor Author

/cmd fmt

/// By default this is retrieved from `SharedParams`.
fn is_dev(&self) -> Result<bool> {
Ok(self.shared_params().is_dev())
fn is_dev(&self) -> bool {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this unrequired change.

Copy link
Contributor Author

@pgherveou pgherveou Oct 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I use is_dev() in this commit, this didnt make any sense, why does it have to return a result?

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

None yet

Development

Successfully merging this pull request may close these issues.

Add InstantSeal feature to Omninode

3 participants