Skip to content

Commit

Permalink
Merge pull request #3768 from etan-status/at-stability
Browse files Browse the repository at this point in the history
EIP-7549: Append new `committee_bits` field to end of `Attestation`
  • Loading branch information
hwwhww authored Jun 13, 2024
2 parents 43d96cf + 8bf6068 commit cead0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/electra/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ class AttesterSlashing(Container):
class Attestation(Container):
aggregation_bits: Bitlist[MAX_VALIDATORS_PER_COMMITTEE * MAX_COMMITTEES_PER_SLOT] # [Modified in Electra:EIP7549]
data: AttestationData
committee_bits: Bitvector[MAX_COMMITTEES_PER_SLOT] # [New in Electra:EIP7549]
signature: BLSSignature
committee_bits: Bitvector[MAX_COMMITTEES_PER_SLOT] # [New in Electra:EIP7549]
```

#### `IndexedAttestation`
Expand Down

0 comments on commit cead0f3

Please sign in to comment.