solana/runtime/src
carllin daddcd361a
Snapshots missing slots from accounts cache clean optimization (#14852)
Co-authored-by: Carl Lin <carl@solana.com>
2021-01-26 20:08:55 -08:00
..
serde_snapshot Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
accounts.rs Refactors tuple of TransactionLoadResult into a struct. (#14773) 2021-01-25 10:35:08 +01:00
accounts_background_service.rs Snapshots missing slots from accounts cache clean optimization (#14852) 2021-01-26 20:08:55 -08:00
accounts_cache.rs Remove unnecesary flushes in previous roots (#14596) 2021-01-23 04:02:44 -08:00
accounts_db.rs Snapshots missing slots from accounts cache clean optimization (#14852) 2021-01-26 20:08:55 -08:00
accounts_index.rs Partial clean (#14800) 2021-01-24 09:50:19 -08:00
append_vec.rs Speed up generate_index (#14792) 2021-01-23 08:05:05 -08:00
bank.rs Refactors tuple of TransactionLoadResult into a struct. (#14773) 2021-01-25 10:35:08 +01:00
bank_client.rs
bank_forks.rs Add solana-test-validator --warp-slot argument 2021-01-22 21:17:02 -08:00
bank_utils.rs
blockhash_queue.rs
bloom.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
builtins.rs Remove legacy_stake program 2021-01-25 19:34:40 -08:00
commitment.rs Deprecate commitment variants (#14797) 2021-01-26 19:23:07 +00:00
contains.rs More generic accounts purge functions (#14595) 2021-01-17 20:31:03 -08:00
epoch_stakes.rs
genesis_utils.rs
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 Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
message_processor.rs Track account writable deescalation (#14626) 2021-01-22 15:28:01 -08:00
native_loader.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08: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 Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -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