Skip to content

Commit

Permalink
v1.16: 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) (#33690)

* Prevent delay_visibility_of_program_deployment feature from cache pruning (#33689)

(cherry picked from commit fd92977)

# Conflicts:
#	runtime/src/bank.rs

* fix merge conflict

---------

Co-authored-by: Pankaj Garg <[email protected]>
  • Loading branch information
mergify[bot] and pgarg66 authored Oct 13, 2023
1 parent 26fc045 commit fdb432d
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 @@ -7464,7 +7464,6 @@ impl Bank {
feature_set::curve25519_syscall_enabled::id(),
feature_set::disable_fees_sysvar::id(),
feature_set::disable_deploy_of_alloc_free_syscall::id(),
feature_set::delay_visibility_of_program_deployment::id(),
];
if !only_apply_transitions_for_new_features
|| FEATURES_AFFECTING_RBPF
Expand Down

0 comments on commit fdb432d

Please sign in to comment.