Skip to content

Conversation

zouxyan
Copy link

@zouxyan zouxyan commented Jul 24, 2025

#2204

What does this PR do?

To fix #2204

Where should the reviewer start?

Why is it needed?

To send blob tx with access list correctly

Checklist

  • I've read the contribution guidelines.
  • I've added tests (if applicable).
  • I've added a changelog entry if necessary.

@gtebrean
Copy link
Contributor

@zouxyan please build and run locally to fix it


// access list
resultTx.add(new RlpList());
result.add(new RlpList(rlpAccessListRlp()));
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you sure you want to change it from resultTx to result? I think it should stay in resultTx: https://eips.ethereum.org/EIPS/eip-4844

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.

Transaction4844 not serialized in correct way that missed rlp access list field.
3 participants