Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions specs/eip4844/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -50,14 +49,6 @@ class BlobsSidecar(Container):
kzg_aggregated_proof: KZGProof
```

### `SignedBlobsSidecar`

```python
class SignedBlobsSidecar(Container):
message: BlobsSidecar
signature: BLSSignature
```

### `SignedBeaconBlockAndBlobsSidecar`

```python
Expand Down