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

@@ -0,0 +1,9 @@
[package]
name = "db_encode"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
ethereum-types = "0.5"
ssz = { path = "../../eth2/utils/ssz" }