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 |
Jack May
|
83718a3b3e
|
Cleanup runtime use syntax (#8002)
|
2020-01-28 17:03:20 -08:00 |
Greg Fitzgerald
|
fb39bd45d7
|
Revert "Rename solana-runtime to sealevel (#6239)" (#6247)
This reverts commit 2e921437cd .
|
2019-10-04 19:33:29 -06:00 |
Greg Fitzgerald
|
2e921437cd
|
Rename solana-runtime to sealevel (#6239)
automerge
|
2019-10-04 15:02:44 -07:00 |
Sagar Dhawan
|
9dcf3347f5
|
Refactor status cache and remove complex serialize/deserialize (#5335)
automerge
|
2019-08-06 18:47:30 -07:00 |
Sathish
|
182096dc1a
|
Create bank snapshots (#4244)
* Revert "Revert "Create bank snapshots (#3671)" (#4243)"
This reverts commit 81fa69d347 .
* keep saved and unsaved copies of status cache
* fix format check
* bench for status cache serialize
* misc cleanup
* remove appendvec storage on purge
* fix accounts restore
* cleanup
* Pass snapshot path as args
* Fix clippy
|
2019-05-30 21:31:35 -07:00 |