forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix - Reloading of unload entries after finishing the recompilation p…
…hase (#1199) * Adds reproducer to test_feature_activation_loaded_programs_epoch_transition. * Differentiate entries by environment instead of adjusting the effective slot. * Fixes tests of assign_program(). * Fixes env order in test_feature_activation_loaded_programs_recompilation_phase(). * Turns test_load_program_effective_slot() into test_load_program_environment(). * Adds comments inside ProgramCache::assign_program(). (cherry picked from commit 979f619) # Conflicts: # program-runtime/src/loaded_programs.rs # runtime/src/bank/tests.rs # svm/src/program_loader.rs
- Loading branch information
1 parent
be4a672
commit 8bf4161
Showing
3 changed files
with
998 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.