[INFO] crate ethereum-json-rpc 1.3.6 is already in cache
[INFO] checking ethereum-json-rpc-1.3.6 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate ethereum-json-rpc 1.3.6 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate ethereum-json-rpc 1.3.6 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate ethereum-json-rpc 1.3.6
[INFO] finished tweaking crates.io crate ethereum-json-rpc 1.3.6
[INFO] tweaked toml for crates.io crate ethereum-json-rpc 1.3.6 written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] cca3c526e42c03e738f35e916fb9dae4fcd291d6557584e25f3831de2e1c2f78
[INFO] running `"docker" "start" "-a" "cca3c526e42c03e738f35e916fb9dae4fcd291d6557584e25f3831de2e1c2f78"`
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]    Compiling autorand-derive v0.2.2
[INFO] [stderr]    Compiling failure_derive v0.1.7
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking serde v1.0.106
[INFO] [stderr]     Checking serde_json v1.0.51
[INFO] [stderr]     Checking jsonrpc-core v8.0.1
[INFO] [stderr]     Checking autorand v0.2.2
[INFO] [stderr]     Checking jsonrpc-client-core v0.5.0
[INFO] [stderr]     Checking ethereum-json-rpc v1.3.6 (/opt/rustwide/workdir)
[INFO] [stderr] warning: structure field `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:103:16
[INFO] [stderr]     |
[INFO] [stderr] 103 |     pub(crate) blockHash: Option<BlockHashOrNull>,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_snake_case)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:104:16
[INFO] [stderr]     |
[INFO] [stderr] 104 |     pub(crate) blockNumber: Option<BlockNumberOrNull>,
[INFO] [stderr]     |                ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `gasPrice` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:107:16
[INFO] [stderr]     |
[INFO] [stderr] 107 |     pub(crate) gasPrice: TransactionGasPrice,
[INFO] [stderr]     |                ^^^^^^^^ help: convert the identifier to snake case: `gas_price`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `transactionIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:112:16
[INFO] [stderr]     |
[INFO] [stderr] 112 |     pub(crate) transactionIndex: Option<TransactionIndex>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_index`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `fromBlock` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:173:16
[INFO] [stderr]     |
[INFO] [stderr] 173 |     pub(crate) fromBlock: Option<BlockNumber>,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `from_block`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `toBlock` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:174:16
[INFO] [stderr]     |
[INFO] [stderr] 174 |     pub(crate) toBlock: Option<BlockNumber>,
[INFO] [stderr]     |                ^^^^^^^ help: convert the identifier to snake case: `to_block`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `parentHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:311:16
[INFO] [stderr]     |
[INFO] [stderr] 311 |     pub(crate) parentHash: Option<BlockHash>,
[INFO] [stderr]     |                ^^^^^^^^^^ help: convert the identifier to snake case: `parent_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sha3Uncles` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:313:16
[INFO] [stderr]     |
[INFO] [stderr] 313 |     pub(crate) sha3Uncles: Option<BlockShaUncles>,
[INFO] [stderr]     |                ^^^^^^^^^^ help: convert the identifier to snake case: `sha3_uncles`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `logsBloom` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:314:16
[INFO] [stderr]     |
[INFO] [stderr] 314 |     pub(crate) logsBloom: Option<BlockLogsBloom>,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `logs_bloom`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `transactionsRoot` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:315:16
[INFO] [stderr]     |
[INFO] [stderr] 315 |     pub(crate) transactionsRoot: Option<BlockTransactionsRoot>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transactions_root`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `stateRoot` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:316:16
[INFO] [stderr]     |
[INFO] [stderr] 316 |     pub(crate) stateRoot: Option<BlockStateRoot>,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `state_root`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `receiptsRoot` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:317:16
[INFO] [stderr]     |
[INFO] [stderr] 317 |     pub(crate) receiptsRoot: Option<BlockReceiptsRoot>,
[INFO] [stderr]     |                ^^^^^^^^^^^^ help: convert the identifier to snake case: `receipts_root`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `totalDifficulty` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:320:16
[INFO] [stderr]     |
[INFO] [stderr] 320 |     pub(crate) totalDifficulty: Option<BlockTotalDifficulty>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `total_difficulty`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `extraData` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:321:16
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub(crate) extraData: Option<BlockExtraData>,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `extra_data`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `gasLimit` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:323:16
[INFO] [stderr]     |
[INFO] [stderr] 323 |     pub(crate) gasLimit: Option<BlockGasLimit>,
[INFO] [stderr]     |                ^^^^^^^^ help: convert the identifier to snake case: `gas_limit`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `gasUsed` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:324:16
[INFO] [stderr]     |
[INFO] [stderr] 324 |     pub(crate) gasUsed: Option<BlockGasUsed>,
[INFO] [stderr]     |                ^^^^^^^ help: convert the identifier to snake case: `gas_used`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:393:16
[INFO] [stderr]     |
[INFO] [stderr] 393 |     pub(crate) blockHash: Option<BlockHash>,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:394:16
[INFO] [stderr]     |
[INFO] [stderr] 394 |     pub(crate) blockNumber: Option<BlockNumber>,
[INFO] [stderr]     |                ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `logIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:396:16
[INFO] [stderr]     |
[INFO] [stderr] 396 |     pub(crate) logIndex: Option<LogIndex>,
[INFO] [stderr]     |                ^^^^^^^^ help: convert the identifier to snake case: `log_index`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `transactionHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:399:16
[INFO] [stderr]     |
[INFO] [stderr] 399 |     pub(crate) transactionHash: Option<TransactionHash>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `transactionIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:400:16
[INFO] [stderr]     |
[INFO] [stderr] 400 |     pub(crate) transactionIndex: Option<TransactionIndex>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_index`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:450:16
[INFO] [stderr]     |
[INFO] [stderr] 450 |     pub(crate) blockHash: BlockHash,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:451:16
[INFO] [stderr]     |
[INFO] [stderr] 451 |     pub(crate) blockNumber: BlockNumber,
[INFO] [stderr]     |                ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `contractAddress` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:452:16
[INFO] [stderr]     |
[INFO] [stderr] 452 |     pub(crate) contractAddress: ReceiptContractAddress,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `contract_address`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `cumulativeGasUsed` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:453:16
[INFO] [stderr]     |
[INFO] [stderr] 453 |     pub(crate) cumulativeGasUsed: ReceiptCumulativeGasUsed,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cumulative_gas_used`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `gasUsed` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:455:16
[INFO] [stderr]     |
[INFO] [stderr] 455 |     pub(crate) gasUsed: ReceiptGasUsed,
[INFO] [stderr]     |                ^^^^^^^ help: convert the identifier to snake case: `gas_used`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `logsBloom` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:457:16
[INFO] [stderr]     |
[INFO] [stderr] 457 |     pub(crate) logsBloom: BloomFilter,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `logs_bloom`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `transactionHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:459:16
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub(crate) transactionHash: TransactionHash,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `transactionIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:460:16
[INFO] [stderr]     |
[INFO] [stderr] 460 |     pub(crate) transactionIndex: TransactionIndex,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_index`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `postTransactionState` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:461:16
[INFO] [stderr]     |
[INFO] [stderr] 461 |     pub(crate) postTransactionState: Option<ReceiptPostTransactionState>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `post_transaction_state`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `accountProof` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:536:16
[INFO] [stderr]     |
[INFO] [stderr] 536 |     pub(crate) accountProof: Option<ProofNodes>,
[INFO] [stderr]     |                ^^^^^^^^^^^^ help: convert the identifier to snake case: `account_proof`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `codeHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:538:16
[INFO] [stderr]     |
[INFO] [stderr] 538 |     pub(crate) codeHash: Option<ProofAccountCodeHash>,
[INFO] [stderr]     |                ^^^^^^^^ help: convert the identifier to snake case: `code_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `storageHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:540:16
[INFO] [stderr]     |
[INFO] [stderr] 540 |     pub(crate) storageHash: Option<ProofAccountStorageHash>,
[INFO] [stderr]     |                ^^^^^^^^^^^ help: convert the identifier to snake case: `storage_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `storageProof` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:541:16
[INFO] [stderr]     |
[INFO] [stderr] 541 |     pub(crate) storageProof: Option<StorageProofSet>,
[INFO] [stderr]     |                ^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_proof`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `startingBlock` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:596:16
[INFO] [stderr]     |
[INFO] [stderr] 596 |     pub(crate) startingBlock: Option<SyncingDataStartingBlock>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^ help: convert the identifier to snake case: `starting_block`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `currentBlock` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:597:16
[INFO] [stderr]     |
[INFO] [stderr] 597 |     pub(crate) currentBlock: Option<SyncingDataCurrentBlock>,
[INFO] [stderr]     |                ^^^^^^^^^^^^ help: convert the identifier to snake case: `current_block`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `highestBlock` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:598:16
[INFO] [stderr]     |
[INFO] [stderr] 598 |     pub(crate) highestBlock: Option<SyncingDataHighestBlock>,
[INFO] [stderr]     |                ^^^^^^^^^^^^ help: convert the identifier to snake case: `highest_block`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `knownStates` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:599:16
[INFO] [stderr]     |
[INFO] [stderr] 599 |     pub(crate) knownStates: Option<SyncingDataKnownStates>,
[INFO] [stderr]     |                ^^^^^^^^^^^ help: convert the identifier to snake case: `known_states`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `pulledStates` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:600:16
[INFO] [stderr]     |
[INFO] [stderr] 600 |     pub(crate) pulledStates: Option<SyncingDataPulledStates>,
[INFO] [stderr]     |                ^^^^^^^^^^^^ help: convert the identifier to snake case: `pulled_states`
[INFO] [stderr] 
[INFO] [stderr] warning: method `Web3ClientVersion` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:650:10
[INFO] [stderr]     |
[INFO] [stderr] 650 |   pub fn Web3ClientVersion(&mut self) -> RpcRequest<ClientVersion>;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `web3_client_version`
[INFO] [stderr] 
[INFO] [stderr] warning: method `Web3Sha3` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:651:8
[INFO] [stderr]     |
[INFO] [stderr] 651 | pub fn Web3Sha3(&mut self, data: Data) -> RpcRequest<Keccak>;
[INFO] [stderr]     |        ^^^^^^^^ help: convert the identifier to snake case: `web3_sha3`
[INFO] [stderr] 
[INFO] [stderr] warning: method `NetListening` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:652:8
[INFO] [stderr]     |
[INFO] [stderr] 652 | pub fn NetListening(&mut self) -> RpcRequest<IsNetListening>;
[INFO] [stderr]     |        ^^^^^^^^^^^^ help: convert the identifier to snake case: `net_listening`
[INFO] [stderr] 
[INFO] [stderr] warning: method `NetPeerCount` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:653:8
[INFO] [stderr]     |
[INFO] [stderr] 653 | pub fn NetPeerCount(&mut self) -> RpcRequest<NumConnectedPeers>;
[INFO] [stderr]     |        ^^^^^^^^^^^^ help: convert the identifier to snake case: `net_peer_count`
[INFO] [stderr] 
[INFO] [stderr] warning: method `NetVersion` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:654:8
[INFO] [stderr]     |
[INFO] [stderr] 654 | pub fn NetVersion(&mut self) -> RpcRequest<NetworkId>;
[INFO] [stderr]     |        ^^^^^^^^^^ help: convert the identifier to snake case: `net_version`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthBlockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:655:8
[INFO] [stderr]     |
[INFO] [stderr] 655 | pub fn EthBlockNumber(&mut self) -> RpcRequest<BlockNumberOrTag>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthCall` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:656:8
[INFO] [stderr]     |
[INFO] [stderr] 656 | pub fn EthCall(&mut self, transaction: Transaction, blockNumber: BlockNumberOrTag) -> RpcRequest<Bytes>;
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case: `eth_call`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:656:53
[INFO] [stderr]     |
[INFO] [stderr] 656 | pub fn EthCall(&mut self, transaction: Transaction, blockNumber: BlockNumberOrTag) -> RpcRequest<Bytes>;
[INFO] [stderr]     |                                                     ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthChainId` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:657:8
[INFO] [stderr]     |
[INFO] [stderr] 657 | pub fn EthChainId(&mut self) -> RpcRequest<ChainId>;
[INFO] [stderr]     |        ^^^^^^^^^^ help: convert the identifier to snake case: `eth_chain_id`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthCoinbase` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:658:8
[INFO] [stderr]     |
[INFO] [stderr] 658 | pub fn EthCoinbase(&mut self) -> RpcRequest<Address>;
[INFO] [stderr]     |        ^^^^^^^^^^^ help: convert the identifier to snake case: `eth_coinbase`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthEstimateGas` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:659:8
[INFO] [stderr]     |
[INFO] [stderr] 659 | pub fn EthEstimateGas(&mut self, transaction: Transaction) -> RpcRequest<Integer>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_estimate_gas`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGasPrice` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:660:8
[INFO] [stderr]     |
[INFO] [stderr] 660 | pub fn EthGasPrice(&mut self) -> RpcRequest<GasPriceResult>;
[INFO] [stderr]     |        ^^^^^^^^^^^ help: convert the identifier to snake case: `eth_gas_price`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetBalance` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:661:8
[INFO] [stderr]     |
[INFO] [stderr] 661 | pub fn EthGetBalance(&mut self, address: Address, blockNumber: BlockNumber) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_balance`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:661:51
[INFO] [stderr]     |
[INFO] [stderr] 661 | pub fn EthGetBalance(&mut self, address: Address, blockNumber: BlockNumber) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |                                                   ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetBlockByHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:662:8
[INFO] [stderr]     |
[INFO] [stderr] 662 | pub fn EthGetBlockByHash(&mut self, blockHash: BlockHash, includeTransactions: IsTransactionsIncluded) -> RpcRequest<BlockOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_block_by_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:662:37
[INFO] [stderr]     |
[INFO] [stderr] 662 | pub fn EthGetBlockByHash(&mut self, blockHash: BlockHash, includeTransactions: IsTransactionsIncluded) -> RpcRequest<BlockOrNull>;
[INFO] [stderr]     |                                     ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `includeTransactions` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:662:59
[INFO] [stderr]     |
[INFO] [stderr] 662 | pub fn EthGetBlockByHash(&mut self, blockHash: BlockHash, includeTransactions: IsTransactionsIncluded) -> RpcRequest<BlockOrNull>;
[INFO] [stderr]     |                                                           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_transactions`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetBlockByNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:663:8
[INFO] [stderr]     |
[INFO] [stderr] 663 | pub fn EthGetBlockByNumber(&mut self, blockNumber: BlockNumberOrTag, includeTransactions: IsTransactionsIncluded) -> RpcRequest<BlockOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_block_by_number`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:663:39
[INFO] [stderr]     |
[INFO] [stderr] 663 | pub fn EthGetBlockByNumber(&mut self, blockNumber: BlockNumberOrTag, includeTransactions: IsTransactionsIncluded) -> RpcRequest<BlockOrNull>;
[INFO] [stderr]     |                                       ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `includeTransactions` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:663:70
[INFO] [stderr]     |
[INFO] [stderr] 663 | pub fn EthGetBlockByNumber(&mut self, blockNumber: BlockNumberOrTag, includeTransactions: IsTransactionsIncluded) -> RpcRequest<BlockOrNull>;
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_transactions`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetBlockTransactionCountByHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:664:8
[INFO] [stderr]     |
[INFO] [stderr] 664 | pub fn EthGetBlockTransactionCountByHash(&mut self, blockHash: BlockHash) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_block_transaction_count_by_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:664:53
[INFO] [stderr]     |
[INFO] [stderr] 664 | pub fn EthGetBlockTransactionCountByHash(&mut self, blockHash: BlockHash) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |                                                     ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetBlockTransactionCountByNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:665:8
[INFO] [stderr]     |
[INFO] [stderr] 665 | pub fn EthGetBlockTransactionCountByNumber(&mut self, blockNumber: BlockNumberOrTag) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_block_transaction_count_by_number`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:665:55
[INFO] [stderr]     |
[INFO] [stderr] 665 | pub fn EthGetBlockTransactionCountByNumber(&mut self, blockNumber: BlockNumberOrTag) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |                                                       ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetCode` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:666:8
[INFO] [stderr]     |
[INFO] [stderr] 666 | pub fn EthGetCode(&mut self, address: Address, blockNumber: BlockNumber) -> RpcRequest<Bytes>;
[INFO] [stderr]     |        ^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_code`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:666:48
[INFO] [stderr]     |
[INFO] [stderr] 666 | pub fn EthGetCode(&mut self, address: Address, blockNumber: BlockNumber) -> RpcRequest<Bytes>;
[INFO] [stderr]     |                                                ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetFilterChanges` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:667:8
[INFO] [stderr]     |
[INFO] [stderr] 667 | pub fn EthGetFilterChanges(&mut self, filterId: FilterId) -> RpcRequest<LogResult>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_filter_changes`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `filterId` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:667:39
[INFO] [stderr]     |
[INFO] [stderr] 667 | pub fn EthGetFilterChanges(&mut self, filterId: FilterId) -> RpcRequest<LogResult>;
[INFO] [stderr]     |                                       ^^^^^^^^ help: convert the identifier to snake case: `filter_id`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetFilterLogs` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:668:8
[INFO] [stderr]     |
[INFO] [stderr] 668 | pub fn EthGetFilterLogs(&mut self, filterId: FilterId) -> RpcRequest<SetOfLogs>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_filter_logs`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `filterId` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:668:36
[INFO] [stderr]     |
[INFO] [stderr] 668 | pub fn EthGetFilterLogs(&mut self, filterId: FilterId) -> RpcRequest<SetOfLogs>;
[INFO] [stderr]     |                                    ^^^^^^^^ help: convert the identifier to snake case: `filter_id`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetRawTransactionByHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:669:8
[INFO] [stderr]     |
[INFO] [stderr] 669 | pub fn EthGetRawTransactionByHash(&mut self, transactionHash: TransactionHash) -> RpcRequest<Bytes>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_raw_transaction_by_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `transactionHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:669:46
[INFO] [stderr]     |
[INFO] [stderr] 669 | pub fn EthGetRawTransactionByHash(&mut self, transactionHash: TransactionHash) -> RpcRequest<Bytes>;
[INFO] [stderr]     |                                              ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetRawTransactionByBlockHashAndIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:670:8
[INFO] [stderr]     |
[INFO] [stderr] 670 | pub fn EthGetRawTransactionByBlockHashAndIndex(&mut self, blockHash: BlockHash, index: Integer) -> RpcRequest<Bytes>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_raw_transaction_by_block_hash_and_index`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:670:59
[INFO] [stderr]     |
[INFO] [stderr] 670 | pub fn EthGetRawTransactionByBlockHashAndIndex(&mut self, blockHash: BlockHash, index: Integer) -> RpcRequest<Bytes>;
[INFO] [stderr]     |                                                           ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetRawTransactionByBlockNumberAndIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:671:8
[INFO] [stderr]     |
[INFO] [stderr] 671 | pub fn EthGetRawTransactionByBlockNumberAndIndex(&mut self, blockNumber: BlockNumberOrTag, index: Integer) -> RpcRequest<Bytes>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_raw_transaction_by_block_number_and_index`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:671:61
[INFO] [stderr]     |
[INFO] [stderr] 671 | pub fn EthGetRawTransactionByBlockNumberAndIndex(&mut self, blockNumber: BlockNumberOrTag, index: Integer) -> RpcRequest<Bytes>;
[INFO] [stderr]     |                                                             ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetLogs` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:672:8
[INFO] [stderr]     |
[INFO] [stderr] 672 | pub fn EthGetLogs(&mut self, filter: Filter) -> RpcRequest<SetOfLogs>;
[INFO] [stderr]     |        ^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_logs`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetStorageAt` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:673:8
[INFO] [stderr]     |
[INFO] [stderr] 673 | pub fn EthGetStorageAt(&mut self, address: Address, key: Position, blockNumber: BlockNumberOrTag) -> RpcRequest<DataWord>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_storage_at`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:673:68
[INFO] [stderr]     |
[INFO] [stderr] 673 | pub fn EthGetStorageAt(&mut self, address: Address, key: Position, blockNumber: BlockNumberOrTag) -> RpcRequest<DataWord>;
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetTransactionByBlockHashAndIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:674:8
[INFO] [stderr]     |
[INFO] [stderr] 674 | pub fn EthGetTransactionByBlockHashAndIndex(&mut self, blockHash: BlockHash, index: Integer) -> RpcRequest<TransactionOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_transaction_by_block_hash_and_index`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:674:56
[INFO] [stderr]     |
[INFO] [stderr] 674 | pub fn EthGetTransactionByBlockHashAndIndex(&mut self, blockHash: BlockHash, index: Integer) -> RpcRequest<TransactionOrNull>;
[INFO] [stderr]     |                                                        ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetTransactionByBlockNumberAndIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:675:8
[INFO] [stderr]     |
[INFO] [stderr] 675 | pub fn EthGetTransactionByBlockNumberAndIndex(&mut self, blockNumber: BlockNumberOrTag, index: Integer) -> RpcRequest<TransactionOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_transaction_by_block_number_and_index`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:675:58
[INFO] [stderr]     |
[INFO] [stderr] 675 | pub fn EthGetTransactionByBlockNumberAndIndex(&mut self, blockNumber: BlockNumberOrTag, index: Integer) -> RpcRequest<TransactionOrNull>;
[INFO] [stderr]     |                                                          ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetTransactionByHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:676:8
[INFO] [stderr]     |
[INFO] [stderr] 676 | pub fn EthGetTransactionByHash(&mut self, transactionHash: TransactionHash) -> RpcRequest<TransactionOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_transaction_by_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `transactionHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:676:43
[INFO] [stderr]     |
[INFO] [stderr] 676 | pub fn EthGetTransactionByHash(&mut self, transactionHash: TransactionHash) -> RpcRequest<TransactionOrNull>;
[INFO] [stderr]     |                                           ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetTransactionCount` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:677:8
[INFO] [stderr]     |
[INFO] [stderr] 677 | pub fn EthGetTransactionCount(&mut self, address: Address, blockNumber: BlockNumberOrTag) -> RpcRequest<NonceOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_transaction_count`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:677:60
[INFO] [stderr]     |
[INFO] [stderr] 677 | pub fn EthGetTransactionCount(&mut self, address: Address, blockNumber: BlockNumberOrTag) -> RpcRequest<NonceOrNull>;
[INFO] [stderr]     |                                                            ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetTransactionReceipt` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:678:8
[INFO] [stderr]     |
[INFO] [stderr] 678 | pub fn EthGetTransactionReceipt(&mut self, transactionHash: TransactionHash) -> RpcRequest<TransactionReceiptOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_transaction_receipt`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `transactionHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:678:44
[INFO] [stderr]     |
[INFO] [stderr] 678 | pub fn EthGetTransactionReceipt(&mut self, transactionHash: TransactionHash) -> RpcRequest<TransactionReceiptOrNull>;
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetUncleByBlockHashAndIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:679:8
[INFO] [stderr]     |
[INFO] [stderr] 679 | pub fn EthGetUncleByBlockHashAndIndex(&mut self, blockHash: BlockHash, index: Integer) -> RpcRequest<UncleOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_uncle_by_block_hash_and_index`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:679:50
[INFO] [stderr]     |
[INFO] [stderr] 679 | pub fn EthGetUncleByBlockHashAndIndex(&mut self, blockHash: BlockHash, index: Integer) -> RpcRequest<UncleOrNull>;
[INFO] [stderr]     |                                                  ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetUncleByBlockNumberAndIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:680:8
[INFO] [stderr]     |
[INFO] [stderr] 680 | pub fn EthGetUncleByBlockNumberAndIndex(&mut self, uncleBlockNumber: BlockNumber, index: Integer) -> RpcRequest<UncleOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_uncle_by_block_number_and_index`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `uncleBlockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:680:52
[INFO] [stderr]     |
[INFO] [stderr] 680 | pub fn EthGetUncleByBlockNumberAndIndex(&mut self, uncleBlockNumber: BlockNumber, index: Integer) -> RpcRequest<UncleOrNull>;
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uncle_block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetUncleCountByBlockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:681:8
[INFO] [stderr]     |
[INFO] [stderr] 681 | pub fn EthGetUncleCountByBlockHash(&mut self, blockHash: BlockHash) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_uncle_count_by_block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:681:47
[INFO] [stderr]     |
[INFO] [stderr] 681 | pub fn EthGetUncleCountByBlockHash(&mut self, blockHash: BlockHash) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |                                               ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetUncleCountByBlockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:682:8
[INFO] [stderr]     |
[INFO] [stderr] 682 | pub fn EthGetUncleCountByBlockNumber(&mut self, blockNumber: BlockNumberOrTag) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_uncle_count_by_block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:682:49
[INFO] [stderr]     |
[INFO] [stderr] 682 | pub fn EthGetUncleCountByBlockNumber(&mut self, blockNumber: BlockNumberOrTag) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |                                                 ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetProof` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:683:8
[INFO] [stderr]     |
[INFO] [stderr] 683 | pub fn EthGetProof(&mut self, address: Address, storageKeys: StorageKeys, blockNumber: BlockNumberOrTag) -> RpcRequest<ProofAccountOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_proof`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `storageKeys` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:683:49
[INFO] [stderr]     |
[INFO] [stderr] 683 | pub fn EthGetProof(&mut self, address: Address, storageKeys: StorageKeys, blockNumber: BlockNumberOrTag) -> RpcRequest<ProofAccountOrNull>;
[INFO] [stderr]     |                                                 ^^^^^^^^^^^ help: convert the identifier to snake case: `storage_keys`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:683:75
[INFO] [stderr]     |
[INFO] [stderr] 683 | pub fn EthGetProof(&mut self, address: Address, storageKeys: StorageKeys, blockNumber: BlockNumberOrTag) -> RpcRequest<ProofAccountOrNull>;
[INFO] [stderr]     |                                                                           ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetWork` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:684:8
[INFO] [stderr]     |
[INFO] [stderr] 684 | pub fn EthGetWork(&mut self) -> RpcRequest<GetWorkResults>;
[INFO] [stderr]     |        ^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_work`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthHashrate` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:685:8
[INFO] [stderr]     |
[INFO] [stderr] 685 | pub fn EthHashrate(&mut self) -> RpcRequest<Integer>;
[INFO] [stderr]     |        ^^^^^^^^^^^ help: convert the identifier to snake case: `eth_hashrate`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthMining` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:686:8
[INFO] [stderr]     |
[INFO] [stderr] 686 | pub fn EthMining(&mut self) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |        ^^^^^^^^^ help: convert the identifier to snake case: `eth_mining`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthNewBlockFilter` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:687:8
[INFO] [stderr]     |
[INFO] [stderr] 687 | pub fn EthNewBlockFilter(&mut self) -> RpcRequest<FilterId>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_new_block_filter`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthNewFilter` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:688:8
[INFO] [stderr]     |
[INFO] [stderr] 688 | pub fn EthNewFilter(&mut self, filter: Filter) -> RpcRequest<Integer>;
[INFO] [stderr]     |        ^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_new_filter`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthNewPendingTransactionFilter` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:689:8
[INFO] [stderr]     |
[INFO] [stderr] 689 | pub fn EthNewPendingTransactionFilter(&mut self) -> RpcRequest<FilterId>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_new_pending_transaction_filter`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthPendingTransactions` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:690:8
[INFO] [stderr]     |
[INFO] [stderr] 690 | pub fn EthPendingTransactions(&mut self) -> RpcRequest<Transactions>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_pending_transactions`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthProtocolVersion` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:691:8
[INFO] [stderr]     |
[INFO] [stderr] 691 | pub fn EthProtocolVersion(&mut self) -> RpcRequest<Integer>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_protocol_version`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthSendRawTransaction` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:692:8
[INFO] [stderr]     |
[INFO] [stderr] 692 | pub fn EthSendRawTransaction(&mut self, signedTransactionData: Bytes) -> RpcRequest<Keccak>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_send_raw_transaction`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `signedTransactionData` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:692:41
[INFO] [stderr]     |
[INFO] [stderr] 692 | pub fn EthSendRawTransaction(&mut self, signedTransactionData: Bytes) -> RpcRequest<Keccak>;
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `signed_transaction_data`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthSubmitHashrate` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:693:8
[INFO] [stderr]     |
[INFO] [stderr] 693 | pub fn EthSubmitHashrate(&mut self, hashRate: DataWord, id: DataWord) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_submit_hashrate`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `hashRate` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:693:37
[INFO] [stderr]     |
[INFO] [stderr] 693 | pub fn EthSubmitHashrate(&mut self, hashRate: DataWord, id: DataWord) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |                                     ^^^^^^^^ help: convert the identifier to snake case: `hash_rate`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthSubmitWork` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:694:8
[INFO] [stderr]     |
[INFO] [stderr] 694 | pub fn EthSubmitWork(&mut self, nonce: Nonce, powHash: PowHash, mixHash: MixHash) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_submit_work`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `powHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:694:47
[INFO] [stderr]     |
[INFO] [stderr] 694 | pub fn EthSubmitWork(&mut self, nonce: Nonce, powHash: PowHash, mixHash: MixHash) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |                                               ^^^^^^^ help: convert the identifier to snake case: `pow_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `mixHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:694:65
[INFO] [stderr]     |
[INFO] [stderr] 694 | pub fn EthSubmitWork(&mut self, nonce: Nonce, powHash: PowHash, mixHash: MixHash) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |                                                                 ^^^^^^^ help: convert the identifier to snake case: `mix_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthSyncing` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:695:8
[INFO] [stderr]     |
[INFO] [stderr] 695 | pub fn EthSyncing(&mut self) -> RpcRequest<IsSyncingResult>;
[INFO] [stderr]     |        ^^^^^^^^^^ help: convert the identifier to snake case: `eth_syncing`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthUninstallFilter` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:696:8
[INFO] [stderr]     |
[INFO] [stderr] 696 | pub fn EthUninstallFilter(&mut self, filterId: FilterId) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_uninstall_filter`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `filterId` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:696:38
[INFO] [stderr]     |
[INFO] [stderr] 696 | pub fn EthUninstallFilter(&mut self, filterId: FilterId) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |                                      ^^^^^^^^ help: convert the identifier to snake case: `filter_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:103:16
[INFO] [stderr]     |
[INFO] [stderr] 103 |     pub(crate) blockHash: Option<BlockHashOrNull>,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_snake_case)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:104:16
[INFO] [stderr]     |
[INFO] [stderr] 104 |     pub(crate) blockNumber: Option<BlockNumberOrNull>,
[INFO] [stderr]     |                ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `gasPrice` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:107:16
[INFO] [stderr]     |
[INFO] [stderr] 107 |     pub(crate) gasPrice: TransactionGasPrice,
[INFO] [stderr]     |                ^^^^^^^^ help: convert the identifier to snake case: `gas_price`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `transactionIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:112:16
[INFO] [stderr]     |
[INFO] [stderr] 112 |     pub(crate) transactionIndex: Option<TransactionIndex>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_index`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `fromBlock` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:173:16
[INFO] [stderr]     |
[INFO] [stderr] 173 |     pub(crate) fromBlock: Option<BlockNumber>,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `from_block`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `toBlock` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:174:16
[INFO] [stderr]     |
[INFO] [stderr] 174 |     pub(crate) toBlock: Option<BlockNumber>,
[INFO] [stderr]     |                ^^^^^^^ help: convert the identifier to snake case: `to_block`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `parentHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:311:16
[INFO] [stderr]     |
[INFO] [stderr] 311 |     pub(crate) parentHash: Option<BlockHash>,
[INFO] [stderr]     |                ^^^^^^^^^^ help: convert the identifier to snake case: `parent_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sha3Uncles` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:313:16
[INFO] [stderr]     |
[INFO] [stderr] 313 |     pub(crate) sha3Uncles: Option<BlockShaUncles>,
[INFO] [stderr]     |                ^^^^^^^^^^ help: convert the identifier to snake case: `sha3_uncles`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `logsBloom` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:314:16
[INFO] [stderr]     |
[INFO] [stderr] 314 |     pub(crate) logsBloom: Option<BlockLogsBloom>,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `logs_bloom`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `transactionsRoot` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:315:16
[INFO] [stderr]     |
[INFO] [stderr] 315 |     pub(crate) transactionsRoot: Option<BlockTransactionsRoot>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transactions_root`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `stateRoot` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:316:16
[INFO] [stderr]     |
[INFO] [stderr] 316 |     pub(crate) stateRoot: Option<BlockStateRoot>,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `state_root`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `receiptsRoot` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:317:16
[INFO] [stderr]     |
[INFO] [stderr] 317 |     pub(crate) receiptsRoot: Option<BlockReceiptsRoot>,
[INFO] [stderr]     |                ^^^^^^^^^^^^ help: convert the identifier to snake case: `receipts_root`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `totalDifficulty` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:320:16
[INFO] [stderr]     |
[INFO] [stderr] 320 |     pub(crate) totalDifficulty: Option<BlockTotalDifficulty>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `total_difficulty`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `extraData` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:321:16
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub(crate) extraData: Option<BlockExtraData>,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `extra_data`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `gasLimit` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:323:16
[INFO] [stderr]     |
[INFO] [stderr] 323 |     pub(crate) gasLimit: Option<BlockGasLimit>,
[INFO] [stderr]     |                ^^^^^^^^ help: convert the identifier to snake case: `gas_limit`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `gasUsed` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:324:16
[INFO] [stderr]     |
[INFO] [stderr] 324 |     pub(crate) gasUsed: Option<BlockGasUsed>,
[INFO] [stderr]     |                ^^^^^^^ help: convert the identifier to snake case: `gas_used`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:393:16
[INFO] [stderr]     |
[INFO] [stderr] 393 |     pub(crate) blockHash: Option<BlockHash>,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:394:16
[INFO] [stderr]     |
[INFO] [stderr] 394 |     pub(crate) blockNumber: Option<BlockNumber>,
[INFO] [stderr]     |                ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `logIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:396:16
[INFO] [stderr]     |
[INFO] [stderr] 396 |     pub(crate) logIndex: Option<LogIndex>,
[INFO] [stderr]     |                ^^^^^^^^ help: convert the identifier to snake case: `log_index`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `transactionHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:399:16
[INFO] [stderr]     |
[INFO] [stderr] 399 |     pub(crate) transactionHash: Option<TransactionHash>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `transactionIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:400:16
[INFO] [stderr]     |
[INFO] [stderr] 400 |     pub(crate) transactionIndex: Option<TransactionIndex>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_index`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:450:16
[INFO] [stderr]     |
[INFO] [stderr] 450 |     pub(crate) blockHash: BlockHash,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:451:16
[INFO] [stderr]     |
[INFO] [stderr] 451 |     pub(crate) blockNumber: BlockNumber,
[INFO] [stderr]     |                ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `contractAddress` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:452:16
[INFO] [stderr]     |
[INFO] [stderr] 452 |     pub(crate) contractAddress: ReceiptContractAddress,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `contract_address`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `cumulativeGasUsed` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:453:16
[INFO] [stderr]     |
[INFO] [stderr] 453 |     pub(crate) cumulativeGasUsed: ReceiptCumulativeGasUsed,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cumulative_gas_used`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `gasUsed` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:455:16
[INFO] [stderr]     |
[INFO] [stderr] 455 |     pub(crate) gasUsed: ReceiptGasUsed,
[INFO] [stderr]     |                ^^^^^^^ help: convert the identifier to snake case: `gas_used`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `logsBloom` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:457:16
[INFO] [stderr]     |
[INFO] [stderr] 457 |     pub(crate) logsBloom: BloomFilter,
[INFO] [stderr]     |                ^^^^^^^^^ help: convert the identifier to snake case: `logs_bloom`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `transactionHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:459:16
[INFO] [stderr]     |
[INFO] [stderr] 459 |     pub(crate) transactionHash: TransactionHash,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `transactionIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:460:16
[INFO] [stderr]     |
[INFO] [stderr] 460 |     pub(crate) transactionIndex: TransactionIndex,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_index`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `postTransactionState` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:461:16
[INFO] [stderr]     |
[INFO] [stderr] 461 |     pub(crate) postTransactionState: Option<ReceiptPostTransactionState>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `post_transaction_state`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `accountProof` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:536:16
[INFO] [stderr]     |
[INFO] [stderr] 536 |     pub(crate) accountProof: Option<ProofNodes>,
[INFO] [stderr]     |                ^^^^^^^^^^^^ help: convert the identifier to snake case: `account_proof`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `codeHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:538:16
[INFO] [stderr]     |
[INFO] [stderr] 538 |     pub(crate) codeHash: Option<ProofAccountCodeHash>,
[INFO] [stderr]     |                ^^^^^^^^ help: convert the identifier to snake case: `code_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `storageHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:540:16
[INFO] [stderr]     |
[INFO] [stderr] 540 |     pub(crate) storageHash: Option<ProofAccountStorageHash>,
[INFO] [stderr]     |                ^^^^^^^^^^^ help: convert the identifier to snake case: `storage_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `storageProof` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:541:16
[INFO] [stderr]     |
[INFO] [stderr] 541 |     pub(crate) storageProof: Option<StorageProofSet>,
[INFO] [stderr]     |                ^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_proof`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `startingBlock` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:596:16
[INFO] [stderr]     |
[INFO] [stderr] 596 |     pub(crate) startingBlock: Option<SyncingDataStartingBlock>,
[INFO] [stderr]     |                ^^^^^^^^^^^^^ help: convert the identifier to snake case: `starting_block`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `currentBlock` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:597:16
[INFO] [stderr]     |
[INFO] [stderr] 597 |     pub(crate) currentBlock: Option<SyncingDataCurrentBlock>,
[INFO] [stderr]     |                ^^^^^^^^^^^^ help: convert the identifier to snake case: `current_block`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `highestBlock` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:598:16
[INFO] [stderr]     |
[INFO] [stderr] 598 |     pub(crate) highestBlock: Option<SyncingDataHighestBlock>,
[INFO] [stderr]     |                ^^^^^^^^^^^^ help: convert the identifier to snake case: `highest_block`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `knownStates` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:599:16
[INFO] [stderr]     |
[INFO] [stderr] 599 |     pub(crate) knownStates: Option<SyncingDataKnownStates>,
[INFO] [stderr]     |                ^^^^^^^^^^^ help: convert the identifier to snake case: `known_states`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `pulledStates` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:600:16
[INFO] [stderr]     |
[INFO] [stderr] 600 |     pub(crate) pulledStates: Option<SyncingDataPulledStates>,
[INFO] [stderr]     |                ^^^^^^^^^^^^ help: convert the identifier to snake case: `pulled_states`
[INFO] [stderr] 
[INFO] [stderr] warning: method `Web3ClientVersion` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:650:10
[INFO] [stderr]     |
[INFO] [stderr] 650 |   pub fn Web3ClientVersion(&mut self) -> RpcRequest<ClientVersion>;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `web3_client_version`
[INFO] [stderr] 
[INFO] [stderr] warning: method `Web3Sha3` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:651:8
[INFO] [stderr]     |
[INFO] [stderr] 651 | pub fn Web3Sha3(&mut self, data: Data) -> RpcRequest<Keccak>;
[INFO] [stderr]     |        ^^^^^^^^ help: convert the identifier to snake case: `web3_sha3`
[INFO] [stderr] 
[INFO] [stderr] warning: method `NetListening` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:652:8
[INFO] [stderr]     |
[INFO] [stderr] 652 | pub fn NetListening(&mut self) -> RpcRequest<IsNetListening>;
[INFO] [stderr]     |        ^^^^^^^^^^^^ help: convert the identifier to snake case: `net_listening`
[INFO] [stderr] 
[INFO] [stderr] warning: method `NetPeerCount` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:653:8
[INFO] [stderr]     |
[INFO] [stderr] 653 | pub fn NetPeerCount(&mut self) -> RpcRequest<NumConnectedPeers>;
[INFO] [stderr]     |        ^^^^^^^^^^^^ help: convert the identifier to snake case: `net_peer_count`
[INFO] [stderr] 
[INFO] [stderr] warning: method `NetVersion` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:654:8
[INFO] [stderr]     |
[INFO] [stderr] 654 | pub fn NetVersion(&mut self) -> RpcRequest<NetworkId>;
[INFO] [stderr]     |        ^^^^^^^^^^ help: convert the identifier to snake case: `net_version`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthBlockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:655:8
[INFO] [stderr]     |
[INFO] [stderr] 655 | pub fn EthBlockNumber(&mut self) -> RpcRequest<BlockNumberOrTag>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthCall` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:656:8
[INFO] [stderr]     |
[INFO] [stderr] 656 | pub fn EthCall(&mut self, transaction: Transaction, blockNumber: BlockNumberOrTag) -> RpcRequest<Bytes>;
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case: `eth_call`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:656:53
[INFO] [stderr]     |
[INFO] [stderr] 656 | pub fn EthCall(&mut self, transaction: Transaction, blockNumber: BlockNumberOrTag) -> RpcRequest<Bytes>;
[INFO] [stderr]     |                                                     ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthChainId` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:657:8
[INFO] [stderr]     |
[INFO] [stderr] 657 | pub fn EthChainId(&mut self) -> RpcRequest<ChainId>;
[INFO] [stderr]     |        ^^^^^^^^^^ help: convert the identifier to snake case: `eth_chain_id`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthCoinbase` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:658:8
[INFO] [stderr]     |
[INFO] [stderr] 658 | pub fn EthCoinbase(&mut self) -> RpcRequest<Address>;
[INFO] [stderr]     |        ^^^^^^^^^^^ help: convert the identifier to snake case: `eth_coinbase`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthEstimateGas` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:659:8
[INFO] [stderr]     |
[INFO] [stderr] 659 | pub fn EthEstimateGas(&mut self, transaction: Transaction) -> RpcRequest<Integer>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_estimate_gas`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGasPrice` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:660:8
[INFO] [stderr]     |
[INFO] [stderr] 660 | pub fn EthGasPrice(&mut self) -> RpcRequest<GasPriceResult>;
[INFO] [stderr]     |        ^^^^^^^^^^^ help: convert the identifier to snake case: `eth_gas_price`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetBalance` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:661:8
[INFO] [stderr]     |
[INFO] [stderr] 661 | pub fn EthGetBalance(&mut self, address: Address, blockNumber: BlockNumber) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_balance`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:661:51
[INFO] [stderr]     |
[INFO] [stderr] 661 | pub fn EthGetBalance(&mut self, address: Address, blockNumber: BlockNumber) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |                                                   ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetBlockByHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:662:8
[INFO] [stderr]     |
[INFO] [stderr] 662 | pub fn EthGetBlockByHash(&mut self, blockHash: BlockHash, includeTransactions: IsTransactionsIncluded) -> RpcRequest<BlockOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_block_by_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:662:37
[INFO] [stderr]     |
[INFO] [stderr] 662 | pub fn EthGetBlockByHash(&mut self, blockHash: BlockHash, includeTransactions: IsTransactionsIncluded) -> RpcRequest<BlockOrNull>;
[INFO] [stderr]     |                                     ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `includeTransactions` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:662:59
[INFO] [stderr]     |
[INFO] [stderr] 662 | pub fn EthGetBlockByHash(&mut self, blockHash: BlockHash, includeTransactions: IsTransactionsIncluded) -> RpcRequest<BlockOrNull>;
[INFO] [stderr]     |                                                           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_transactions`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetBlockByNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:663:8
[INFO] [stderr]     |
[INFO] [stderr] 663 | pub fn EthGetBlockByNumber(&mut self, blockNumber: BlockNumberOrTag, includeTransactions: IsTransactionsIncluded) -> RpcRequest<BlockOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_block_by_number`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:663:39
[INFO] [stderr]     |
[INFO] [stderr] 663 | pub fn EthGetBlockByNumber(&mut self, blockNumber: BlockNumberOrTag, includeTransactions: IsTransactionsIncluded) -> RpcRequest<BlockOrNull>;
[INFO] [stderr]     |                                       ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `includeTransactions` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:663:70
[INFO] [stderr]     |
[INFO] [stderr] 663 | pub fn EthGetBlockByNumber(&mut self, blockNumber: BlockNumberOrTag, includeTransactions: IsTransactionsIncluded) -> RpcRequest<BlockOrNull>;
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_transactions`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetBlockTransactionCountByHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:664:8
[INFO] [stderr]     |
[INFO] [stderr] 664 | pub fn EthGetBlockTransactionCountByHash(&mut self, blockHash: BlockHash) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_block_transaction_count_by_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:664:53
[INFO] [stderr]     |
[INFO] [stderr] 664 | pub fn EthGetBlockTransactionCountByHash(&mut self, blockHash: BlockHash) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |                                                     ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetBlockTransactionCountByNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:665:8
[INFO] [stderr]     |
[INFO] [stderr] 665 | pub fn EthGetBlockTransactionCountByNumber(&mut self, blockNumber: BlockNumberOrTag) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_block_transaction_count_by_number`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:665:55
[INFO] [stderr]     |
[INFO] [stderr] 665 | pub fn EthGetBlockTransactionCountByNumber(&mut self, blockNumber: BlockNumberOrTag) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |                                                       ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetCode` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:666:8
[INFO] [stderr]     |
[INFO] [stderr] 666 | pub fn EthGetCode(&mut self, address: Address, blockNumber: BlockNumber) -> RpcRequest<Bytes>;
[INFO] [stderr]     |        ^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_code`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:666:48
[INFO] [stderr]     |
[INFO] [stderr] 666 | pub fn EthGetCode(&mut self, address: Address, blockNumber: BlockNumber) -> RpcRequest<Bytes>;
[INFO] [stderr]     |                                                ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetFilterChanges` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:667:8
[INFO] [stderr]     |
[INFO] [stderr] 667 | pub fn EthGetFilterChanges(&mut self, filterId: FilterId) -> RpcRequest<LogResult>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_filter_changes`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `filterId` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:667:39
[INFO] [stderr]     |
[INFO] [stderr] 667 | pub fn EthGetFilterChanges(&mut self, filterId: FilterId) -> RpcRequest<LogResult>;
[INFO] [stderr]     |                                       ^^^^^^^^ help: convert the identifier to snake case: `filter_id`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetFilterLogs` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:668:8
[INFO] [stderr]     |
[INFO] [stderr] 668 | pub fn EthGetFilterLogs(&mut self, filterId: FilterId) -> RpcRequest<SetOfLogs>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_filter_logs`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `filterId` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:668:36
[INFO] [stderr]     |
[INFO] [stderr] 668 | pub fn EthGetFilterLogs(&mut self, filterId: FilterId) -> RpcRequest<SetOfLogs>;
[INFO] [stderr]     |                                    ^^^^^^^^ help: convert the identifier to snake case: `filter_id`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetRawTransactionByHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:669:8
[INFO] [stderr]     |
[INFO] [stderr] 669 | pub fn EthGetRawTransactionByHash(&mut self, transactionHash: TransactionHash) -> RpcRequest<Bytes>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_raw_transaction_by_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `transactionHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:669:46
[INFO] [stderr]     |
[INFO] [stderr] 669 | pub fn EthGetRawTransactionByHash(&mut self, transactionHash: TransactionHash) -> RpcRequest<Bytes>;
[INFO] [stderr]     |                                              ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetRawTransactionByBlockHashAndIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:670:8
[INFO] [stderr]     |
[INFO] [stderr] 670 | pub fn EthGetRawTransactionByBlockHashAndIndex(&mut self, blockHash: BlockHash, index: Integer) -> RpcRequest<Bytes>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_raw_transaction_by_block_hash_and_index`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:670:59
[INFO] [stderr]     |
[INFO] [stderr] 670 | pub fn EthGetRawTransactionByBlockHashAndIndex(&mut self, blockHash: BlockHash, index: Integer) -> RpcRequest<Bytes>;
[INFO] [stderr]     |                                                           ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetRawTransactionByBlockNumberAndIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:671:8
[INFO] [stderr]     |
[INFO] [stderr] 671 | pub fn EthGetRawTransactionByBlockNumberAndIndex(&mut self, blockNumber: BlockNumberOrTag, index: Integer) -> RpcRequest<Bytes>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_raw_transaction_by_block_number_and_index`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:671:61
[INFO] [stderr]     |
[INFO] [stderr] 671 | pub fn EthGetRawTransactionByBlockNumberAndIndex(&mut self, blockNumber: BlockNumberOrTag, index: Integer) -> RpcRequest<Bytes>;
[INFO] [stderr]     |                                                             ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetLogs` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:672:8
[INFO] [stderr]     |
[INFO] [stderr] 672 | pub fn EthGetLogs(&mut self, filter: Filter) -> RpcRequest<SetOfLogs>;
[INFO] [stderr]     |        ^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_logs`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetStorageAt` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:673:8
[INFO] [stderr]     |
[INFO] [stderr] 673 | pub fn EthGetStorageAt(&mut self, address: Address, key: Position, blockNumber: BlockNumberOrTag) -> RpcRequest<DataWord>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_storage_at`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:673:68
[INFO] [stderr]     |
[INFO] [stderr] 673 | pub fn EthGetStorageAt(&mut self, address: Address, key: Position, blockNumber: BlockNumberOrTag) -> RpcRequest<DataWord>;
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetTransactionByBlockHashAndIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:674:8
[INFO] [stderr]     |
[INFO] [stderr] 674 | pub fn EthGetTransactionByBlockHashAndIndex(&mut self, blockHash: BlockHash, index: Integer) -> RpcRequest<TransactionOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_transaction_by_block_hash_and_index`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:674:56
[INFO] [stderr]     |
[INFO] [stderr] 674 | pub fn EthGetTransactionByBlockHashAndIndex(&mut self, blockHash: BlockHash, index: Integer) -> RpcRequest<TransactionOrNull>;
[INFO] [stderr]     |                                                        ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetTransactionByBlockNumberAndIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:675:8
[INFO] [stderr]     |
[INFO] [stderr] 675 | pub fn EthGetTransactionByBlockNumberAndIndex(&mut self, blockNumber: BlockNumberOrTag, index: Integer) -> RpcRequest<TransactionOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_transaction_by_block_number_and_index`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:675:58
[INFO] [stderr]     |
[INFO] [stderr] 675 | pub fn EthGetTransactionByBlockNumberAndIndex(&mut self, blockNumber: BlockNumberOrTag, index: Integer) -> RpcRequest<TransactionOrNull>;
[INFO] [stderr]     |                                                          ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetTransactionByHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:676:8
[INFO] [stderr]     |
[INFO] [stderr] 676 | pub fn EthGetTransactionByHash(&mut self, transactionHash: TransactionHash) -> RpcRequest<TransactionOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_transaction_by_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `transactionHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:676:43
[INFO] [stderr]     |
[INFO] [stderr] 676 | pub fn EthGetTransactionByHash(&mut self, transactionHash: TransactionHash) -> RpcRequest<TransactionOrNull>;
[INFO] [stderr]     |                                           ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetTransactionCount` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:677:8
[INFO] [stderr]     |
[INFO] [stderr] 677 | pub fn EthGetTransactionCount(&mut self, address: Address, blockNumber: BlockNumberOrTag) -> RpcRequest<NonceOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_transaction_count`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:677:60
[INFO] [stderr]     |
[INFO] [stderr] 677 | pub fn EthGetTransactionCount(&mut self, address: Address, blockNumber: BlockNumberOrTag) -> RpcRequest<NonceOrNull>;
[INFO] [stderr]     |                                                            ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetTransactionReceipt` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:678:8
[INFO] [stderr]     |
[INFO] [stderr] 678 | pub fn EthGetTransactionReceipt(&mut self, transactionHash: TransactionHash) -> RpcRequest<TransactionReceiptOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_transaction_receipt`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `transactionHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:678:44
[INFO] [stderr]     |
[INFO] [stderr] 678 | pub fn EthGetTransactionReceipt(&mut self, transactionHash: TransactionHash) -> RpcRequest<TransactionReceiptOrNull>;
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetUncleByBlockHashAndIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:679:8
[INFO] [stderr]     |
[INFO] [stderr] 679 | pub fn EthGetUncleByBlockHashAndIndex(&mut self, blockHash: BlockHash, index: Integer) -> RpcRequest<UncleOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_uncle_by_block_hash_and_index`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:679:50
[INFO] [stderr]     |
[INFO] [stderr] 679 | pub fn EthGetUncleByBlockHashAndIndex(&mut self, blockHash: BlockHash, index: Integer) -> RpcRequest<UncleOrNull>;
[INFO] [stderr]     |                                                  ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetUncleByBlockNumberAndIndex` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:680:8
[INFO] [stderr]     |
[INFO] [stderr] 680 | pub fn EthGetUncleByBlockNumberAndIndex(&mut self, uncleBlockNumber: BlockNumber, index: Integer) -> RpcRequest<UncleOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_uncle_by_block_number_and_index`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `uncleBlockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:680:52
[INFO] [stderr]     |
[INFO] [stderr] 680 | pub fn EthGetUncleByBlockNumberAndIndex(&mut self, uncleBlockNumber: BlockNumber, index: Integer) -> RpcRequest<UncleOrNull>;
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uncle_block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetUncleCountByBlockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:681:8
[INFO] [stderr]     |
[INFO] [stderr] 681 | pub fn EthGetUncleCountByBlockHash(&mut self, blockHash: BlockHash) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_uncle_count_by_block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:681:47
[INFO] [stderr]     |
[INFO] [stderr] 681 | pub fn EthGetUncleCountByBlockHash(&mut self, blockHash: BlockHash) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |                                               ^^^^^^^^^ help: convert the identifier to snake case: `block_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetUncleCountByBlockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:682:8
[INFO] [stderr]     |
[INFO] [stderr] 682 | pub fn EthGetUncleCountByBlockNumber(&mut self, blockNumber: BlockNumberOrTag) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_uncle_count_by_block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:682:49
[INFO] [stderr]     |
[INFO] [stderr] 682 | pub fn EthGetUncleCountByBlockNumber(&mut self, blockNumber: BlockNumberOrTag) -> RpcRequest<IntegerOrNull>;
[INFO] [stderr]     |                                                 ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetProof` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:683:8
[INFO] [stderr]     |
[INFO] [stderr] 683 | pub fn EthGetProof(&mut self, address: Address, storageKeys: StorageKeys, blockNumber: BlockNumberOrTag) -> RpcRequest<ProofAccountOrNull>;
[INFO] [stderr]     |        ^^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_proof`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `storageKeys` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:683:49
[INFO] [stderr]     |
[INFO] [stderr] 683 | pub fn EthGetProof(&mut self, address: Address, storageKeys: StorageKeys, blockNumber: BlockNumberOrTag) -> RpcRequest<ProofAccountOrNull>;
[INFO] [stderr]     |                                                 ^^^^^^^^^^^ help: convert the identifier to snake case: `storage_keys`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `blockNumber` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:683:75
[INFO] [stderr]     |
[INFO] [stderr] 683 | pub fn EthGetProof(&mut self, address: Address, storageKeys: StorageKeys, blockNumber: BlockNumberOrTag) -> RpcRequest<ProofAccountOrNull>;
[INFO] [stderr]     |                                                                           ^^^^^^^^^^^ help: convert the identifier to snake case: `block_number`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthGetWork` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:684:8
[INFO] [stderr]     |
[INFO] [stderr] 684 | pub fn EthGetWork(&mut self) -> RpcRequest<GetWorkResults>;
[INFO] [stderr]     |        ^^^^^^^^^^ help: convert the identifier to snake case: `eth_get_work`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthHashrate` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:685:8
[INFO] [stderr]     |
[INFO] [stderr] 685 | pub fn EthHashrate(&mut self) -> RpcRequest<Integer>;
[INFO] [stderr]     |        ^^^^^^^^^^^ help: convert the identifier to snake case: `eth_hashrate`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthMining` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:686:8
[INFO] [stderr]     |
[INFO] [stderr] 686 | pub fn EthMining(&mut self) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |        ^^^^^^^^^ help: convert the identifier to snake case: `eth_mining`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthNewBlockFilter` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:687:8
[INFO] [stderr]     |
[INFO] [stderr] 687 | pub fn EthNewBlockFilter(&mut self) -> RpcRequest<FilterId>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_new_block_filter`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthNewFilter` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:688:8
[INFO] [stderr]     |
[INFO] [stderr] 688 | pub fn EthNewFilter(&mut self, filter: Filter) -> RpcRequest<Integer>;
[INFO] [stderr]     |        ^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_new_filter`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthNewPendingTransactionFilter` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:689:8
[INFO] [stderr]     |
[INFO] [stderr] 689 | pub fn EthNewPendingTransactionFilter(&mut self) -> RpcRequest<FilterId>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_new_pending_transaction_filter`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthPendingTransactions` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:690:8
[INFO] [stderr]     |
[INFO] [stderr] 690 | pub fn EthPendingTransactions(&mut self) -> RpcRequest<Transactions>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_pending_transactions`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthProtocolVersion` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:691:8
[INFO] [stderr]     |
[INFO] [stderr] 691 | pub fn EthProtocolVersion(&mut self) -> RpcRequest<Integer>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_protocol_version`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthSendRawTransaction` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:692:8
[INFO] [stderr]     |
[INFO] [stderr] 692 | pub fn EthSendRawTransaction(&mut self, signedTransactionData: Bytes) -> RpcRequest<Keccak>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_send_raw_transaction`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `signedTransactionData` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:692:41
[INFO] [stderr]     |
[INFO] [stderr] 692 | pub fn EthSendRawTransaction(&mut self, signedTransactionData: Bytes) -> RpcRequest<Keccak>;
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `signed_transaction_data`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthSubmitHashrate` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:693:8
[INFO] [stderr]     |
[INFO] [stderr] 693 | pub fn EthSubmitHashrate(&mut self, hashRate: DataWord, id: DataWord) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_submit_hashrate`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `hashRate` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:693:37
[INFO] [stderr]     |
[INFO] [stderr] 693 | pub fn EthSubmitHashrate(&mut self, hashRate: DataWord, id: DataWord) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |                                     ^^^^^^^^ help: convert the identifier to snake case: `hash_rate`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthSubmitWork` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:694:8
[INFO] [stderr]     |
[INFO] [stderr] 694 | pub fn EthSubmitWork(&mut self, nonce: Nonce, powHash: PowHash, mixHash: MixHash) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_submit_work`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `powHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:694:47
[INFO] [stderr]     |
[INFO] [stderr] 694 | pub fn EthSubmitWork(&mut self, nonce: Nonce, powHash: PowHash, mixHash: MixHash) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |                                               ^^^^^^^ help: convert the identifier to snake case: `pow_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `mixHash` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:694:65
[INFO] [stderr]     |
[INFO] [stderr] 694 | pub fn EthSubmitWork(&mut self, nonce: Nonce, powHash: PowHash, mixHash: MixHash) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |                                                                 ^^^^^^^ help: convert the identifier to snake case: `mix_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthSyncing` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:695:8
[INFO] [stderr]     |
[INFO] [stderr] 695 | pub fn EthSyncing(&mut self) -> RpcRequest<IsSyncingResult>;
[INFO] [stderr]     |        ^^^^^^^^^^ help: convert the identifier to snake case: `eth_syncing`
[INFO] [stderr] 
[INFO] [stderr] warning: method `EthUninstallFilter` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:696:8
[INFO] [stderr]     |
[INFO] [stderr] 696 | pub fn EthUninstallFilter(&mut self, filterId: FilterId) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `eth_uninstall_filter`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `filterId` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:696:38
[INFO] [stderr]     |
[INFO] [stderr] 696 | pub fn EthUninstallFilter(&mut self, filterId: FilterId) -> RpcRequest<BooleanVyG3AETh>;
[INFO] [stderr]     |                                      ^^^^^^^^ help: convert the identifier to snake case: `filter_id`
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 35.87s
[INFO] running `"docker" "inspect" "cca3c526e42c03e738f35e916fb9dae4fcd291d6557584e25f3831de2e1c2f78"`
[INFO] running `"docker" "rm" "-f" "cca3c526e42c03e738f35e916fb9dae4fcd291d6557584e25f3831de2e1c2f78"`
[INFO] [stdout] cca3c526e42c03e738f35e916fb9dae4fcd291d6557584e25f3831de2e1c2f78
