companion pr for substrate:auto_db (#3590)

* companion pr for substrate:auto_db

* update Substrate

Co-authored-by: parity-processbot <>
This commit is contained in:
Marek Kotewicz
2021-08-09 15:59:48 +02:00
committed by GitHub
parent 2574398d00
commit 276dc1981e
4 changed files with 240 additions and 192 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ tracing = "0.1.26"
serde = { version = "1.0.123", features = ["derive"] }
thiserror = "1.0.26"
kvdb = "0.10.0"
kvdb-rocksdb = { version = "0.12.0", optional = true }
kvdb-rocksdb = { version = "0.14.0", optional = true }
async-trait = "0.1.42"
# Polkadot
+1 -1
View File
@@ -94,7 +94,7 @@ pub use sc_client_api::{Backend, CallExecutor, ExecutionStrategy};
pub use sc_consensus::{BlockImport, LongestChain};
pub use sc_executor::NativeExecutionDispatch;
pub use service::{
config::{DatabaseConfig, PrometheusConfig},
config::{DatabaseSource, PrometheusConfig},
ChainSpec, Configuration, Error as SubstrateServiceError, PruningMode, Role, RuntimeGenesis,
TFullBackend, TFullCallExecutor, TFullClient, TLightBackend, TLightCallExecutor, TLightClient,
TaskManager, TransactionPoolOptions,