Allow discovery to be more lenient in enr eth2 fields (#1201)

* Allow discovery to be more lenient in enr eth2 fields

* Correct web3 dep

* Discovery bug fixes
This commit is contained in:
Age Manning
2020-05-27 06:34:15 +10:00
committed by GitHub
parent 8bc82c573d
commit 5122b2c13a
8 changed files with 171 additions and 151 deletions

View File

@@ -5,7 +5,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
web3 = "0.10.0"
web3 = "0.11.0"
tokio = { version = "0.2.20", features = ["time"] }
futures = { version = "0.3.5", features = ["compat"] }
types = { path = "../../consensus/types"}