-
-
Notifications
You must be signed in to change notification settings - Fork 289
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: implement execution layer exits eip 7002 #6651
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## electra-fork #6651 +/- ##
===============================================
Coverage ? 61.94%
===============================================
Files ? 563
Lines ? 59935
Branches ? 1905
===============================================
Hits ? 37128
Misses ? 22766
Partials ? 41 |
8a4f66e
to
473a04f
Compare
packages/state-transition/src/block/processExecutionLayerExit.ts
Outdated
Show resolved
Hide resolved
packages/state-transition/src/block/processExecutionLayerExit.ts
Outdated
Show resolved
Hide resolved
packages/state-transition/src/block/processExecutionLayerExit.ts
Outdated
Show resolved
Hide resolved
packages/state-transition/src/block/processExecutionLayerExit.ts
Outdated
Show resolved
Hide resolved
packages/beacon-node/test/unit/chain/rewards/blockRewards.test.ts
Outdated
Show resolved
Hide resolved
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.
#6646 should already fixed some of the CI issues in blockRewards.test.ts
and electra-interop.test.ts
. Please pull the latest changes from electra-fork
branch
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.
agreed with @tuyennhv 's comments, otherwise LGTM 🚀
merging with electra fork for now any other changes could be addressed later |
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
* feat: implement execution layer exits eip 7002 * lint and tsc fix * apply feedback * improve comment
🎉 This PR is included in v1.22.0 🎉 |
ref: