mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
Refactored block body database scheme (#10779)
* Refactored tx storage database scheme * Bump parity-db * fmt * Fix handling invalid index size + test * Removed superflous result * Minor changes * fmt
This commit is contained in:
@@ -393,7 +393,6 @@ impl BenchDb {
|
||||
state_pruning: PruningMode::ArchiveAll,
|
||||
source: database_type.into_settings(dir.into()),
|
||||
keep_blocks: sc_client_db::KeepBlocks::All,
|
||||
transaction_storage: sc_client_db::TransactionStorageMode::BlockBody,
|
||||
};
|
||||
let task_executor = TaskExecutor::new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user