mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 06:21:02 +00:00
Extract minimal ethereum client (#359)
* relay-ethereum-client * use relay-ethereum-client from ethereum-poa-relay * cargo fmt --all * #![warn(missing_docs)] * EthereumRpcClient -> EthereumClient * make EthereumHeadersSyncPipeline private * return concrete type from crate::new * cleanup dependencies * *self -> self * remove trait Client * sort deps
This commit is contained in:
committed by
Bastian Köcher
parent
d614cdaba8
commit
ec34870eab
@@ -17,7 +17,6 @@ env_logger = "0.7.0"
|
||||
ethabi = "12.0"
|
||||
ethabi-contract = "11.0"
|
||||
ethabi-derive = "12.0"
|
||||
ethereum-tx-sign = "3.0"
|
||||
exchange-relay = { path = "../exchange-relay" }
|
||||
futures = "0.3.5"
|
||||
headers-relay = { path = "../headers-relay" }
|
||||
@@ -27,11 +26,11 @@ log = "0.4.11"
|
||||
messages-relay = { path = "../messages-relay" }
|
||||
num-traits = "0.2"
|
||||
parity-crypto = { version = "0.6", features = ["publickey"] }
|
||||
relay-ethereum-client = { path = "../ethereum-client" }
|
||||
relay-utils = { path = "../utils" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.57"
|
||||
time = "0.2"
|
||||
web3 = "0.13"
|
||||
|
||||
[dependencies.jsonrpsee]
|
||||
git = "https://github.com/svyatonik/jsonrpsee.git"
|
||||
|
||||
Reference in New Issue
Block a user