-
Notifications
You must be signed in to change notification settings - Fork 313
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
Exclude empty requests data in commitment (EIP-7685) #1094
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1094 +/- ##
==========================================
+ Coverage 94.18% 94.29% +0.11%
==========================================
Files 159 159
Lines 17316 17319 +3
==========================================
+ Hits 16309 16331 +22
+ Misses 1007 988 -19
Flags with carried forward coverage won't be shown. Click here to find out more.
|
313a9d2
to
4085f2e
Compare
Just for reference: This PR is required for ethereum/execution-spec-tests#1028 to be able to |
e6daa2f
to
c321745
Compare
68cd33c
to
bbb0468
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, but let's have more eyes on this, I authored parts of this
The [pectra-devnet-5 specs] includes an [update to EIP-2935]'s system contract and its address. To pass blockchain tests the #1094 is required, but we are going to merge this change first. [pectra-devnet-5 specs]: https://notes.ethereum.org/@ethpandaops/pectra-devnet-5 [update to EIP-2935]: ethereum/EIPs#9144
Apply the [EIP-7685 update] included in [pectra-devnet-5]. [EIP-7685 update]: ethereum/EIPs#8989 [pectra-devnet-5]: https://notes.ethereum.org/@ethpandaops/pectra-devnet-5
62deda1
to
4b63db6
Compare
4b63db6
to
c9be41e
Compare
c9be41e
to
29b7e2d
Compare
Apply the EIP-7685 update included in pectra-devnet-5.
This requires a fix in tests for calldata repricing logic according to ethereum/EIPs#9227