Skip to content

Commit

Permalink
Fix - missing delay visibility feature triggering cache flush (#32974)
Browse files Browse the repository at this point in the history
Adds delay_visibility_of_program_deployment to FEATURES_AFFECTING_RBPF.
  • Loading branch information
Lichtso authored Aug 24, 2023
1 parent 3bd14cc commit 025b952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8069,6 +8069,7 @@ impl Bank {
feature_set::enable_partitioned_epoch_reward::id(),
feature_set::disable_deploy_of_alloc_free_syscall::id(),
feature_set::last_restart_slot_sysvar::id(),
feature_set::delay_visibility_of_program_deployment::id(),
];
if !only_apply_transitions_for_new_features
|| FEATURES_AFFECTING_RBPF
Expand Down

0 comments on commit 025b952

Please sign in to comment.