Automate merkle proofs with metastruct

This commit is contained in:
Michael Sproul
2022-12-08 15:50:27 +11:00
parent a113a39e90
commit 3b657a3b0b
14 changed files with 209 additions and 334 deletions

View File

@@ -59,7 +59,7 @@ strum = { version = "0.24.0", features = ["derive"] }
logging = { path = "../../common/logging" }
execution_layer = { path = "../execution_layer" }
sensitive_url = { path = "../../common/sensitive_url" }
superstruct = "0.5.0"
superstruct = "0.7.0"
hex = "0.4.2"
exit-future = "0.2.0"
unused_port = {path = "../../common/unused_port"}