-
Notifications
You must be signed in to change notification settings - Fork 129
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
Deduplicate owner calls for some pallets #1477
Deduplicate owner calls for some pallets #1477
Conversation
1ec48e4
to
034e100
Compare
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.
Seems super-cool, thank you! I've left some comments - feel free to merge whenever you consider PR ready
Avoid duplicate function definitions for: - ensure_owner_or_root() - ensure_not_halted() - set_owner() - set_operating_mode() / set_operational() Signed-off-by: Serban Iorga <serban@parity.io>
034e100
to
8473328
Compare
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.
Perfect, thank you! Hit merge once it is green ;)
@svyatonik Thank you for the review ! I addressed the comments and opened a new issue for changing |
Ah awesome. Thanks ! |
* [do not merge] ci: try nextest * uncomment jobs
Some simplifications that should make it easier to implement #1434
Avoid duplicate function definitions for: