Implement SSZ decode for H256

This commit is contained in:
Paul Hauner
2018-09-22 12:11:10 +10:00
parent 8439094a8d
commit 8b4970ed51
3 changed files with 50 additions and 1 deletions

View File

@@ -12,7 +12,8 @@ boolean-bitfield = { path = "boolean-bitfield" }
bytes = ""
crypto-mac = "^0.6.2"
clap = "2.32.0"
ethereum-types = ""
dirs = "1.0.3"
ethereum-types = "0.4.0"
futures = "0.1.23"
network-libp2p = { path = "network-libp2p" }
rand = "0.3"