mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-03 06:13:31 +00:00
Merge pull request #3772 from nalepae/patch-3
EIP-7594 - Update ENR record
This commit is contained in:
commit
43d96cff3f
@ -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 -->
|
||||
@ -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 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user