Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 025b952

Browse files
authored
Fix - missing delay visibility feature triggering cache flush (#32974)
Adds delay_visibility_of_program_deployment to FEATURES_AFFECTING_RBPF.
1 parent 3bd14cc commit 025b952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/src/bank.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8069,6 +8069,7 @@ impl Bank {
80698069
feature_set::enable_partitioned_epoch_reward::id(),
80708070
feature_set::disable_deploy_of_alloc_free_syscall::id(),
80718071
feature_set::last_restart_slot_sysvar::id(),
8072+
feature_set::delay_visibility_of_program_deployment::id(),
80728073
];
80738074
if !only_apply_transitions_for_new_features
80748075
|| FEATURES_AFFECTING_RBPF

0 commit comments

Comments
 (0)