-
Notifications
You must be signed in to change notification settings - Fork 662
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
feat(optimistic_block): Introduce the optimistic block struct #12730
feat(optimistic_block): Introduce the optimistic block struct #12730
Conversation
070942e
to
e3eea28
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.
The structure makes sense but now I see that we need to follow some patterns to ensure that structure can be hashed and verified nicely.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12730 +/- ##
==========================================
- Coverage 70.72% 70.70% -0.03%
==========================================
Files 849 850 +1
Lines 174681 174721 +40
Branches 174681 174721 +40
==========================================
- Hits 123544 123531 -13
- Misses 45959 46011 +52
- Partials 5178 5179 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
fda077c
to
af24d4c
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.
Approving but please look at the comments.
fc86073
to
374183e
Compare
This PR introduces the shape of the optimistic block described in near#10584. Along with it I have added the functions to create and sign it. In the next PR, I will link this in the path of the block production.
374183e
to
ec2482f
Compare
ec2482f
to
702fae6
Compare
This PR introduces the shape of the optimistic block described in #10584.
Along with it I have added the functions to create and sign it. In the next PR,
I will link this in the path of the block production.