V1 Window/Ledger based on RocksDb (#1712)

* Add rocksdb

* Implement new ledger module based on RocksDb
This commit is contained in:
carllin
2018-11-09 18:30:26 -08:00
committed by GitHub
parent fc55835932
commit bfcdec95cb
7 changed files with 549 additions and 4 deletions

View File

@ -12,6 +12,7 @@ RUN set -x && \
apt update && \
apt install -y \
buildkite-agent \
clang-7 \
cmake \
lcov \
libclang-common-7-dev \