-
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
Support blob transaction type (EIP-4844) #713
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #713 +/- ##
==========================================
+ Coverage 97.70% 97.79% +0.08%
==========================================
Files 108 109 +1
Lines 10026 10295 +269
==========================================
+ Hits 9796 10068 +272
+ Misses 230 227 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
9bffaf2
to
9d80ad4
Compare
66608ba
to
158c1d9
Compare
dc5120a
to
e549fc8
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.
How was this tested? I think we need to enable at least some external JSON tests on CI.
942d452
to
3dfcf0d
Compare
Done by 3dfcf0d |
ab4d574
to
9e5a376
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.
I need some more time to mull this over, but two comments from me so far
7c4c12d
to
68e4230
Compare
These tests from execution-spec-tests are failing: |
6208bbb
to
2c02cef
Compare
afbbfd6
to
93f5489
Compare
8cffbfa
to
7c31d1c
Compare
Compute blob gas price for transition tests using excess blob gas. Provide the computed value for the BLOBBASEFEE instruction.
Support blob transactions: validation, RLP-encoding and JSON tests. Expose blob hashes to EVM. Co-authored-by: rodiazet <rodiazet@ethereum.org>
transition
andvalidate_transaction
functions to passblob_gas_left
parameter.excess_blob_gas
andblob_gas_price
.