openethereum/rpc/src/v1/types
Niklas Adolfsson 17042e9c32 fix(rpc): fix a bunch of clippy lints (#10493)
* fix(rpc): fix a bunch of clippy lints

* fix(rpc clippy): remove unused ignored lints

* fix(clippy): fix all redundant_field_names

This commit fixes all uses of `redundant_field_names` and removes the ignored lint `redundant_field_names`

* fix(brain unwrap): replace with expect
2019-03-22 12:01:11 +01:00
..
account_info.rs fix(rpc-types): replace uint and hash with `ethereum_types v0.4` (#10217) 2019-02-25 14:27:28 +01:00
block.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
block_number.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
bytes.rs Additional tests for uint deserialization. (#10279) 2019-02-03 12:26:25 +01:00
call_request.rs fix(rpc-types): replace uint and hash with `ethereum_types v0.4` (#10217) 2019-02-25 14:27:28 +01:00
confirmations.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
consensus_status.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
derivation.rs fix(rpc-types): replace uint and hash with `ethereum_types v0.4` (#10217) 2019-02-25 14:27:28 +01:00
eip191.rs fix(rpc-types): replace uint and hash with `ethereum_types v0.4` (#10217) 2019-02-25 14:27:28 +01:00
eth_types.rs fix(rpc-types): replace uint and hash with `ethereum_types v0.4` (#10217) 2019-02-25 14:27:28 +01:00
filter.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
histogram.rs fix(rpc-types): replace uint and hash with `ethereum_types v0.4` (#10217) 2019-02-25 14:27:28 +01:00
index.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
log.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
mod.rs fix(rpc-types): replace uint and hash with `ethereum_types v0.4` (#10217) 2019-02-25 14:27:28 +01:00
node_kind.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
private_receipt.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
provenance.rs fix(rpc-types): replace uint and hash with `ethereum_types v0.4` (#10217) 2019-02-25 14:27:28 +01:00
pubsub.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
receipt.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
rpc_settings.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +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
sync.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
trace.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
trace_filter.rs fix(rpc-types): replace uint and hash with `ethereum_types v0.4` (#10217) 2019-02-25 14:27:28 +01:00
transaction.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
transaction_condition.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
transaction_request.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
work.rs fix(rpc-types): replace uint and hash with `ethereum_types v0.4` (#10217) 2019-02-25 14:27:28 +01:00