-
Notifications
You must be signed in to change notification settings - Fork 28
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
A0-3185: split rmc #347
A0-3185: split rmc #347
Conversation
Please make sure the following happened
|
f591911
to
8557014
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.
Nice.
75bbd50
to
5eef5d9
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.
lgtm
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.
Couple minor comments. Looks nice, good interface change after all.
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.
One naming nit, other than that great! <3
Splits the
rmc
logic intoService
of 1 async method and synchronousHandler
.The split assures that
rmc
can be safely initialized from backup state and provides consistency with the design of our other components.rmc::Service
blockchain
andordering
examples to verify the behavior after the changesNot tested yet: