mergify[bot]
|
69b3f10207
|
move Account to solana-sdk (bp #13198) (#13269)
* move Account to solana-sdk (#13198)
(cherry picked from commit c458d4b213 )
# Conflicts:
# programs/bpf/benches/bpf_loader.rs
* resolve conflicts
Co-authored-by: Jack May <jack@solana.com>
|
2020-10-29 19:16:52 +00: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 |
|
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 |
|