mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
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:
committed by
Bastian Köcher
parent
7a3468a919
commit
5bcae00f19
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user