Bump BlobSidecarsBy* for EIP7594 to v4

This commit is contained in:
Justin Traglia 2024-12-05 13:11:40 -06:00
parent bfc49d8de4
commit f63f6e4269
No known key found for this signature in database
GPG Key ID: F099C9CD25DF82A1

View File

@ -211,9 +211,9 @@ The following validations MUST pass before forwarding the `sidecar: DataColumnSi
#### Messages
##### BlobSidecarsByRoot v3
##### BlobSidecarsByRoot v4
**Protocol ID:** `/eth2/beacon_chain/req/blob_sidecars_by_root/3/`
**Protocol ID:** `/eth2/beacon_chain/req/blob_sidecars_by_root/4/`
*[Updated in EIP7594]*
@ -223,6 +223,8 @@ The `<context-bytes>` field is calculated as `context = compute_fork_digest(fork
| `fork_version` | Chunk SSZ type |
|------------------------|-----------------------|
| `DENEB_FORK_VERSION` | `deneb.BlobSidecar` |
| `ELECTRA_FORK_VERSION` | `electra.BlobSidecar` |
| `EIP7594_FORK_VERSION` | `eip7594.BlobSidecar` |
Request Content:
@ -245,9 +247,9 @@ Response Content:
No more than `MAX_REQUEST_BLOB_SIDECARS_EIP7594` may be requested at a time.
##### BlobSidecarsByRange v3
##### BlobSidecarsByRange v4
**Protocol ID:** `/eth2/beacon_chain/req/blob_sidecars_by_range/3/`
**Protocol ID:** `/eth2/beacon_chain/req/blob_sidecars_by_range/4/`
*[Updated in EIP7594]*
@ -257,6 +259,8 @@ The `<context-bytes>` field is calculated as `context = compute_fork_digest(fork
| `fork_version` | Chunk SSZ type |
|------------------------|-----------------------|
| `DENEB_FORK_VERSION` | `deneb.BlobSidecar` |
| `ELECTRA_FORK_VERSION` | `electra.BlobSidecar` |
| `EIP7594_FORK_VERSION` | `eip7594.BlobSidecar` |
Request Content: