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 |
|
mergify[bot]
|
edfbd8d65a
|
Add replacements for Pubkey::new_rand()/Hash::new_rand() (bp #12987) (#13076)
* Add pubkey_new_rand(), mark Pubkey::new_rand() deprecated
(cherry picked from commit 0e68ed6a8d )
* Add hash_new_rand(), mark Hash::new_rand() as deprecated
(cherry picked from commit 76f11c7dae )
* Run `codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand`
(cherry picked from commit 7bc073defe )
# Conflicts:
# programs/bpf/benches/bpf_loader.rs
# runtime/benches/accounts.rs
# runtime/src/accounts.rs
* Run `codemod --extensions rs Hash::new_rand solana_sdk:#️⃣:new_rand`
(cherry picked from commit 17c391121a )
* Remove unused pubkey::Pubkey imports
(cherry picked from commit 959880db60 )
# Conflicts:
# runtime/src/accounts_index.rs
* Resolve conflicts
Co-authored-by: Michael Vines <mvines@gmail.com>
|
2020-10-22 05:08:01 +00:00 |
|
sakridge
|
22d8b3c3f8
|
Cleanup and feature gate instruction processing (#12359)
|
2020-09-20 10:58:12 -07:00 |
|
sakridge
|
f561eb917f
|
Add way to look at tx instructions (#11943)
|
2020-09-19 12:17:46 -07:00 |
|
Jack May
|
16ecce353f
|
Revert "Land program addresses on the curve (#11174)" (#11253)
This reverts commit f317c362a8 .
|
2020-07-29 11:33:45 -07:00 |
|
Jack May
|
f317c362a8
|
Land program addresses on the curve (#11174)
|
2020-07-27 10:45:59 -07: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 |
|
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 |
|