-
Notifications
You must be signed in to change notification settings - Fork 5
feat: break payload building #238
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
Conversation
Signed-off-by: Gregory Edison <[email protected]>
CodSpeed Performance ReportMerging #238 will not alter performanceComparing Summary
|
Signed-off-by: Gregory Edison <[email protected]>
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.
Left some comments inline.
Signed-off-by: Gregory Edison <[email protected]>
We also have constraints in terms of block size (needs to fit inside a blob). We should mirror the logic implemented in geth for this and introduce this in the break logic. |
@frisitano raised an issue for this, will work on it later. |
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
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
Adds a timer which allows to break the payload building task.