mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 01:47:55 +00:00
c046a9d5ed
Co-authored-by: Javier Viola <javier@parity.io>
23 lines
652 B
Plaintext
23 lines
652 B
Plaintext
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: []
|