From 497d7999a606ddab0844e1702682500d3a339f83 Mon Sep 17 00:00:00 2001 From: terence Date: Tue, 9 Apr 2024 19:12:08 -0700 Subject: [PATCH] Clarify electra validator spec with EIP7549 --- specs/electra/validator.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specs/electra/validator.md b/specs/electra/validator.md index cc118bfb66..31cbd3e63a 100644 --- a/specs/electra/validator.md +++ b/specs/electra/validator.md @@ -39,10 +39,12 @@ Please see related Beacon Chain doc before continuing and use them as a referenc #### Attester slashings -Changed the max attestations size to `MAX_ATTESTER_SLASHINGS_ELECTRA`. +Changed the max attester slashings size to `MAX_ATTESTER_SLASHINGS_ELECTRA`. #### Attestations +Changed the max attestations size to `MAX_ATTESTATIONS_ELECTRA`. + The network attestation aggregates contain only the assigned committee attestations. Attestation aggregates received by the block proposer from the committee aggregators with disjoint `committee_bits` sets and equal `AttestationData` SHOULD be consolidated into a single `Attestation` object. The proposer should run the following function to construct an on chain final aggregate form a list of network aggregates with equal `AttestationData`: