From 9b3c6821342e53f08bc7ed98241aef629b1ee5bf Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 3 Feb 2021 09:13:16 -0800 Subject: [PATCH] Reorder features to be consistent with v1.5 --- sdk/src/feature_set.rs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sdk/src/feature_set.rs b/sdk/src/feature_set.rs index 932b35bb6f..9d261fe9d4 100644 --- a/sdk/src/feature_set.rs +++ b/sdk/src/feature_set.rs @@ -259,17 +259,17 @@ lazy_static! { (rewrite_stake::id(), "rewrite stake"), (filter_stake_delegation_accounts::id(), "filter stake_delegation_accounts #14062"), (simple_capitalization::id(), "simple capitalization"), - (stake_program_v3::id(), "solana_stake_program v3"), (bpf_loader_upgradeable_program::id(), "upgradeable bpf loader"), (try_find_program_address_syscall_enabled::id(), "add try_find_program_address syscall"), - (max_cpi_instruction_size_ipv6_mtu::id(), "Max cross-program invocation size 1280"), - (limit_cpi_loader_invoke::id(), "Loader not authorized via CPI"), - (use_loaded_program_accounts::id(), "Use loaded program accounts"), - (abort_on_all_cpi_failures::id(), "Abort on all CPI failures"), - (warp_timestamp::id(), "warp timestamp to current, adjust bounding to 50% #14532"), + (warp_timestamp::id(), "warp timestamp to current, adjust bounding to 50% #14210 & #14531"), + (stake_program_v3::id(), "solana_stake_program v3"), + (max_cpi_instruction_size_ipv6_mtu::id(), "max cross-program invocation size 1280"), + (limit_cpi_loader_invoke::id(), "loader not authorized via CPI"), + (use_loaded_program_accounts::id(), "use loaded program accounts"), + (abort_on_all_cpi_failures::id(), "abort on all CPI failures"), (use_loaded_executables::id(), "use loaded executable accounts"), (turbine_retransmit_peers_patch::id(), "turbine retransmit peers patch #14631"), - (prevent_upgrade_and_invoke::id(), "Prevent upgrade and invoke in same tx batch"), + (prevent_upgrade_and_invoke::id(), "prevent upgrade and invoke in same tx batch"), (full_inflation::candidate_example::vote::id(), "Community vote allowing candidate_example to enable full inflation"), (full_inflation::candidate_example::enable::id(), "Full inflation enabled by candidate_example"), (track_writable_deescalation::id(), "track account writable deescalation"),