solana/runtime/src
carllin 2970b59853
Don't load all accounts into memory for capitalization check (#14957)
* Don't load all accounts into memory for capitalization check
2021-02-03 15:00:42 -08:00
..
serde_snapshot chore: bump serde from 1.0.112 to 1.0.118 (#14828) 2021-02-02 23:28:16 +09:00
accounts.rs Don't load all accounts into memory for capitalization check (#14957) 2021-02-03 15:00:42 -08: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 Aggregate purge and shrink metrics (#14763) 2021-01-27 01:39:47 -08:00
accounts_db.rs Don't load all accounts into memory for capitalization check (#14957) 2021-02-03 15:00:42 -08:00
accounts_index.rs Don't load all accounts into memory for capitalization check (#14957) 2021-02-03 15:00:42 -08:00
append_vec.rs Disable AppendVec warn! for now (#14996) 2021-02-02 14:52:30 +00:00
bank.rs Add feature for pending SPL Token self-transfer fix 2021-01-29 04:19:33 +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 Add solana-test-validator --warp-slot argument 2021-01-22 21:17:02 -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 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 program-test: Add ability to warp to the future (#14998) 2021-02-03 23:31:36 +01:00
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 Record and store invoked instructions in transaction meta (#12311) 2020-09-24 22:36:22 +08:00
lib.rs More generic accounts purge functions (#14595) 2021-01-17 20:31:03 -08:00
loader_utils.rs Buffer authority must match upgrade authority for deploys and upgrades (#14923) 2021-01-29 12:43:42 -08:00
log_collector.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
message_processor.rs More rich runtime logging (#14938) 2021-02-01 11:40:49 -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 Only mmap file from snapshot once (#14815) 2021-01-28 08:15:33 -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 Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
transaction_utils.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
vote_account.rs vote: Add helper for creating current-versioned states 2020-12-22 19:37:26 -07:00
vote_sender_types.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00