solana/runtime/src
Greg Fitzgerald 26ebfedf46
Derive the working bank (#10670)
2020-06-17 20:16:57 -06:00
..
serde_snapshot Cleanup error type mapping in serde_snapshot (#10580) 2020-06-17 17:56:29 +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
bank_forks.rs Derive the working bank (#10670) 2020-06-17 20:16:57 -06: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
hardened_unpack.rs Move BankForks to solana_runtime (#10637) 2020-06-17 15:27:03 +00:00
legacy_system_instruction_processor0.rs Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -07:00
lib.rs Move BankForks to solana_runtime (#10637) 2020-06-17 15:27:03 +00: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 Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -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 Cleanup error type mapping in serde_snapshot (#10580) 2020-06-17 17:56:29 +09:00
snapshot_package.rs Move BankForks to solana_runtime (#10637) 2020-06-17 15:27:03 +00:00
snapshot_utils.rs Move BankForks to solana_runtime (#10637) 2020-06-17 15:27:03 +00: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 Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -07:00
transaction_batch.rs Avoid AccountInUse errors when simulating transactions (#10391) 2020-06-04 19:06:01 -07:00
transaction_utils.rs