diff --git a/feature-set/src/lib.rs b/feature-set/src/lib.rs index f7aabcc0d1d528..21e7985b288c28 100644 --- a/feature-set/src/lib.rs +++ b/feature-set/src/lib.rs @@ -1238,11 +1238,11 @@ pub static FEATURE_NAMES: LazyLock> = 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(), "replaces enable_partitioned_epoch_reward to enable partitioned rewards at epoch boundary SIMD-0118"), - (disable_sbpf_v0_execution::id(), "Disables execution of SBPFv1 programs SIMD-0161"), - (reenable_sbpf_v0_execution::id(), "Re-enables execution of SBPFv1 programs"), - (enable_sbpf_v1_deployment_and_execution::id(), "Enables deployment and execution of SBPFv1 programs SIMD-0161"), - (enable_sbpf_v2_deployment_and_execution::id(), "Enables deployment and execution of SBPFv2 programs SIMD-0161"), - (enable_sbpf_v3_deployment_and_execution::id(), "Enables deployment and execution of SBPFv3 programs SIMD-0161"), + (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(), "Remove checks of accounts is_executable flag SIMD-0162"), (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"),