Skip to content

Transaction4844 not serialized in correct way that missed rlp access list field. #2204

@zouxyan

Description

@zouxyan

Access list of Transaction4844 not serialized into rlp list

resultTx.add(RlpString.create(data));
// access list
resultTx.add(new RlpList());
// Blob Transaction: max_fee_per_blob_gas and versioned_hashes
resultTx.add(RlpString.create(getMaxFeePerBlobGas()));

Look up here, supposed to be result.add(new RlpList(rlpAccessListRlp()));.

Environment

Describe the environment in which the issue occurs

  • latest main branch

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugA bug in behaviour or functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions