File tree Expand file tree Collapse file tree
polkadot/node/service/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ where
284284 keystore. clone ( ) ,
285285 Metrics :: register ( registry) ?,
286286 ) )
287- . candidate_validation ( CandidateValidationSubsystem :: with_config (
287+ . candidate_validation ( CandidateValidationSubsystem :: with_config_and_keystore (
288288 candidate_validation_config,
289289 keystore. clone ( ) ,
290290 Metrics :: register ( registry) ?, // candidate-validation metrics
Original file line number Diff line number Diff line change 1+ # Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
2+ # See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
3+
4+ title: Prepare PVFs if node is a validator in the next session
5+
6+ doc:
7+ - audience: Node Operator
8+ description: |
9+ - On every active leaf candidate-validation subsystem checks if the node is the next session authority.
10+ - If it is, it fetches backed candidates and prepares unknown PVFs.
11+ - Number of PVF preparations per block is limited to not overload subsystem.
12+
13+ crates:
14+ - name: polkadot
15+ bump: patch
16+ - name: polkadot-service
17+ bump: patch
18+ - name: polkadot-node-core-candidate-validation
19+ bump: minor
You can’t perform that action at this time.
0 commit comments