From dc8e9a775ffa1214b0cca358ce8cde21d72c8cb5 Mon Sep 17 00:00:00 2001 From: Dmitrii Shmatko Date: Thu, 4 Apr 2024 18:32:24 +0400 Subject: [PATCH] Remove confusing "due to" on voluntary_exits topic update --- specs/deneb/p2p-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/deneb/p2p-interface.md b/specs/deneb/p2p-interface.md index 745757e570..41e2fa9d3f 100644 --- a/specs/deneb/p2p-interface.md +++ b/specs/deneb/p2p-interface.md @@ -118,7 +118,7 @@ Topics follow the same specification as in prior upgrades. The `beacon_block` topic is modified to also support Deneb blocks and new topics are added per table below. -The `voluntary_exit` topic is implicitly modified due to the lock-in use of `CAPELLA_FORK_VERSION` for this message signature validation for EIP-7044. +The `voluntary_exit` topic is implicitly modified despite the lock-in use of `CAPELLA_FORK_VERSION` for this message signature validation for EIP-7044. The `beacon_aggregate_and_proof` and `beacon_attestation_{subnet_id}` topics are modified to support the gossip of attestations created in epoch `N` to be gossiped through the entire range of slots in epoch `N+1` rather than only through one epoch of slots for EIP-7045.