Add utility functions for testing (#10749)

* Add ancestor iterator

* Add blockstore generation from trees

Co-authored-by: Carl <carl@solana.com>
This commit is contained in:
carllin
2020-06-23 12:05:00 -07:00
committed by GitHub
parent db4a18ada4
commit 77b8de193c
4 changed files with 136 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ solana-stake-program = { path = "../programs/stake", version = "1.3.0" }
solana-vote-program = { path = "../programs/vote", version = "1.3.0" }
tempfile = "3.1.0"
thiserror = "1.0"
trees = "0.2.1"
[dependencies.rocksdb]
# Avoid the vendored bzip2 within rocksdb-sys that can cause linker conflicts