-
Notifications
You must be signed in to change notification settings - Fork 0
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
miner: fix miner competition #57
Conversation
c86b0d9
to
703bb6e
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.
KISS. 👍🏻 Make sense.
Though I'm object to removing all timers here:
cb385ca
to
60d4efe
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.
I think we almost reach the target: keep it simple.
Although we still need some optimization.
26fd0f4
to
e69bdba
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
feeac1c
to
220c6da
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.
Merge it once the Devnet tests passed.
2f8a9fa
to
99c42f0
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.
SGTM
How about the benchmark results?
Signed-off-by: 0xcb9ff9 <0xcb9ff9@proton.me>
99c42f0
to
803e950
Compare
Description
commitWork
delay, delay exist theSeal
stage,commitWork
delay causing timing confusion.Seal
stage delay, reduce chain reorganization