Bump rust-web3 to latest v0.11 (#100)

* Bump rust-web3 to latest master

* Use tagged release from crates.io

* Add check for `logs_bloom`

Since this is required by the runtime we want to enforce that an
incoming header has this.
This commit is contained in:
Hernando Castano
2020-05-19 14:03:08 -04:00
committed by Bastian Köcher
parent 7a3468a919
commit 5bcae00f19
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ serde = { version = "1.0.110", features = ["derive"] }
serde_json = "1.0.53"
sp-bridge-eth-poa = { path = "../../primitives/ethereum-poa" }
time = "0.2"
web3 = { git = "https://github.com/svyatonik/rust-web3.git", branch = "add-receipt-root" }
web3 = "0.11"
# Substrate Based Dependencies
[dependencies.frame-system]