configuration: drop pvf_checking_enabled parameter (#7396)

* configuration: drop pvf_checking_enabled

* fix warning
This commit is contained in:
Chris Sosnin
2023-07-11 15:02:47 +03:00
committed by GitHub
parent e3ee909e9e
commit a032a128e5
13 changed files with 408 additions and 82 deletions
@@ -103,7 +103,6 @@ fn default_config() -> HostConfiguration<BlockNumber> {
thread_availability_period: 5,
scheduling_lookahead: 2,
parathread_retries: 1,
pvf_checking_enabled: false,
// This field does not affect anything that scheduler does. However, `HostConfiguration`
// is still a subject to consistency test. It requires that `minimum_validation_upgrade_delay`
// is greater than `chain_availability_period` and `thread_availability_period`.