Skip to content

Commit f758157

Browse files
tersecnflaig
andauthored
require that Electra produceAttestationData AttestationData have 0 committee_index (#511)
* require that Electra produceAttestationData AttestationData have 0 committee_index * deprecate produceAttestationData * don't deprecate produceAttestationData --------- Co-authored-by: Nico Flaig <nflaig@protonmail.com>
1 parent 22b8653 commit f758157

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apis/validator/attestation_data.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ get:
55
operationId: "produceAttestationData"
66
summary: "Produce an attestation data"
77
description: |
8-
Requests that the beacon node produce an AttestationData.
8+
Requests that the beacon node produce an AttestationData. For `slot`s in
9+
Electra and later, this AttestationData must have a `committee_index` of 0.
910
1011
A 503 error must be returned if the block identified by the response
1112
`beacon_block_root` is optimistic (i.e. the attestation attests to a block

0 commit comments

Comments
 (0)