openethereum/rpc/src/v1/traits
Niklas Adolfsson c5c3fb6a75
fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217)
* 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)
2019-02-25 14:27:28 +01:00
..
debug.rs Convert to jsonrpc-derive, use jsonrpc-* from crates.io (#10298) 2019-02-05 14:31:19 +01:00
eth_pubsub.rs Convert to jsonrpc-derive, use jsonrpc-* from crates.io (#10298) 2019-02-05 14:31:19 +01:00
eth_signing.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
eth.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
mod.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
net.rs Convert to jsonrpc-derive, use jsonrpc-* from crates.io (#10298) 2019-02-05 14:31:19 +01:00
parity_accounts.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
parity_set.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
parity_signing.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
parity.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
personal.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
private.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
pubsub.rs Convert to jsonrpc-derive, use jsonrpc-* from crates.io (#10298) 2019-02-05 14:31:19 +01:00
rpc.rs Convert to jsonrpc-derive, use jsonrpc-* from crates.io (#10298) 2019-02-05 14:31:19 +01:00
secretstore.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
signer.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
traces.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00
web3.rs fix(rpc-types): replace uint and hash with ethereum_types v0.4 (#10217) 2019-02-25 14:27:28 +01:00