-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support EIP-2930 #64
Comments
We are running into error like this until we support it: This is because for 2930 txs it is not just the RLP encoded tx that is stored in the trie, but rather The same is true for receipts, except we need to add the |
Addressed in #68 |
I think we can close this now? |
Firstly just assert we can index EIP-2930 txs as normal, without the additional fields/rows and with no issues in storing them as IPLDs.
Secondly, adjust the code and database schemas to decode and index the new access list.
The text was updated successfully, but these errors were encountered: