c5c3fb6a75
* fix(rpc-types): remove uint and hash wrappers * fix(tests) * fix(cleanup) * grumbles(rpc-api): revert `verify_signature` * revert change of `U64` -> `u64` * fix(cleanup after bad merge) * chore(bump ethereum-types) * fix(bad merge) * feat(tests ethereum-types): add tests * chore(update `ethereum-types` to 0.4.2) * feat(tests for h256) * chore(rpc): remove `ethbloom` import Use re-export from `ethereum-types` instead * fix(bad merge): remove `DefaultAccount` type * doc(add TODO with issue link)
22 lines
437 B
TOML
22 lines
437 B
TOML
[package]
|
|
authors = ["Parity <admin@parity.io>"]
|
|
description = "Parity Rpc Client"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "parity-rpc-client"
|
|
version = "1.4.0"
|
|
|
|
[dependencies]
|
|
ethereum-types = "0.4"
|
|
futures = "0.1"
|
|
log = "0.4"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
url = "1.2.0"
|
|
matches = "0.1"
|
|
parking_lot = "0.7"
|
|
jsonrpc-core = "10.0.1"
|
|
jsonrpc-ws-server = "10.0.1"
|
|
parity-rpc = { path = "../../rpc" }
|
|
keccak-hash = "0.1"
|