File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11title: Add availability-recovery from systematic chunks
22
33doc:
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
917crates:
1018 - name: sc-network
You can’t perform that action at this time.
0 commit comments