solana/runtime/src
Dmitri Makarov 1d89ea01cc Rename LoadedPrograms to ProgramCache for readability (#339) 2024-03-20 16:28:38 -05:00
..
accounts_background_service Standardizes datapoints in AccountsBackgroundService's StatsManager (#32310) 2023-06-28 13:00:46 -04:00
bank Rename LoadedPrograms to ProgramCache for readability (#339) 2024-03-20 16:28:38 -05:00
serde_snapshot SVM: Move `RentCollector` to sdk (#35122) 2024-02-07 16:38:42 -08:00
snapshot_package Removes glob import of SnapshotKind (#34333) 2023-12-06 13:46:10 -05:00
snapshot_utils Name previously unnamed thread pool threads (#104) 2024-03-09 13:26:34 -06:00
accounts_background_service.rs Removes the storage recycler (#118) 2024-03-15 22:22:45 -05:00
bank.rs Rename LoadedPrograms to ProgramCache for readability (#339) 2024-03-20 16:28:38 -05:00
bank_client.rs Rename `SanitizedMessage::try_from` to `try_from_legacy_message` (#35338) 2024-02-29 08:25:22 +08:00
bank_forks.rs Remove public visibility of program cache from bank (#279) 2024-03-20 16:24:48 -05:00
bank_utils.rs SVM: move transaction_results from accounts-db to SVM (#35183) 2024-02-20 12:54:56 -08:00
builtins.rs Bump solana_rbpf to v0.8.0 (#33679) 2023-10-20 21:39:50 +02:00
commitment.rs refactor: highest_cluster_confirmed_root -> highest_super_majority_root (#31619) 2023-05-14 00:42:03 -07:00
compute_budget_details.rs Rename `SanitizedMessage::try_from` to `try_from_legacy_message` (#35338) 2024-02-29 08:25:22 +08:00
epoch_rewards_hasher.rs Revert "Populate partitioned-rewards PDA during calculation (#34624)" 2024-02-05 19:54:19 -07:00
epoch_stakes.rs Split vote related code from runtime to its own crate (#32882) 2023-09-19 10:46:37 -07:00
genesis_utils.rs stake: Rename `StakeStateWithFlags` -> `StakeStateV2` (#32795) 2023-08-11 01:07:21 +02:00
inline_spl_associated_token_account.rs
installed_scheduler_pool.rs Finish unified scheduler plumbing with min impl (#34300) 2023-12-19 09:50:41 +09:00
lib.rs SVM: Move SVM code to its own crate folder (#35119) 2024-02-06 16:06:32 -08:00
loader_utils.rs Cleanup - `disable_bpf_loader_instructions` (#35164) 2024-02-15 13:46:00 +01:00
non_circulating_supply.rs Remove improper uses of &Arc<Bank> (#32802) 2023-08-18 16:46:34 -05:00
prioritization_fee.rs Rename priority to compute_unit_price (#35062) 2024-02-05 16:41:01 -08:00
prioritization_fee_cache.rs Rename `SanitizedMessage::try_from` to `try_from_legacy_message` (#35338) 2024-02-29 08:25:22 +08:00
root_bank_cache.rs Initialize fork graph in program cache during bank_forks creation (#33810) 2023-10-23 09:32:41 -07:00
serde_snapshot.rs [SVM] Move RuntimeConfig to program-runtime (#96) 2024-03-09 13:27:11 -06:00
snapshot_archive_info.rs Uses SnapshotHash type in snapshot archive fields (#28681) 2022-10-31 14:28:35 -04:00
snapshot_bank_utils.rs [SVM] Move RuntimeConfig to program-runtime (#96) 2024-03-09 13:27:11 -06:00
snapshot_config.rs Split snapshot_utils.rs into snapshot_bank_utils.rs (#32612) 2023-07-24 16:31:03 -07:00
snapshot_hash.rs Renames AccountsHashEnum to AccountsHashKind (#32904) 2023-08-21 10:34:56 -04:00
snapshot_minimizer.rs Removes the storage recycler (#118) 2024-03-15 22:22:45 -05:00
snapshot_package.rs SVM: Move `RentCollector` to sdk (#35122) 2024-02-07 16:38:42 -08:00
snapshot_utils.rs Adds snapshot_utils::purge_all_bank_snapshots() (#35291) 2024-02-23 11:15:10 -05:00
stake_account.rs stake: Rename `StakeStateWithFlags` -> `StakeStateV2` (#32795) 2023-08-11 01:07:21 +02:00
stake_history.rs
stake_weighted_timestamp.rs
stakes.rs refactor: optional `stake_history` arg is never `None` (#34556) 2023-12-22 10:44:28 +08:00
static_ids.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
status_cache.rs preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
transaction_batch.rs Add support for partial tx batch unlocking (#110) 2024-03-09 13:26:34 -06:00