Problem
Creating EthereumTransactionData from raw transaction bytes currently fails when the transaction contains a non-empty access list.
Although the access list is decoded from the raw transaction, the current implementation of the fromBytes method from expects the access list to be an array of strings.
More details are included in this issue:
hiero-ledger/hiero-sdk-js#3885
Solution
If this issue requires changes in the SDK repository, we will need to:
- wait for them to be implemented,
- update the package version we depend on in order to apply the fix in our code as well.
Alternatives
No response
Problem
Creating EthereumTransactionData from raw transaction bytes currently fails when the transaction contains a non-empty access list.
Although the access list is decoded from the raw transaction, the current implementation of the
fromBytesmethod from expects the access list to be an array of strings.More details are included in this issue:
hiero-ledger/hiero-sdk-js#3885
Solution
If this issue requires changes in the SDK repository, we will need to:
Alternatives
No response