From 71775c6e877625fe9df550617095898bf1a798f7 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Thu, 27 Oct 2022 08:10:32 -0700 Subject: [PATCH] EIP4844: Remove signed blobs --- specs/eip4844/p2p-interface.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/specs/eip4844/p2p-interface.md b/specs/eip4844/p2p-interface.md index 0563ff7e6..1576fe96f 100644 --- a/specs/eip4844/p2p-interface.md +++ b/specs/eip4844/p2p-interface.md @@ -13,7 +13,6 @@ The specification of these changes continues in the same format as the network s - [Configuration](#configuration) - [Containers](#containers) - [`BlobsSidecar`](#blobssidecar) - - [`SignedBlobsSidecar`](#signedblobssidecar) - [`SignedBeaconBlockAndBlobsSidecar`](#signedbeaconblockandblobssidecar) - [The gossip domain: gossipsub](#the-gossip-domain-gossipsub) - [Topics and messages](#topics-and-messages) @@ -50,14 +49,6 @@ class BlobsSidecar(Container): kzg_aggregated_proof: KZGProof ``` -### `SignedBlobsSidecar` - -```python -class SignedBlobsSidecar(Container): - message: BlobsSidecar - signature: BLSSignature -``` - ### `SignedBeaconBlockAndBlobsSidecar` ```python