Add Store and db_encode_derive.

Implementation is not complete, but what is here works.
This commit is contained in:
Paul Hauner
2019-04-01 14:56:32 +11:00
parent b03dfdce59
commit ebe47a5b34
17 changed files with 1748 additions and 2 deletions

View File

@@ -9,5 +9,3 @@ blake2-rfc = "0.2.18"
bls = { path = "../../eth2/utils/bls" }
bytes = "0.4.10"
rocksdb = "0.10.1"
ssz = { path = "../../eth2/utils/ssz" }
types = { path = "../../eth2/types" }