Skip to content

Commit 7ddf494

Browse files
committed
more details to prdoc
1 parent 8acc2c1 commit 7ddf494

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

prdoc/pr_1644.prdoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
title: Add availability-recovery from systematic chunks
22

33
doc:
4+
- audience Node Operator
5+
description: |
6+
Implements https://github.com/polkadot-fellows/RFCs/pull/47. This optimisation is guarded by a configuration bit in
7+
the runtime and will only be enabled once a supermajority of the validators have upgraded to this version.
8+
It's strongly advised to upgrade to this version.
49
- audience: Node Dev
510
description: |
611
Implements https://github.com/polkadot-fellows/RFCs/pull/47 and adds the logic for availability recovery from systematic chunks.
7-
The /req_chunk/1 req-response protocol is now considered deprecated in favour of /req_chunk/2.
12+
The /req_chunk/1 req-response protocol is now considered deprecated in favour of /req_chunk/2. Systematic recovery is guarded
13+
by a configuration bit in the runtime (bit with index 2 of the node_features field from the HostConfiguration)
14+
and must not be enabled until all (or almost all) validators have upgraded to the node version that includes
15+
this PR.
816

917
crates:
1018
- name: sc-network

0 commit comments

Comments
 (0)