Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions feature-set/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1321,11 +1321,11 @@ pub static FEATURE_NAMES: LazyLock<AHashMap<Pubkey, &'static str>> = LazyLock::n
(enable_turbine_extended_fanout_experiments::id(), "enable turbine extended fanout experiments #"),
(deprecate_legacy_vote_ixs::id(), "Deprecate legacy vote instructions"),
(partitioned_epoch_rewards_superfeature::id(), "SIMD-0118: replaces enable_partitioned_epoch_reward to enable partitioned rewards at epoch boundary"),
(disable_sbpf_v0_execution::id(), "SIMD-0161: Disables execution of SBPFv1 programs"),
(reenable_sbpf_v0_execution::id(), "Re-enables execution of SBPFv1 programs"),
(enable_sbpf_v1_deployment_and_execution::id(), "SIMD-0161: Enables deployment and execution of SBPFv1 programs"),
(enable_sbpf_v2_deployment_and_execution::id(), "SIMD-0161: Enables deployment and execution of SBPFv2 programs"),
(enable_sbpf_v3_deployment_and_execution::id(), "SIMD-0161: Enables deployment and execution of SBPFv3 programs"),
(disable_sbpf_v0_execution::id(), "SIMD-0161: Disables execution of SBPFv0 programs"),
(reenable_sbpf_v0_execution::id(), "Re-enables execution of SBPFv0 programs"),
(enable_sbpf_v1_deployment_and_execution::id(), "SIMD-0166: Enable deployment and execution of SBPFv1 programs"),
(enable_sbpf_v2_deployment_and_execution::id(), "SIMD-0173 and SIMD-0174: Enable deployment and execution of SBPFv2 programs"),
(enable_sbpf_v3_deployment_and_execution::id(), "SIMD-0178, SIMD-0179 and SIMD-0189: Enable deployment and execution of SBPFv3 programs"),
(remove_accounts_executable_flag_checks::id(), "SIMD-0162: Remove checks of accounts is_executable flag"),
(lift_cpi_caller_restriction::id(), "Lift the restriction in CPI that the caller must have the callee as an instruction account #2202"),
(disable_account_loader_special_case::id(), "Disable account loader special case #3513"),
Expand Down
Loading