solana/ledger/src
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
..
blockstore ledger_cleanup_service: compact at a slower rate than purging (#10414) 2020-06-04 21:06:06 -07:00
bank_forks.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
bank_forks_utils.rs Introduce eager rent collection (#9527) 2020-05-13 16:22:14 +09:00
block_error.rs Consolidate entry tick verification into one function (#7740) 2020-01-15 09:15:26 +08:00
blockstore.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
blockstore_db.rs Support opening an in-use rocksdb as secondary (#10209) 2020-06-02 21:32:44 -07:00
blockstore_meta.rs Repair alternate versions of dead slots (#9805) 2020-05-05 14:07:21 -07:00
blockstore_processor.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
entry.rs Lower counter level (#10428) 2020-06-05 15:53:09 -07:00
erasure.rs Rename blocktree to blockstore (#7757) 2020-01-13 13:13:52 -08:00
genesis_utils.rs CLI: Support offline fee payers (#8009) 2020-02-07 09:14:26 -07:00
hardened_unpack.rs Add more logging while unpacking snapshots (#10266) 2020-05-27 10:41:05 -07:00
leader_schedule.rs Update dalek version 2020-04-28 21:02:47 -06:00
leader_schedule_cache.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
leader_schedule_utils.rs Rename bootstrap leader (#7906) 2020-01-22 09:22:09 -07:00
lib.rs Strictly validate the contents of snapshot/genesis (#8959) 2020-03-25 02:46:41 -07:00
next_slots_iterator.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
poh.rs
rooted_slot_iterator.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
shred.rs Fix erasure (#10095) 2020-05-19 16:13:12 -07:00
sigverify_shreds.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
snapshot_package.rs Decouple accounts hash calculation from snapshot hash (#9507) 2020-04-16 15:12:20 -07:00
snapshot_utils.rs Add more logging while unpacking snapshots (#10266) 2020-05-27 10:41:05 -07:00
staking_utils.rs One less alloc per transaction (#9705) 2020-04-24 13:03:46 -06:00