Skip to content

Commit bd396a6

Browse files
authored
Merge pull request #3873 from jtraglia/nits-in-7594-p2p-interface
Fix nits in eip7594 p2p-interface spec
2 parents 674d924 + 5409396 commit bd396a6

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

specs/_features/eip7594/p2p-interface.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,18 @@
3939

4040
### Preset
4141

42-
| Name | Value | Description |
43-
| - | - | - |
42+
| Name | Value | Description |
43+
|-----------------------------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------------------|
4444
| `KZG_COMMITMENTS_INCLUSION_PROOF_DEPTH` | `uint64(floorlog2(get_generalized_index(BeaconBlockBody, 'blob_kzg_commitments')))` (= 4) | <!-- predefined --> Merkle proof index for `blob_kzg_commitments` |
4545

46-
4746
### Configuration
4847

49-
*[New in Deneb:EIP4844]*
48+
*[New in EIP7594]*
5049

51-
| Name | Value | Description |
52-
|------------------------------------------|-----------------------------------|---------------------------------------------------------------------|
53-
| `MAX_REQUEST_DATA_COLUMN_SIDECARS` | `MAX_REQUEST_BLOCKS_DENEB * NUMBER_OF_COLUMNS` | Maximum number of data column sidecars in a single request |
54-
| `MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS` | `2**12` (= 4096 epochs, ~18 days) | The minimum epoch range over which a node must serve data column sidecars |
50+
| Name | Value | Description |
51+
|------------------------------------------------|------------------------------------------------|---------------------------------------------------------------------------|
52+
| `MAX_REQUEST_DATA_COLUMN_SIDECARS` | `MAX_REQUEST_BLOCKS_DENEB * NUMBER_OF_COLUMNS` | Maximum number of data column sidecars in a single request |
53+
| `MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS` | `2**12` (= 4096 epochs, ~18 days) | The minimum epoch range over which a node must serve data column sidecars |
5554

5655
### Containers
5756

@@ -180,8 +179,8 @@ The `<context-bytes>` field is calculated as `context = compute_fork_digest(fork
180179

181180
[1]: # (eth2spec: skip)
182181

183-
| `fork_version` | Chunk SSZ type |
184-
| - | - |
182+
| `fork_version` | Chunk SSZ type |
183+
|------------------------|-----------------------------|
185184
| `EIP7594_FORK_VERSION` | `eip7594.DataColumnSidecar` |
186185

187186
Request Content:
@@ -228,9 +227,9 @@ The `<context-bytes>` field is calculated as `context = compute_fork_digest(fork
228227

229228
[1]: # (eth2spec: skip)
230229

231-
| `fork_version` | Chunk SSZ type |
232-
|--------------------------|-------------------------------|
233-
| `EIP7594_FORK_VERSION` | `eip7594.DataColumnSidecar` |
230+
| `fork_version` | Chunk SSZ type |
231+
|------------------------|-----------------------------|
232+
| `EIP7594_FORK_VERSION` | `eip7594.DataColumnSidecar` |
234233

235234
Request Content:
236235
```
@@ -323,6 +322,6 @@ Requests the MetaData of a peer, using the new `MetaData` definition given above
323322

324323
A new field is added to the ENR under the key `csc` to facilitate custody data column discovery.
325324

326-
| Key | Value |
327-
|:------|:-----------------------------------------|
328-
| `csc` | Custody subnet count, big endian integer |
325+
| Key | Value |
326+
|--------|------------------------------------------|
327+
| `csc` | Custody subnet count, big endian integer |

0 commit comments

Comments
 (0)