Operation pool: add attestation support

This commit is contained in:
Michael Sproul
2019-03-19 19:15:33 +11:00
parent c2e5d3c45a
commit 1fca8a063c
3 changed files with 146 additions and 6 deletions

View File

@@ -5,5 +5,8 @@ authors = ["Michael Sproul <michael@sigmaprime.io>"]
edition = "2018"
[dependencies]
int_to_bytes = { path = "../utils/int_to_bytes" }
itertools = "0.8"
types = { path = "../types" }
state_processing = { path = "../../eth2/state_processing" }
state_processing = { path = "../state_processing" }
ssz = { path = "../utils/ssz" }