solana/runtime/src
Michael Vines 4a66e3eddc Use standard tmp-snapshot- file prefix for the "new_state" archive for better cleanup/consistency 2021-01-11 16:51:26 -08:00
..
serde_snapshot Add secondary indexes (#14212) 2020-12-31 18:06:03 -08:00
accounts.rs Add secondary indexes (#14212) 2020-12-31 18:06:03 -08:00
accounts_background_service.rs Rename CompressionType to ArchiveFormat 2021-01-09 09:07:49 -08:00
accounts_db.rs Lower recycle store count (#14429) 2021-01-05 12:21:17 -08:00
accounts_index.rs Save 7G mem on mainnet fixing AccIndex overalloc. (#14435) 2021-01-06 09:48:59 +09:00
append_vec.rs Log error from AppendVec removal & a panic clean (#14302) 2020-12-29 04:59:09 +09:00
bank.rs Update timestamp max allowable drift to 50% of PoH (#14531) 2021-01-11 23:27:30 +00: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 Update frozen_abi hashes 2020-10-24 08:37:55 -07:00
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 Rpc -> proper optimistic confirmation (#12514) 2020-09-28 20:43:05 -06: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 Record and store invoked instructions in transaction meta (#12311) 2020-09-24 22:36:22 +08:00
lib.rs Don't bother restoring snapshots, they're never used 2021-01-02 17:26:33 -08:00
loader_utils.rs Add buffer authority to upgradeable loader (#14482) 2021-01-08 09:37:57 -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 Check native account owner (#14535) 2021-01-11 22:36:52 +00: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 Add secondary indexes (#14212) 2020-12-31 18:06:03 -08:00
serde_snapshot.rs Create account paths once 2021-01-09 09:07:49 -08:00
snapshot_package.rs Rename CompressionType to ArchiveFormat 2021-01-09 09:07:49 -08:00
snapshot_utils.rs Use standard tmp-snapshot- file prefix for the "new_state" archive for better cleanup/consistency 2021-01-11 16:51:26 -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 Fix parsing CreateAccountWithSeed instructions (#13513) 2020-11-10 23:51:53 +00:00
transaction_batch.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
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