Skip to content

Conversation

zsfelfoldi
Copy link
Contributor

@zsfelfoldi zsfelfoldi commented Mar 18, 2025

This PR fixes a bug in the lastMapBoundaryBefore logic that resulted in incorrect checkpoint initialization (started rendering from the previous epoch boundary which caused the needTailEpoch check to fail). Apparently the bug was present before but went unnoticed because needTailEpoch behaved differently.
Fixes #31413

Copy link
Contributor

@fjl fjl left a comment

Choose a reason for hiding this comment

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

I'll just trust you that this fixes it.

@fjl fjl added this to the 1.15.6 milestone Mar 18, 2025
@fjl fjl merged commit fe640f8 into ethereum:master Mar 18, 2025
3 of 4 checks passed
sivaratrisrinivas pushed a commit to sivaratrisrinivas/go-ethereum that referenced this pull request Apr 21, 2025
)

This PR fixes a bug in the `lastMapBoundaryBefore` logic that resulted
in incorrect checkpoint initialization (started rendering from the
previous epoch boundary which caused the `needTailEpoch` check to fail).
Apparently the bug was present before but went unnoticed because
`needTailEpoch` behaved differently.
Fixes ethereum#31413
jakub-freebit pushed a commit to fblch/go-ethereum that referenced this pull request Jul 3, 2025
)

This PR fixes a bug in the `lastMapBoundaryBefore` logic that resulted
in incorrect checkpoint initialization (started rendering from the
previous epoch boundary which caused the `needTailEpoch` check to fail).
Apparently the bug was present before but went unnoticed because
`needTailEpoch` behaved differently.
Fixes ethereum#31413
howjmay pushed a commit to iotaledger/go-ethereum that referenced this pull request Aug 27, 2025
)

This PR fixes a bug in the `lastMapBoundaryBefore` logic that resulted
in incorrect checkpoint initialization (started rendering from the
previous epoch boundary which caused the `needTailEpoch` check to fail).
Apparently the bug was present before but went unnoticed because
`needTailEpoch` behaved differently.
Fixes ethereum#31413
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.

core/filtermaps: Could not get last block of epoch
2 participants