-
-
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: process deposit requests at epoch processing #7131
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## nc/devnet-4 #7131 +/- ##
==============================================
Coverage ? 49.00%
==============================================
Files ? 596
Lines ? 39795
Branches ? 2059
==============================================
Hits ? 19502
Misses ? 20252
Partials ? 41 |
Performance Report✔️ no performance regression detected Full benchmark results
|
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, dropped some minor comments
Co-authored-by: twoeths <tuyen@chainsafe.io>
Description
processDeposit
in block processing now adds deposits to pending queue instead of being processed immediatelydeposit.slot
is finalized.Remaining item
Spec PR: ethereum/consensus-specs#3818