PVF: Add Secure Validator Mode (#2486)

Co-authored-by: Javier Viola <javier@parity.io>
This commit is contained in:
Marcin S
2023-12-05 13:32:56 +01:00
committed by GitHub
parent f240e02557
commit c046a9d5ed
31 changed files with 690 additions and 469 deletions
+22
View File
@@ -0,0 +1,22 @@
title: "PVF: Add Secure Validator Mode"
doc:
- audience: Node Operator
description: |
Secure Validator Mode has been enabled for Polkadot validators by default.
This enforces PVF validation security, and prevents starting a validator node if some security features are missing on the machine.
SVM can be disabled using the `--insecure-validator-i-know-what-i-do` flag.
migrations:
db: []
runtime: []
crates:
- name: polkadot-cli
- name: polkadot-node-core-pvf
- name: polkadot-node-core-pvf-common
- name: polkadot-node-core-pvf-prepare-worker
- name: polkadot-node-core-pvf-execute-worker
host_functions: []