-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(ethereum): < -adds new eth tx type #15
Conversation
LGTM! Some notes:
|
Noted re point one. That will come in a following PR. Re point two - fixing now, & will tag for re-review once ready. |
9dbf3d1
to
4e2fd2a
Compare
Updated to include backwards compatible bug fix for the wrong |
005456c
to
f0a2950
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
...per title.
The up and coming dencun fork implements EIP4844 which introduces a new receipt type for blob-carrying transactions.
This PR allows parsing of such transactions, and includes a new test with a goerli block containing the new type of txs.