Skip to content

White list miniblocks from execution results MetaHeaderV3#7857

Merged
miiu96 merged 12 commits into
feat/testnet-fixesfrom
whitelist-mbs-from-execution-results-meta-header
Jun 18, 2026
Merged

White list miniblocks from execution results MetaHeaderV3#7857
miiu96 merged 12 commits into
feat/testnet-fixesfrom
whitelist-mbs-from-execution-results-meta-header

Conversation

@miiu96

@miiu96 miiu96 commented May 26, 2026

Copy link
Copy Markdown
Contributor

Reasoning behind the pull request

  • doWhitelistWithMetaBlockIfNeeded now also extracts miniblock headers from V3 execution results and whitelists the cross-shard ones.

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 previously approved these changes May 27, 2026
ssd04
ssd04 previously approved these changes Jun 2, 2026
@codecov

codecov Bot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 86.27451% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.57%. Comparing base (5fe5960) to head (5d3be1e).

Files with missing lines Patch % Lines
process/track/baseBlockTrack.go 60.00% 2 Missing and 2 partials ⚠️
api/groups/transactionGroup.go 88.88% 3 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                   @@
##           feat/testnet-fixes    #7857      +/-   ##
======================================================
- Coverage               77.59%   77.57%   -0.02%     
======================================================
  Files                     884      884              
  Lines                  125274   125210      -64     
======================================================
- Hits                    97206    97136      -70     
- Misses                  21619    21622       +3     
- Partials                 6449     6452       +3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@miiu96 miiu96 dismissed stale reviews from sstanculeanu and ssd04 via ba7283a June 5, 2026 12:20
sstanculeanu
sstanculeanu previously approved these changes Jun 8, 2026
ssd04
ssd04 previously approved these changes Jun 8, 2026
@miiu96 miiu96 dismissed stale reviews from ssd04 and sstanculeanu via b0235fb June 8, 2026 13:44
sstanculeanu
sstanculeanu previously approved these changes Jun 9, 2026
…esults-meta-header

# Conflicts:
#	epochStart/shardchain/trigger_test.go
ssd04
ssd04 previously approved these changes Jun 16, 2026
sstanculeanu
sstanculeanu previously approved these changes Jun 16, 2026
Comment thread process/track/baseBlockTrack.go Outdated
if err != nil {
log.Debug("doWhitelistWithShardHeaderIfNeeded: could not get miniblock headers from execution results", "error", err)
}
miniBlockHdrs = append(miniBlockHdrs, execMiniBlockHdrs...)

@AdoAdoAdo AdoAdoAdo Jun 17, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

these should not be appended, these should replace the miniblocks from header.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fixed

Comment thread process/track/baseBlockTrack.go Outdated
if err != nil {
log.Debug("doWhitelistWithMetaBlockIfNeeded: could not get miniblock headers from execution results", "error", err)
}
miniBlockHdrs = append(miniBlockHdrs, execMiniBlockHdrs...)

@AdoAdoAdo AdoAdoAdo Jun 17, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

these should not be appended, these should replace the miniblocks from header.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fixed

@miiu96 miiu96 dismissed stale reviews from ssd04 and sstanculeanu via 1556982 June 17, 2026 08:51
@miiu96 miiu96 merged commit 69d4de7 into feat/testnet-fixes Jun 18, 2026
10 of 11 checks passed
@miiu96 miiu96 deleted the whitelist-mbs-from-execution-results-meta-header branch June 18, 2026 06:50
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.

5 participants