solana-with-rpc-optimizations/runtime/src
Alexander Meißner ccc6a6bf6f
Fix - `test_feature_activation_loaded_programs_recompilation_phase()` (#35299)
* Fixes test_feature_activation_loaded_programs_recompilation_phase() to trigger the recompilation phase before the epoch boundary.

* Adds a direct check of the cached entries around recompilation.
2024-03-02 06:55:53 -08:00
..
accounts_background_service Standardizes datapoints in AccountsBackgroundService's StatsManager (#32310) 2023-06-28 13:00:46 -04:00
bank Fix - `test_feature_activation_loaded_programs_recompilation_phase()` (#35299) 2024-03-02 06:55:53 -08: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 Removes get_io_error() (#34863) 2024-01-22 14:07:29 -05:00
accounts_background_service.rs Skip shrink until startup verification is complete (#34209) 2023-11-27 10:57:37 -05:00
bank.rs Proposal: Use SanitizedMessage when possible in `svm/account_loader.rs` (#35390) 2024-03-02 06:12:24 -03: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 SVM: Split transaction processing code into its own struct (#35044) 2024-02-04 08:07:39 -08: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 `RentCollector` to sdk (#35122) 2024-02-07 16:38:42 -08:00
snapshot_archive_info.rs
snapshot_bank_utils.rs Adds snapshot_utils::purge_all_bank_snapshots() (#35291) 2024-02-23 11:15:10 -05: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 Replaces ReadAccountMapEntry in snapshot minimizer (#35237) 2024-02-20 13:52:29 -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 Make prepare_simulation_batch() more usable (#32304) 2023-06-29 11:20:42 +09:00