Skip to content

Commit

Permalink
v1.17: Prevent delay_visibility_of_program_deployment feature from ca…
Browse files Browse the repository at this point in the history
…che pruning (backport of #33689) (#33691)

Prevent delay_visibility_of_program_deployment feature from cache pruning (#33689)

(cherry picked from commit fd92977)

Co-authored-by: Pankaj Garg <pankaj@solana.com>
  • Loading branch information
mergify[bot] and pgarg66 committed Oct 13, 2023
1 parent e1278e2 commit c96223b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8180,7 +8180,6 @@ 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(),
feature_set::remaining_compute_units_syscall_enabled::id(),
];
if !only_apply_transitions_for_new_features
Expand Down

0 comments on commit c96223b

Please sign in to comment.