From c1507f0144576d72acb99e2e6b7bd50a798d3f16 Mon Sep 17 00:00:00 2001 From: Mikhail Kalinin Date: Tue, 24 Sep 2024 11:06:46 +0400 Subject: [PATCH] Add notice on attester_slashing topic modification --- specs/electra/p2p-interface.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specs/electra/p2p-interface.md b/specs/electra/p2p-interface.md index 88d14813b3..fca877a8aa 100644 --- a/specs/electra/p2p-interface.md +++ b/specs/electra/p2p-interface.md @@ -35,6 +35,8 @@ The `beacon_block` topic is modified to also support Electra blocks. The `beacon_aggregate_and_proof` and `beacon_attestation_{subnet_id}` topics are modified to support the gossip of the new attestation type. +The `attester_slashing` topic is modified to support the gossip of the new `AttesterSlashing` type. + The specification around the creation, validation, and dissemination of messages has not changed from the Capella document unless explicitly noted here. The derivation of the `message-id` remains stable.