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 |
sakridge
|
2324eb9ff9
|
Make slot history a billion times faster (#10175)
|
2020-05-22 11:15:16 -07:00 |
Rob Walker
|
120c8f244c
|
Add slot_history for slashing (#7589)
* Add slot_history for slashing
* fixup
* fixup
|
2019-12-23 12:23:45 -08:00 |
Rob Walker
|
2ebfab8e07
|
Remove duplicate def of MAX_SLOT_HASHES (#7574)
|
2019-12-19 21:24:12 -08:00 |
Greg Fitzgerald
|
c4bc710d3a
|
Use Serde's `with` attribute to shorten length encodings in Transaction
|
2019-03-29 08:25:56 -06:00 |