w3f / polkadot-spec

The Polkadot Protocol Specification
https://spec.polkadot.network
Creative Commons Attribution Share Alike 4.0 International
179 stars 70 forks source link

Authority-discovery mechanism isn't documented #650

Closed tomaka closed 1 year ago

tomaka commented 1 year ago

All the validators of a chain have to publish on the Kademlia DHT a signed record containing their PeerId and addresses at which they are reachable at a key corresponding to their validator key.

The precise format is somewhere here: https://github.com/paritytech/substrate/tree/master/client/authority-discovery

Note that IMO we shouldn't put the name "authority discovery" in the spec, instead we should just mention that validators have to publish a record in the DHT without giving a name to that mechanism.

heversonbr commented 1 year ago

Topic added by PR669.