Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Rocks db (#1792)
Browse files Browse the repository at this point in the history
* Add rocksdb crate

* Implement new ledger module based on RocksDb
  • Loading branch information
carllin authored Nov 15, 2018
1 parent d3e521f commit 928f375
Show file tree
Hide file tree
Showing 4 changed files with 589 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ rand = "0.5.1"
rayon = "1.0.0"
reqwest = "0.9.0"
ring = "0.13.2"
rocksdb = "0.10.1"
sha2 = "0.8.0"
serde = "1.0.27"
serde_cbor = "0.9.0"
Expand Down
Loading

0 comments on commit 928f375

Please sign in to comment.