Skip to content

Commit

Permalink
Prevent delay_visibility_of_program_deployment feature from cache pru…
Browse files Browse the repository at this point in the history
…ning (#33689)

(cherry picked from commit fd92977)

# Conflicts:
#	runtime/src/bank.rs
  • Loading branch information
pgarg66 authored and mergify[bot] committed Oct 13, 2023
1 parent 26fc045 commit 062a5cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7464,7 +7464,12 @@ impl Bank {
feature_set::curve25519_syscall_enabled::id(),
feature_set::disable_fees_sysvar::id(),
feature_set::disable_deploy_of_alloc_free_syscall::id(),
<<<<<<< HEAD
feature_set::delay_visibility_of_program_deployment::id(),
=======
feature_set::last_restart_slot_sysvar::id(),
feature_set::remaining_compute_units_syscall_enabled::id(),
>>>>>>> fd9297775a (Prevent delay_visibility_of_program_deployment feature from cache pruning (#33689))
];
if !only_apply_transitions_for_new_features
|| FEATURES_AFFECTING_RBPF
Expand Down

0 comments on commit 062a5cc

Please sign in to comment.