solana/runtime/src
Greg Fitzgerald 50b3fa83a0
Move BankCommitmentCache to solana_runtime (#10816)
* Remove Blockstore member variable from BlockCommitmentCache

* Hoist is_confirmed_rooted() to its only caller

BlockCommitmentCache no longer depends on Blockstore

* Move BlockCommitmentCache to solana_runtime
2020-06-25 22:06:58 -06:00
..
serde_snapshot Cleanup error type mapping in serde_snapshot (#10580) 2020-06-17 17:56:29 +09:00
accounts.rs Fix typos (#10675) 2020-06-17 20:54:52 -07:00
accounts_db.rs Fix typos (#10675) 2020-06-17 20:54:52 -07:00
accounts_index.rs Dont skip eager rent collect across gapped epochs (#10206) 2020-06-25 23:11:33 +09:00
append_vec.rs Fix typos (#10675) 2020-06-17 20:54:52 -07:00
bank.rs Dont skip eager rent collect across gapped epochs (#10206) 2020-06-25 23:11:33 +09:00
bank_client.rs Rename Client methods to match proposed BanksClient (#10793) 2020-06-25 03:35:38 +00:00
bank_forks.rs Add CLI options and runtime support for selection of output snapshot version. (#10536) 2020-06-19 14:38:37 +09: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
commitment.rs Move BankCommitmentCache to solana_runtime (#10816) 2020-06-25 22:06:58 -06: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 Rename Client methods to match proposed BanksClient (#10793) 2020-06-25 03:35:38 +00:00
lib.rs Move BankCommitmentCache to solana_runtime (#10816) 2020-06-25 22:06:58 -06:00
loader_utils.rs Rename Client methods to match proposed BanksClient (#10793) 2020-06-25 03:35:38 +00:00
log_collector.rs Route all loader messages to log collector (#10528) 2020-06-13 13:20:08 -07:00
message_processor.rs Remove fee-payer guesswork from Message and Transaction (#10776) 2020-06-24 14:52:38 -06:00
native_loader.rs Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -07:00
nonce_utils.rs Remove fee-payer guesswork from Message and Transaction (#10776) 2020-06-24 14:52:38 -06: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 Add CLI options and runtime support for selection of output snapshot version. (#10536) 2020-06-19 14:38:37 +09:00
snapshot_utils.rs Keep oldest snapshot so playing the ledger is possible from local data. (#10814) 2020-06-25 20:41:44 -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 Rename Client methods to match proposed BanksClient (#10793) 2020-06-25 03:35:38 +00:00
transaction_batch.rs Avoid AccountInUse errors when simulating transactions (#10391) 2020-06-04 19:06:01 -07:00
transaction_utils.rs