solana/runtime/src
sakridge ad2e10e17b
Revert "Partial accounts clean (#14652)" (#14777)
This reverts commit ca7914aa3d.
2021-01-22 18:05:49 -08:00
..
serde_snapshot Cache account stores, flush from AccountsBackgroundService (#13140) 2021-01-11 17:00:23 -08:00
accounts.rs Parallel cache scan (#14544) 2021-01-20 08:50:17 +00:00
accounts_background_service.rs Cache account stores, flush from AccountsBackgroundService (#13140) 2021-01-11 17:00:23 -08:00
accounts_cache.rs Cache account stores, flush from AccountsBackgroundService (#13140) 2021-01-11 17:00:23 -08:00
accounts_db.rs Revert "Partial accounts clean (#14652)" (#14777) 2021-01-22 18:05:49 -08:00
accounts_index.rs Revert "Partial accounts clean (#14652)" (#14777) 2021-01-22 18:05:49 -08:00
append_vec.rs Cache account stores, flush from AccountsBackgroundService (#13140) 2021-01-11 17:00:23 -08:00
bank.rs Add generalized voting process to enable full inflation 2021-01-20 23:37:21 -08:00
bank_client.rs Add get_minimum_balance_for_rent_excemption to Client (#14048) 2020-12-10 16:39:28 -08:00
bank_forks.rs Rename CompressionType to ArchiveFormat 2021-01-09 09:07:49 -08:00
bank_utils.rs runtime: Replace `HashAgeKind` with `NonceRollbackInfo` 2020-12-02 20:10:08 +00:00
blockhash_queue.rs
bloom.rs Clippy 2020-12-14 08:03:29 -08:00
builtins.rs Feature-gate stake-program-v3 (#14232) 2020-12-22 11:20:38 -07:00
commitment.rs
contains.rs More generic accounts purge functions (#14595) 2021-01-17 20:31:03 -08:00
epoch_stakes.rs caches vote-state de-serialized from vote accounts (#13795) 2020-11-30 17:18:33 +00:00
genesis_utils.rs Initial solana-test-validator command-line program 2020-12-11 04:17:38 +00:00
hardened_unpack.rs Remove regular expressions, speeds up untar (#14119) 2020-12-15 08:48:21 -08:00
inline_spl_token_v2_0.rs Add secondary indexes (#14212) 2020-12-31 18:06:03 -08:00
instruction_recorder.rs
lib.rs More generic accounts purge functions (#14595) 2021-01-17 20:31:03 -08:00
loader_utils.rs Prevent the invoke and upgrade of programs in the same tx batch (#14653) 2021-01-19 16:24:44 -08:00
log_collector.rs Truncate logs immediately upon collection. Also reduce limit from 100k to 10k 2020-11-23 17:20:02 -08:00
message_processor.rs Track account writable deescalation (#14626) 2021-01-22 15:28:01 -08:00
native_loader.rs Check native account owner (#14535) 2021-01-11 22:36:52 +00:00
rent_collector.rs Clippy 2020-12-14 08:03:29 -08:00
secondary_index.rs More generic accounts purge functions (#14595) 2021-01-17 20:31:03 -08:00
serde_snapshot.rs Cache account stores, flush from AccountsBackgroundService (#13140) 2021-01-11 17:00:23 -08:00
snapshot_package.rs Rename CompressionType to ArchiveFormat 2021-01-09 09:07:49 -08:00
snapshot_utils.rs Cache account stores, flush from AccountsBackgroundService (#13140) 2021-01-11 17:00:23 -08:00
stakes.rs caches staked nodes computed from vote-accounts (#13929) 2020-12-17 21:22:50 +00:00
status_cache.rs Clippy 2020-12-14 08:03:29 -08:00
system_instruction_processor.rs Cache account stores, flush from AccountsBackgroundService (#13140) 2021-01-11 17:00:23 -08:00
transaction_batch.rs
transaction_utils.rs
vote_account.rs vote: Add helper for creating current-versioned states 2020-12-22 19:37:26 -07:00
vote_sender_types.rs