V1 Window/Ledger based on RocksDb (#1712)
* Add rocksdb * Implement new ledger module based on RocksDb
This commit is contained in:
@@ -27,6 +27,7 @@ pub mod client;
|
||||
pub mod cluster_info;
|
||||
pub mod budget_program;
|
||||
pub mod compute_leader_finality_service;
|
||||
pub mod db_ledger;
|
||||
pub mod drone;
|
||||
pub mod entry;
|
||||
#[cfg(feature = "erasure")]
|
||||
@@ -104,6 +105,7 @@ extern crate pnet_datalink;
|
||||
extern crate rayon;
|
||||
extern crate reqwest;
|
||||
extern crate ring;
|
||||
extern crate rocksdb;
|
||||
extern crate serde;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
|
Reference in New Issue
Block a user