-
Notifications
You must be signed in to change notification settings - Fork 1k
Add instant seal to omni-node #10008
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
base: master
Are you sure you want to change the base?
Conversation
Open to add a new option as well if you think that make more sense |
/cmd prdoc --audience runtime_dev --bump patch |
…time_dev --bump patch'
/cmd fmt |
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! Just a few nits
Co-authored-by: Iulian Barbu <14218860+iulianbarbu@users.noreply.github.com>
Co-authored-by: Iulian Barbu <14218860+iulianbarbu@users.noreply.github.com>
All GitHub workflows were cancelled due to failure one of the required jobs. |
/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 { |
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.
Please revert this unrequired change.
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.
I use is_dev() in this commit, this didnt make any sense, why does it have to return a result?
Adds a new
--instant-seal
CLI flag to enable instant seal mode in omni-node.fixes #9996