Skip to content

feat: Implement eth_createAccessListmethod #222

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???

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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