Skip to content

Commit

Permalink
Clarify context bytes in the RPC methods in 4844
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning authored and hwwhww committed Feb 20, 2023
1 parent ad58bfc commit 95401cf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions specs/deneb/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down Expand Up @@ -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:
```
(
Expand Down

0 comments on commit 95401cf

Please sign in to comment.