Tyera Eulberg
|
9f53f3455a
|
Revert "Revert "Reformat imports to a consistent style for imports""
This reverts commit d7377d4794 .
|
2021-12-16 19:28:48 -07:00 |
|
Trent Nelson
|
d7377d4794
|
Revert "Reformat imports to a consistent style for imports"
This reverts commit 139d15cd84 .
|
2021-12-13 12:46:23 -06:00 |
|
Michael Vines
|
139d15cd84
|
Reformat imports to a consistent style for imports
rustfmt.toml configuration:
imports_granularity = "One"
group_imports = "One"
|
2021-12-03 09:41:09 -08:00 |
|
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 |
|
Greg Fitzgerald
|
c4bc710d3a
|
Use Serde's with attribute to shorten length encodings in Transaction
|
2019-03-29 08:25:56 -06:00 |
|