solana/runtime/src
Michael Vines ed01591be6 Designate mainnet-beta epoch 61 as an upgrade epoch 2020-07-27 11:41:39 -07:00
..
serde_snapshot fix rewards points (#10914) 2020-07-21 13:57:25 +09:00
accounts.rs Add --warp-epoch and --force-inflation to ledger-tool cap. (#11107) 2020-07-20 19:09:38 +09:00
accounts_db.rs Add Bank support for "upgrade epochs" where all non-vote transactions will be rejected 2020-07-17 08:48:42 -07:00
accounts_index.rs Move clean accounts to background service (#10898) 2020-07-02 22:25:17 -07:00
append_vec.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
bank.rs Designate mainnet-beta epoch 61 as an upgrade epoch 2020-07-27 11:41:39 -07:00
bank_client.rs Rename Client methods to match proposed BanksClient (#10793) 2020-06-25 03:35:38 +00:00
bank_forks.rs Rename largest_confirmed_root to highest_confirmed_root (#10947) 2020-07-07 23:59:46 +00:00
bank_utils.rs Speed up local cluster partitioning tests (#11177) 2020-07-23 18:50:42 -07:00
blockhash_queue.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
bloom.rs Add custom print for Bloom object (#10971) 2020-07-10 11:53:24 -07:00
builtin_programs.rs
commitment.rs Initialize BlockCommitmentCache slot and root on node boot (#11178) 2020-07-23 11:44:57 -06:00
epoch_stakes.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
genesis_utils.rs Speed up local cluster partitioning tests (#11177) 2020-07-23 18:50:42 -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 SendTransactionService to solana_runtime (#10972) 2020-07-09 18:28:26 +00:00
loader_utils.rs Rename Client methods to match proposed BanksClient (#10793) 2020-06-25 03:35:38 +00:00
log_collector.rs
message_processor.rs Fix warnings (#10992) 2020-07-10 20:02:55 +00:00
native_loader.rs panic on native load failure (#11182) 2020-07-23 12:11:01 -07:00
nonce_utils.rs Gate nonce-overwrite change (#11081) 2020-07-15 21:45:30 +00:00
rent_collector.rs Fold bank serialisation into serde snapshot (#10581) 2020-07-13 23:00:59 +09:00
send_transaction_service.rs Simplify use of SendTransactionService (#10999) 2020-07-11 01:14:41 +00:00
serde_snapshot.rs Fold bank serialisation into serde snapshot (#10581) 2020-07-13 23:00:59 +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 Fold bank serialisation into serde snapshot (#10581) 2020-07-13 23:00:59 +09:00
stakes.rs fix rewards points (#10914) 2020-07-21 13:57:25 +09:00
status_cache.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +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 Use OrderedIterator in TransactionStatusService (#11149) 2020-07-21 20:06:49 +00:00
transaction_utils.rs