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: include reverts in execution outcome when building payload #10837

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

fgimenez
Copy link
Member

@fgimenez fgimenez commented Sep 11, 2024

Fixes hive failures introduced in #10717, the execution outcome calculated during payload build and inserted later in the in-memory tree state was missing reverts.

Also updates hive expected failures to match the current state.

@fgimenez fgimenez force-pushed the fgimenez/fix-latest-valid-hash branch 3 times, most recently from 481fabe to 1e17675 Compare September 12, 2024 13:34
@fgimenez fgimenez force-pushed the fgimenez/fix-latest-valid-hash branch from 1e17675 to 24a9caa Compare September 12, 2024 13:36
@fgimenez fgimenez changed the title fix: set proper latest valid hash with invalid ancestor fix: include reverts in execution outcome when building payload Sep 12, 2024
@fgimenez fgimenez marked this pull request as ready for review September 12, 2024 13:40
@onbjerg onbjerg added C-bug An unexpected or incorrect behavior A-block-building Related to block building labels Sep 12, 2024
Copy link
Collaborator

@onbjerg onbjerg left a comment

Choose a reason for hiding this comment

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

nice catch

@fgimenez fgimenez added this pull request to the merge queue Sep 12, 2024
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

as discussed, nice find, we def need this if we want to use the block and inject it into the tree, afaik this comes at no extra cost

Merged via the queue into main with commit 028000c Sep 12, 2024
36 checks passed
@fgimenez fgimenez deleted the fgimenez/fix-latest-valid-hash branch September 12, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-block-building Related to block building C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants