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
Generated
+2
View File
@@ -11846,6 +11846,7 @@ dependencies = [
name = "polkadot-cli"
version = "1.1.0"
dependencies = [
"cfg-if",
"clap 4.4.10",
"frame-benchmarking-cli",
"futures",
@@ -12346,6 +12347,7 @@ dependencies = [
"tempfile",
"test-parachain-adder",
"test-parachain-halt",
"thiserror",
"tokio",
"tracing-gum",
]