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

fix(builder): gas left calculations for constraints #65

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

thedevbirb
Copy link
Contributor

@thedevbirb thedevbirb commented Jun 5, 2024

The quantities constraintsTotalGasLeft and constraintsTotalBlobGasLeft were introduced to take into account the amount of gas to be reserved in advance to constraints in the block building algorithm. However, once a constraint is processed they should be updated accordingly. By mistake this hasn't been done

@thedevbirb thedevbirb requested a review from merklefruit June 5, 2024 09:33
Copy link
Collaborator

@merklefruit merklefruit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great

@thedevbirb thedevbirb merged commit 3b894fc into unstable Jun 5, 2024
@thedevbirb thedevbirb deleted the fix/builder-gas branch June 5, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants