Skip to content

Commit

Permalink
feat: integrate rocksdb to persist btc payments
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill committed Apr 27, 2022
1 parent dd70c98 commit a393f34
Show file tree
Hide file tree
Showing 11 changed files with 257 additions and 144 deletions.
133 changes: 69 additions & 64 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ futures = "0.3.5"
async-trait = "0.1.40"
sha2 = "0.8.2"
git-version = "0.3.4"

rocksdb = { version = "0.18", features = ["snappy"], default-features = false }
lazy_static = "1.4"

tracing = { version = "0.1", features = ["log"] }
Expand Down
Loading

0 comments on commit a393f34

Please sign in to comment.