solana/runtime/src
Michael Vines 5d31763a3b Update ABI digest 2021-02-19 10:54:39 -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 add validator flag no-accounts-db-index-hashing (#15350) 2021-02-16 21:13:48 +00:00
accounts_cache.rs Aggregate purge and shrink metrics (#14763) 2021-01-27 01:39:47 -08:00
accounts_db.rs move hashing functionality to accounts_hash (#15353) 2021-02-17 00:29:50 +00:00
accounts_hash.rs move hashing functionality to accounts_hash (#15353) 2021-02-17 00:29:50 +00:00
accounts_index.rs Fix pubkey refcount for shrink + clean (#14987) 2021-02-04 12:44:19 -08:00
append_vec.rs Disable AppendVec warn! for now (#14996) 2021-02-02 14:52:30 +00:00
bank.rs Update ABI digest 2021-02-19 10:54:39 -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 Warp timestamp and extend max-allowable-drift for accommodate slow blocks (#15204) 2021-02-09 15:49:00 -07: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 Rework spl_token_v2_self_transfer_fix to avoid any SPL Token downtime 2021-02-12 22:46:39 +00:00
instruction_recorder.rs
lib.rs Re-allow clippy::integer_arithmetic at crate-level 2021-02-17 13:55:08 -07: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 Cleanup old features (#15391) 2021-02-18 09:56:11 -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 Adapt to fs_extra 1.2.0 2021-02-17 12:44:58 -08:00
snapshot_package.rs calculate hash from store instead of index (#15034) 2021-02-04 09:00:33 -06:00
snapshot_utils.rs Threadpool2 (#15151) 2021-02-05 18:48:16 -06: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