Fix - missing delay visibility feature triggering cache flush (#32974)

Adds delay_visibility_of_program_deployment to FEATURES_AFFECTING_RBPF.
This commit is contained in:
Alexander Meißner 2023-08-24 16:41:23 +02:00 committed by GitHub
parent 3bd14cc1e1
commit 025b952598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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