Merge remote-tracking branch 'michael/separate-blocks' into tree-states

This commit is contained in:
Michael Sproul
2022-10-19 14:37:30 +11:00
22 changed files with 248 additions and 82 deletions

View File

@@ -28,6 +28,6 @@ sloggers = { version = "2.1.1", features = ["json"] }
directory = { path = "../../common/directory" }
tree_hash = "0.4.0"
take-until = "0.1.0"
zstd = "0.10.0"
zstd = "0.11.0"
strum = { version = "0.24.0", features = ["derive"] }
bls = { path = "../../crypto/bls" }