-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Split insert block function #10762
base: main
Are you sure you want to change the base?
Split insert block function #10762
Conversation
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.
imo this makes sense, wdyt @Rjected
could you please undo the additional ;?
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.
awesome! I just have a few questions
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.
@elijahhampton sorry for not getting back to the review in a timely manner, this looks good to me! Should just need a rebase to solve merge conflicts
1c5a131
to
741268d
Compare
Sweet. Good to go. |
…k_additional_data.
…pt &SealedBlockWithSenders. Adds full import for DurationsRecorder. Clones signed transactions vec in place of complete block
e43ab76
to
6789925
Compare
6789925
to
3edc3cc
Compare
just trying to make sure we can merge this - I accidentally re-introduced the methods that were removed from #12367, so we just need to use the traits for those again |
220068d
to
22e71e2
Compare
22e71e2
to
590cd5a
Compare
Creates two functions "insert_block_additional_data" and "insert_block_header_and_transaction_data" to split insert_block.
Fixes #9959