Fix and add tests for db get block at slot

This commit is contained in:
Paul Hauner
2019-05-21 12:58:11 +10:00
parent 182135b832
commit f8c425d6b4
3 changed files with 139 additions and 3 deletions

View File

@@ -8,10 +8,9 @@ edition = "2018"
blake2-rfc = "0.2.18"
bls = { path = "../../eth2/utils/bls" }
bytes = "0.4.10"
db_encode = { path = "../db_encode" }
db_encode_derive = { path = "../db_encode_derive" }
parking_lot = "0.7"
rocksdb = "0.10.1"
ssz = { path = "../../eth2/utils/ssz" }
ssz_derive = { path = "../../eth2/utils/ssz_derive" }
tree_hash = { path = "../../eth2/utils/tree_hash" }
types = { path = "../../eth2/types" }