solana/program-runtime
Alexander Meißner a6ad37f3ad
Cleanup - `load_and_get_programs_from_cache()` (#30959)
* Replaces assign_program() by replenish() in load_and_get_programs_from_cache().

* Replaces LoadedProgramEntry by a boolean.

* Only lock the global cache once all missing programs have been loaded

* Factors out call of self.rc.accounts.filter_executable_program_accounts().
2023-03-29 16:11:14 +02:00
..
benches Upgrades to Rust 1.65.0 (#28741) 2022-11-09 17:15:03 -05:00
src Cleanup - `load_and_get_programs_from_cache()` (#30959) 2023-03-29 16:11:14 +02:00
Cargo.toml chore: workspace inheritance (#30939) 2023-03-29 03:28:56 +00:00
build.rs