Fix - missing delay visibility feature triggering cache flush (#32974)
Adds delay_visibility_of_program_deployment to FEATURES_AFFECTING_RBPF.
This commit is contained in:
parent
3bd14cc1e1
commit
025b952598
|
@ -8069,6 +8069,7 @@ impl Bank {
|
||||||
feature_set::enable_partitioned_epoch_reward::id(),
|
feature_set::enable_partitioned_epoch_reward::id(),
|
||||||
feature_set::disable_deploy_of_alloc_free_syscall::id(),
|
feature_set::disable_deploy_of_alloc_free_syscall::id(),
|
||||||
feature_set::last_restart_slot_sysvar::id(),
|
feature_set::last_restart_slot_sysvar::id(),
|
||||||
|
feature_set::delay_visibility_of_program_deployment::id(),
|
||||||
];
|
];
|
||||||
if !only_apply_transitions_for_new_features
|
if !only_apply_transitions_for_new_features
|
||||||
|| FEATURES_AFFECTING_RBPF
|
|| FEATURES_AFFECTING_RBPF
|
||||||
|
|
Loading…
Reference in New Issue