Skip to content

Commit a6a7165

Browse files
committed
Improve PRDoc
1 parent 20ecf34 commit a6a7165

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

prdoc/pr_8072.prdoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ title: 'RFC-0008: Store parachain bootnodes in the relay chain DHT'
22
doc:
33
- audience: Node Dev
44
description: |-
5-
Implement [RFC-0008 "DHT bootnodes"](https://polkadot-fellows.github.io/RFCs/approved/0008-parachain-bootnodes-dht.html). This allows parachain nodes to find each other without hardcoded bootnode addresses in the chain spec.
5+
Implement [RFC-0008 "DHT bootnodes"](https://polkadot-fellows.github.io/RFCs/approved/0008-parachain-bootnodes-dht.html).
66

7-
Closes https://github.com/paritytech/polkadot-sdk/issues/1825.
7+
With this mechanism, every parachain node is eligible to act as a bootnode. If its peer ID is close to the parachain key for the current relay chain epoch, it becomes discoverable by other parachain nodes via the relay chain DHT. This removes the need to specify bootnodes in the parachain chainspec, eliminating a single point of failure and simplifying things for parachain operators.
8+
9+
The mechanism is enabled by default. The embedded DHT bootnode can be disabled using the `--no-dht-bootnode` flag, and discovery of such nodes can be disabled with the `--no-dht-bootnode-discovery` flag.
810
crates:
911
- name: cumulus-relay-chain-inprocess-interface
1012
bump: minor

0 commit comments

Comments
 (0)