solana/runtime/src
carllin 8bd62d78eb
Fix race in remove_unrooted_slot (#10607)
* Fix race

* clippy fixes

* Rename and add comment

Co-authored-by: Carl <carl@solana.com>
2020-06-15 19:41:26 -07:00
..
serde_snapshot Multi-version snapshot support (#9980) 2020-05-23 02:54:24 +09:00
accounts.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
accounts_db.rs Fix race in remove_unrooted_slot (#10607) 2020-06-15 19:41:26 -07:00
accounts_index.rs Optimize stale slot shrinking for previously cleaned roots (#10099) 2020-06-12 14:51:43 +09:00
append_vec.rs Multi-version snapshot support (#9980) 2020-05-23 02:54:24 +09:00
bank.rs Fix race in remove_unrooted_slot (#10607) 2020-06-15 19:41:26 -07:00
bank_client.rs Expose last-valid-slot to BankClient and ThinClient users (#10478) 2020-06-09 17:07:32 -07:00
blockhash_queue.rs Add mechanism to get blockhash's last valid slot (#10239) 2020-05-26 12:06:21 -07:00
bloom.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
builtin_programs.rs Bump new_system_program_activation_epoch by 2 2020-06-08 09:39:42 -07:00
epoch_stakes.rs Adopt heaviest subtree fork choice rule (#10441) 2020-06-11 12:16:04 -07:00
genesis_utils.rs Remove archiver and storage program (#9992) 2020-05-14 18:22:47 -07:00
legacy_system_instruction_processor0.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
lib.rs RPC simulateTransaction endpoint now returns program log output (#10432) 2020-06-06 10:18:28 -07:00
loader_utils.rs Don't use move semantics if not needed (#8793) 2020-03-11 14:37:23 -07:00
log_collector.rs Route all loader messages to log collector (#10528) 2020-06-13 13:20:08 -07:00
message_processor.rs Route all loader messages to log collector (#10528) 2020-06-13 13:20:08 -07:00
native_loader.rs Add Cross-program invocations (#9582) 2020-04-28 14:33:56 -07:00
nonce_utils.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
rent_collector.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
serde_snapshot.rs Add more logging while unpacking snapshots (#10266) 2020-05-27 10:41:05 -07:00
stakes.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
status_cache.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
system_instruction_processor.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
transaction_batch.rs Avoid AccountInUse errors when simulating transactions (#10391) 2020-06-04 19:06:01 -07:00
transaction_utils.rs