-
Notifications
You must be signed in to change notification settings - Fork 9
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: refactore EIP-4844
#42
Conversation
… improved calculation
undefined
…m into fix/eip-4844
@aleksuss it was an issue related to merging |
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.
Nice job, thanks for all your work on this!
|| exception == "TR_IntrinsicGas" | ||
|| exception == "TransactionException.INTRINSIC_GAS_TOO_LOW" | ||
|| exception == "IntrinsicGas" | ||
|| exception == "TR_TypeNotSupported"; |
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.
Why is TR_TypeNotSupported
lumped in with the intrinsic gas errors?
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.
I don't know. It's only one case for Berlin
hardfork.
Description
📶 This PR related to CANCUN hard for PR: #39
➡️ Refactoring
EIP-4844
logic - blob transactions➡️ Fix
ethereum-json-tests
forEIP-4844