op_pool: finish persistence support

This commit is contained in:
Michael Sproul
2019-06-26 13:06:08 +10:00
parent 7fe458af45
commit 73c4171b52
5 changed files with 183 additions and 83 deletions

View File

@@ -26,3 +26,6 @@ state_processing = { path = "../../eth2/state_processing" }
tree_hash = { path = "../../eth2/utils/tree_hash" }
types = { path = "../../eth2/types" }
lmd_ghost = { path = "../../eth2/lmd_ghost" }
[dev-dependencies]
rand = "0.5.5"