Skip to content

Conversation

@sstanculeanu
Copy link
Collaborator

Reasoning behind the pull request

  • for non v3 headers, the map was only filled with data but never deleted

Proposed changes

  • added exception for v3

Testing procedure

  • with feat branch

Pre-requisites

Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:

  • was the PR targeted to the correct branch?
  • if this is a larger feature that probably needs more than one PR, is there a feat branch created?
  • if this is a feat branch merging, do all satellite projects have a proper tag inside go.mod?

@sstanculeanu sstanculeanu self-assigned this Feb 11, 2026
@sstanculeanu sstanculeanu added the type:bug Something isn't working label Feb 11, 2026
ert.consensusCommittedHashes[headerNonce] = headerHash

pendingExecutionResult, err := ert.getPendingExecutionResultsByNonce(headerNonce)
if header.IsHeaderV3() {
Copy link
Contributor

@ssd04 ssd04 Feb 12, 2026

Choose a reason for hiding this comment

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

i don't think we need to call CleanOnConsensusReached on non-v3 patch in baseProcess.go, in setCurrentBlockInfo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants