-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove legacy deposit/withdrawal in Electra #22
Conversation
- rationale: Best way to avoid crashing
@@ -0,0 +1,130 @@ | |||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. |
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.
i think you committed wrong file 😄
@@ -0,0 +1,487 @@ | |||
// Code generated by protoc-gen-go. DO NOT EDIT. |
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.
committed wrong file 😄
@@ -0,0 +1,340 @@ | |||
// Code generated by protoc-gen-go. DO NOT EDIT. |
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.
committed wrong file. sync committee is deleted in other pr
add state version check would be better at
|
@@ -57,7 +57,6 @@ type BeaconState struct { | |||
nextWithdrawalValidatorIndex primitives.ValidatorIndex | |||
|
|||
// Electra fields | |||
depositRequestsStartIndex uint64 | |||
depositBalanceToConsume primitives.Gwei |
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.
DepositRequestsStartIndex
in beaconStateMarshalable
should also be removed.
Closed due to a change of plan |
Remove legacy deposit/withdrawal from Electra
Temporarily commented out tests