Skip to content
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

[EIP-6110] Supply validator deposits on chain #7898

Closed
11 tasks done
lucassaldanha opened this issue Jan 18, 2024 · 0 comments · Fixed by #8165
Closed
11 tasks done

[EIP-6110] Supply validator deposits on chain #7898

lucassaldanha opened this issue Jan 18, 2024 · 0 comments · Fixed by #8165
Assignees
Labels
Epic Electra Issues required to implement Electra upgrade

Comments

@lucassaldanha
Copy link
Member

lucassaldanha commented Jan 18, 2024

Description

Provides validator deposits as a list of deposit operations added to the Execution Layer block

  • Add the necessary config
  • Add new container DepositReceipt
  • Extend ExecutionPayload with deposit_receipts
  • Extend ExecutionPayloadHeader with deposit_receipts_root
  • Append BeaconState with deposit_receipts_start_index
  • Modify ElectraStateUpgrade to set the new field to UNSET_DEPOSIT_RECEIPTS_START_INDEX
  • Create/Modify getPayloadV4 and newPayloadV4 using the new ExecutionPayload
  • Modify get_eth1_deposit_count during block proposal
  • Modify block processing when state transitioning https://github.com/ethereum/consensus-specs/blob/dev/specs/_features/eip6110/beacon-chain.md#block-processing
  • Stop Eth1Data polling/voting when state.eth1_deposit_index == state.deposit_receipts_start_index
  • Make ValidatorIndexCache re-org resistant

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Electra Issues required to implement Electra upgrade
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants