-
Notifications
You must be signed in to change notification settings - Fork 414
tests(eip-7928): remove bal from block body #2017
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
tests(eip-7928): remove bal from block body #2017
Conversation
fselmo
left a comment
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 ty!
c755b2c
into
ethereum:eips/amsterdam/eip-7928
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## eips/amsterdam/eip-7928 #2017 +/- ##
========================================================
Coverage 86.32% 86.33%
========================================================
Files 538 538
Lines 34561 34559 -2
Branches 3224 3223 -1
========================================================
Hits 29835 29835
+ Misses 4152 4150 -2
Partials 574 574
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* tests(eip-7928): remove bal from block body * fix(tests): clean up json_infra and genesis bal in block * fix(tests): fix add_genesis_block empty bal hash --------- Co-authored-by: fselmo <fselmo2@gmail.com>
* tests(eip-7928): remove bal from block body * fix(tests): clean up json_infra and genesis bal in block * fix(tests): fix add_genesis_block empty bal hash --------- Co-authored-by: fselmo <fselmo2@gmail.com>
* tests(eip-7928): remove bal from block body * fix(tests): clean up json_infra and genesis bal in block * fix(tests): fix add_genesis_block empty bal hash --------- Co-authored-by: fselmo <fselmo2@gmail.com>
…compiles/vectors/secp256r1_test.json (ethereum#2017)
🗒️ Description
In EIP-7928, the BAL is not expected to be a part of the block body. Although this change was implemented on the specs side, the testing famework still includes the BAL while computing the block RLP
🔗 Related Issues or PRs
✅ Checklist
toxchecks to avoid unnecessary CI fails, see also Code Standards and Enabling Pre-commit Checks:uvx tox -e statictype(scope):.