-
Notifications
You must be signed in to change notification settings - Fork 285
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
Implement BLOBBASEFEE
instruction from EIP-7516
#708
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #708 +/- ##
=======================================
Coverage 97.69% 97.70%
=======================================
Files 101 102 +1
Lines 9381 9404 +23
=======================================
+ Hits 9165 9188 +23
Misses 216 216
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -510,6 +510,11 @@ inline void blobhash(StackTop stack, ExecutionState& state) noexcept | |||
0; | |||
} | |||
|
|||
inline void blobbasefee(StackTop stack, ExecutionState& state) noexcept |
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 think there are some discussions renaming this. Should we wait for that or merge?
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.
This is likely the name we will end up with.
Implement
BLOBBASEFEE
instruction from EIP-7516: "BLOBBASEFEE opcode".