Skip to content

Commit

Permalink
Merge pull request #3772 from nalepae/patch-3
Browse files Browse the repository at this point in the history
EIP-7594 - Update ENR record
  • Loading branch information
hwwhww authored Jun 12, 2024
2 parents a24837b + 64b93c9 commit 43d96cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions specs/_features/eip7594/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- [DataColumnSidecarsByRange v1](#datacolumnsidecarsbyrange-v1)
- [The discovery domain: discv5](#the-discovery-domain-discv5)
- [ENR structure](#enr-structure)
- [`custody_subnet_count`](#custody_subnet_count)
- [Custody subnet count](#custody-subnet-count)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- /TOC -->
Expand Down Expand Up @@ -284,10 +284,10 @@ After the initial data column sidecar, clients MAY stop in the process of respon

#### ENR structure

##### `custody_subnet_count`
##### Custody subnet count

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

| Key | Value |
|:-----------------------|:-------------|
| `custody_subnet_count` | SSZ `uint64` |
| Key | Value |
|:------|:-----------------------------------------|
| `csc` | Custody subnet count, big endian integer |

0 comments on commit 43d96cf

Please sign in to comment.