Skip to content

Commit

Permalink
Merge pull request #4074 from ensi321/electra-blobsidecar
Browse files Browse the repository at this point in the history
Remove reference to electra.BlobSidecar in EIP-7691
  • Loading branch information
jtraglia authored Jan 8, 2025
2 parents d8650a9 + d1d50cc commit 742115a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions specs/electra/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,6 @@ The following validations are removed:

*[Modified in Electra:EIP7691]*

The `<context-bytes>` field is calculated as `context = compute_fork_digest(fork_version, genesis_validators_root)`:

[1]: # (eth2spec: skip)

| `fork_version` | Chunk SSZ type |
|------------------------|-----------------------|
| `DENEB_FORK_VERSION` | `deneb.BlobSidecar` |
| `ELECTRA_FORK_VERSION` | `electra.BlobSidecar` |

Request Content:

```
Expand All @@ -151,15 +142,6 @@ No more than `MAX_REQUEST_BLOB_SIDECARS_ELECTRA` may be requested at a time.

*[Modified in Electra:EIP7691]*

The `<context-bytes>` field is calculated as `context = compute_fork_digest(fork_version, genesis_validators_root)`:

[1]: # (eth2spec: skip)

| `fork_version` | Chunk SSZ type |
|------------------------|-----------------------|
| `DENEB_FORK_VERSION` | `deneb.BlobSidecar` |
| `ELECTRA_FORK_VERSION` | `electra.BlobSidecar` |

Request Content:

```
Expand Down

0 comments on commit 742115a

Please sign in to comment.