mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-09 01:04:14 +00:00
Bump BlobSidecarsBy* for EIP7594 to v4
This commit is contained in:
parent
bfc49d8de4
commit
f63f6e4269
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user