Skip to content

Conversation

@marcos-iov
Copy link
Contributor

Description

Motivation and Context

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • Tests for the changes have been added (for bug fixes / features)
  • Requires Activation Code (Hard Fork)
  • Other information:

@github-actions
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

blockHeaderBuilder.setReceiptTrieRoot(receiptTrieRoot);

byte[] extensionData = rlpHeader.get(6).getRLPData();
blockHeaderBuilder.setLogsBloom(extensionData);
Copy link
Contributor

Choose a reason for hiding this comment

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

logsBloom should be renamed to extensionData as in other places

@marcos-iov marcos-iov marked this pull request as draft December 11, 2025 18:44
BlockHeaderBuilder blockHeaderBuilder = new BlockHeaderBuilder(activationConfig);
fillFirstFields(blockHeaderBuilder, rlpHeader);

int r = 16;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
int r = 16;
int r = INITIAL_RLP_HEADER_SIZE;

more accurate

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.

3 participants