Changed serialization of block to binary format.

This commit is contained in:
Revertron
2021-05-03 08:42:21 +02:00
parent c3576d62d8
commit fab62bdfc8
4 changed files with 17 additions and 10 deletions
+1
View File
@@ -26,6 +26,7 @@ num_cpus = "1.13.0"
byteorder = "1.4.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.64"
bincode = "1.3"
num-bigint = "0.4"
num-traits = "0.2.14"
chrono = { version = "0.4", features = ["serde"] }