-
Notifications
You must be signed in to change notification settings - Fork 37
feat: electra process_operations changes #1426
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
Conversation
in fails
…g in with at validate_attestation
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.
Already reviewed constants, accessors and mutators and they look great, still going through operations
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.
Half-way in operations, left a couple of comments
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.
Some more comments
Co-authored-by: Rodrigo Oliveri <[email protected]>
…rawal_request Co-authored-by: Rodrigo Oliveri <[email protected]>
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.
Great work, left some final comments!
…artial_withdrawal_on_full_queue?
…lid_withdrawal_request
…source_validator
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.
Great work! 🚀 Just one nit!
Co-authored-by: Rodrigo Oliveri <[email protected]>
Co-authored-by: Rodrigo Oliveri <[email protected]>
Motivation
Implement the changes made to
process_operation
by modifying existing for_ops and adding the newprocess_withdrawal_request
andprocess_consolidation_request
.process_deposit_request
was done in #1424Description
process_attestation
linkget_pending_balance_to_withdraw
linkprocess_voluntary_exit
linkprocess_withdrawal_request
linkqueue_excess_active_balance
linkswitch_to_compounding_validator
linkget_consolidation_churn_limit
linkprocess_consolidation_request
linkcompute_consolidation_epoch_and_update_churn
linkFixed Spec Tests
Spec Test Progress
11370 tests, 108 failures, 784 skipped