solana/runtime/src
Jack May 369e13b111
cleanup old runtime features (#15787)
2021-03-10 09:48:41 -08:00
..
serde_snapshot Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00
accounts.rs Improve load_largest_accounts and add Bank test (#15775) 2021-03-10 00:23:41 +00:00
accounts_background_service.rs Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00
accounts_cache.rs account.data -> data() (#15778) 2021-03-09 22:31:33 +00:00
accounts_db.rs account.data -> data() (#15778) 2021-03-09 22:31:33 +00:00
accounts_hash.rs Fix typos (#15610) 2021-03-02 06:36:49 -08:00
accounts_index.rs Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00
append_vec.rs account.data -> data() (#15778) 2021-03-09 22:31:33 +00:00
bank.rs Fix test to use AccountSharedData 2021-03-09 20:47:54 -07:00
bank_client.rs Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00
bank_forks.rs Pacify clippy 2021-02-19 20:08:41 -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 Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00
genesis_utils.rs Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00
hardened_unpack.rs Permit the snapshots/status_cache file to be sparse 2021-03-04 12:36:34 -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 Deprecate Instruction::new (#15695) 2021-03-04 05:46:48 +00:00
log_collector.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
message_processor.rs cleanup old runtime features (#15787) 2021-03-10 09:48:41 -08:00
native_loader.rs account.data -> data() (#15778) 2021-03-09 22:31:33 +00:00
rent_collector.rs account.data -> data() (#15778) 2021-03-09 22:31:33 +00:00
secondary_index.rs Fix typos (#15721) 2021-03-05 07:16:53 +00:00
serde_snapshot.rs Pacify clippy 2021-02-19 20:08:41 -08:00
snapshot_package.rs calculate hash from store instead of index (#15034) 2021-02-04 09:00:33 -06:00
snapshot_utils.rs Pacify clippy 2021-02-19 20:08:41 -08:00
stakes.rs account.data -> data() (#15778) 2021-03-09 22:31:33 +00:00
status_cache.rs Fix typos (#15721) 2021-03-05 07:16:53 +00:00
system_instruction_processor.rs account.data -> data() (#15778) 2021-03-09 22:31:33 +00:00
transaction_batch.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
transaction_utils.rs
vote_account.rs Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00
vote_sender_types.rs