We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Provides validator deposits as a list of deposit operations added to the Execution Layer block
DepositReceipt
ExecutionPayload
deposit_receipts
ExecutionPayloadHeader
deposit_receipts_root
deposit_receipts_start_index
ElectraStateUpgrade
UNSET_DEPOSIT_RECEIPTS_START_INDEX
getPayloadV4
newPayloadV4
get_eth1_deposit_count
Eth1Data
state.eth1_deposit_index == state.deposit_receipts_start_index
ValidatorIndexCache
The text was updated successfully, but these errors were encountered:
process_deposit
beacon-chain
validator
StefanBratanov
Successfully merging a pull request may close this issue.
Description
Provides validator deposits as a list of deposit operations added to the Execution Layer block
DepositReceipt
ExecutionPayload
withdeposit_receipts
ExecutionPayloadHeader
withdeposit_receipts_root
deposit_receipts_start_index
ElectraStateUpgrade
to set the new field toUNSET_DEPOSIT_RECEIPTS_START_INDEX
getPayloadV4
andnewPayloadV4
using the new ExecutionPayloadget_eth1_deposit_count
during block proposalEth1Data
polling/voting whenstate.eth1_deposit_index == state.deposit_receipts_start_index
ValidatorIndexCache
re-org resistantReferences
The text was updated successfully, but these errors were encountered: