solana/runtime
Alexander Meißner 89207a3fe5
Feature - Prune on feature set transition (#31945)
* Call create_program_runtime_environment() in Bank::apply_builtin_program_feature_transitions().

* Adds LoadedPrograms::prune_feature_set_transition().
2023-06-06 17:49:02 +02:00
..
benches Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892) 2023-05-31 12:36:44 -05:00
src Feature - Prune on feature set transition (#31945) 2023-06-06 17:49:02 +02:00
store-tool getter functions for StoredAccountMeta (#30447) 2023-02-27 10:03:22 -08:00
tests use max alive root to determine ancient cutoff for clean stats (#31545) 2023-05-10 08:05:31 -07:00
.gitignore
Cargo.toml Refactor - Renames loader-v3 to loader-v4. (#31570) 2023-05-11 08:29:06 +02:00
build.rs