solana-with-rpc-optimizations/core/tests
Kristofer Peterson e23340d89e
Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445)
* address warnings from 'rustup run beta cargo clippy --workspace'

minor refactoring in:
- cli/src/cli.rs
- cli/src/offline/blockhash_query.rs
- logger/src/lib.rs
- runtime/src/accounts_db.rs

expect some performance improvement AccountsDB::clean_accounts()

* address warnings from 'rustup run beta cargo clippy --workspace --tests'

* address warnings from 'rustup run nightly cargo clippy --workspace --all-targets'

* rustfmt

* fix warning stragglers

* properly fix clippy warnings test_vote_subscribe()
replace ref-to-arc with ref parameters where arc not cloned

* Remove lock around JsonRpcRequestProcessor (#10417)

automerge

* make ancestors parameter optional to avoid forcing construction of empty hash maps

Co-authored-by: Greg Fitzgerald <greg@solana.com>
2020-06-09 09:38:14 +09:00
..
bank_forks.rs Multi-version snapshot support (#9980) 2020-05-23 02:54:24 +09:00
client.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
cluster_info.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
crds_gossip.rs Gossip PullRequests tend to return a lot of duplicates. (#10326) 2020-06-05 08:01:45 -07:00
fork-selection.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
gossip.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
ledger_cleanup.rs ledger_cleanup_service: compact at a slower rate than purging (#10414) 2020-06-04 21:06:06 -07:00
rpc.rs Fixup deserialize_bs58_transaction, and make a few error types more targeted (#10171) 2020-05-21 17:30:02 -07:00