Skip to content

Commit

Permalink
EIP-7594 - Update ENR record
Browse files Browse the repository at this point in the history
Proposal for ethereum#3744
  • Loading branch information
nalepae authored May 17, 2024
1 parent 0f5f155 commit f7bb8aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specs/_features/eip7594/p2p-interface.md
Original file line number Diff line number Diff line change
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 f7bb8aa

Please sign in to comment.