Clarify context bytes in the RPC methods in 4844

This commit is contained in:
Age Manning 2023-01-26 19:30:49 +11:00 committed by Hsiao-Wei Wang
parent ad58bfc304
commit 95401cf6e4
No known key found for this signature in database
GPG Key ID: AE3D6B174F971DE4
1 changed files with 16 additions and 0 deletions

View File

@ -171,6 +171,14 @@ No more than `MAX_REQUEST_BLOCKS_DENEB` may be requested at a time.
New in deneb.
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` |
Request Content:
```
@ -212,6 +220,14 @@ Clients MAY limit the number of blocks and sidecars in the response.
New in deneb.
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` |
Request Content:
```
(