Skip to content

feat: Implement eth_createAccessListmethod #222

@ermvrs

Description

@ermvrs

To support eip2930 and eip1559 transactions we have to sign transactions with access list data
https://docs.metamask.io/services/reference/ethereum/json-rpc-methods/eth_createaccesslist/

Access list created from that method
We should return empty array always

{
  "accessList": []
  "gasUsed": "0x125f8"
}

We have to discuss about gasUsed property. maybe we can use estimateGas or constant value???

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions