Modify runtime to allow memory or disk db

DiskDB is not working yet, but we'll get there!
This commit is contained in:
Paul Hauner
2019-03-31 18:57:48 +11:00
parent 9a0ebac687
commit 08b1808745
6 changed files with 107 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
types = { path = "../eth2/types" }
db = { path = "./db" }
client = { path = "client" }
version = { path = "version" }
clap = "2.32.0"