From 80092b1b14827dc29247132576bb98a0a8093013 Mon Sep 17 00:00:00 2001 From: 0xTylerHolmes Date: Fri, 19 Jul 2024 12:52:59 -0400 Subject: [PATCH] remove beacon_attestation_subnet from global topics --- specs/electra/p2p-interface.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specs/electra/p2p-interface.md b/specs/electra/p2p-interface.md index ebdcaaa83..88d14813b 100644 --- a/specs/electra/p2p-interface.md +++ b/specs/electra/p2p-interface.md @@ -15,6 +15,7 @@ The specification of these changes continues in the same format as the network s - [Topics and messages](#topics-and-messages) - [Global topics](#global-topics) - [`beacon_aggregate_and_proof`](#beacon_aggregate_and_proof) + - [Attestation subnets](#attestation-subnets) - [`beacon_attestation_{subnet_id}`](#beacon_attestation_subnet_id) @@ -49,6 +50,8 @@ The following validations are added: * [REJECT] `len(committee_indices) == 1`, where `committee_indices = get_committee_indices(aggregate)`. * [REJECT] `aggregate.data.index == 0` +#### Attestation subnets + ##### `beacon_attestation_{subnet_id}` The following convenience variables are re-defined