Skip to content
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

implement dynamic block building #3592

Closed
kristofgazso opened this issue Nov 8, 2021 · 2 comments · Fixed by #4488
Closed

implement dynamic block building #3592

kristofgazso opened this issue Nov 8, 2021 · 2 comments · Fixed by #4488
Assignees

Comments

@kristofgazso
Copy link
Contributor

Currently, we are able to trigger the building of a block on top of a known head, however if we want to create another block a few seconds later (to include potentially more profitable txs) we would have to recreate the block from scratch.

Geth includes a mechanism for continuous block improvement, where the currently mined block is continuously improved with better incoming txs and tx ordering optimizations. We should implement something similar.

This will also be very critical for us after the merge because of the way consensus clients request blocks, as well as because then we will be a mining client so we should aim to maximize the profits of validators running Nethermind.

@tkstanczak
Copy link
Member

@kristofgazso I think this is not true - in Geth the block is constructed from scratch as well (every 3 seconds)

@LukaszRozmej
Copy link
Member

This is being implemented only in post-merge code.

@LukaszRozmej LukaszRozmej assigned rubo and unassigned rubo Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants