Skip to content

Commit

Permalink
Merge pull request #4077 from jtraglia/electra-bsbr-v1
Browse files Browse the repository at this point in the history
Revert BlobSidecarsByRoot/Range version bump
  • Loading branch information
ralexstokes authored Jan 9, 2025
2 parents addbe71 + f02275e commit 141ad47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions specs/electra/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
- [`beacon_attestation_{subnet_id}`](#beacon_attestation_subnet_id)
- [The Req/Resp domain](#the-reqresp-domain)
- [Messages](#messages)
- [BlobSidecarsByRoot v2](#blobsidecarsbyroot-v2)
- [BlobSidecarsByRange v2](#blobsidecarsbyrange-v2)
- [BlobSidecarsByRoot v1](#blobsidecarsbyroot-v1)
- [BlobSidecarsByRange v1](#blobsidecarsbyrange-v1)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- /TOC -->
Expand Down Expand Up @@ -110,9 +110,9 @@ The following validations are removed:

#### Messages

##### BlobSidecarsByRoot v2
##### BlobSidecarsByRoot v1

**Protocol ID:** `/eth2/beacon_chain/req/blob_sidecars_by_root/2/`
**Protocol ID:** `/eth2/beacon_chain/req/blob_sidecars_by_root/1/`

*[Modified in Electra:EIP7691]*

Expand All @@ -136,9 +136,9 @@ Response Content:

No more than `MAX_REQUEST_BLOB_SIDECARS_ELECTRA` may be requested at a time.

##### BlobSidecarsByRange v2
##### BlobSidecarsByRange v1

**Protocol ID:** `/eth2/beacon_chain/req/blob_sidecars_by_range/2/`
**Protocol ID:** `/eth2/beacon_chain/req/blob_sidecars_by_range/1/`

*[Modified in Electra:EIP7691]*

Expand Down

0 comments on commit 141ad47

Please sign in to comment.