EIP-7594 - Update ENR record

Proposal for https://github.com/ethereum/consensus-specs/issues/3744
This commit is contained in:
Manu NALEPA 2024-05-17 17:31:08 +03:00 committed by GitHub
parent 0f5f155d1b
commit f7bb8aab1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -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 |