Revert "companion for 14754: cli: move no-beefy flag to sc-cli (#2996)" (#3007)

* Revert "companion for 14754: cli: move no-beefy flag to sc-cli (#2996)"

This reverts commit ab840db20d.

* bump substrate ref

* update lockfile for {"polkadot", "substrate"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Adrian Catangiu
2023-08-15 19:40:54 +03:00
committed by GitHub
parent f75a57a763
commit d841bdca18
7 changed files with 269 additions and 285 deletions
-4
View File
@@ -220,10 +220,6 @@ impl CliConfiguration<Self> for RelayChainCli {
self.base.base.disable_grandpa()
}
fn disable_beefy(&self) -> CliResult<bool> {
self.base.base.disable_beefy()
}
fn max_runtime_instances(&self) -> CliResult<Option<usize>> {
self.base.base.max_runtime_instances()
}
-1
View File
@@ -773,7 +773,6 @@ pub fn node_config(
offchain_worker: OffchainWorkerConfig { enabled: true, indexing_enabled: false },
force_authoring: false,
disable_grandpa: false,
disable_beefy: true,
dev_key_seed: Some(key_seed),
tracing_targets: None,
tracing_receiver: Default::default(),