Add un-finished, uncompiling state_processing

This commit is contained in:
Paul Hauner
2019-02-11 17:25:23 +11:00
parent 03e84a63ec
commit c1f8c85ce9
6 changed files with 1162 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "state_processing"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
hashing = { path = "../utils/hashing" }
log = "0.4"
ssz = { path = "../utils/ssz" }
types = { path = "../types" }
rayon = "1.0"