-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
bugA bug in behaviour or functionalityA bug in behaviour or functionality
Description
Access list of Transaction4844 not serialized into rlp list
web3j/crypto/src/main/java/org/web3j/crypto/transaction/type/Transaction4844.java
Lines 139 to 145 in 45dcf26
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
Labels
bugA bug in behaviour or functionalityA bug in behaviour or functionality