Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Ensure we have keys to activate these features (#21669)
Browse files Browse the repository at this point in the history
(cherry picked from commit 45e56c5)

# Conflicts:
#	sdk/src/feature_set.rs
  • Loading branch information
seanyoung authored and mergify-bot committed Dec 7, 2021
1 parent 83e0144 commit 125b92a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sdk/src/feature_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ pub mod demote_program_write_locks {
solana_sdk::declare_id!("3E3jV7v9VcdJL8iYZUMax9DiDno8j7EWUVbhm9RtShj2");
}

<<<<<<< HEAD
pub mod allow_native_ids {
solana_sdk::declare_id!("GVnDbNkECwrzLM7aVBGWpBYo3yH1ACaXB4ottNX8pedZ");
}
Expand All @@ -211,12 +212,27 @@ pub mod check_seed_length {

pub mod fix_write_privs {
solana_sdk::declare_id!("7Tr5C1tdcCeBVD8jxtHYnvjL1DGdFboYBHCJkEFdenBb");
=======
pub mod ed25519_program_enabled {
solana_sdk::declare_id!("6ppMXNYLhVd7GcsZ5uV11wQEW7spppiMVfqQv5SXhDpX");
}

pub mod return_data_syscall_enabled {
solana_sdk::declare_id!("DwScAzPUjuv65TMbDnFY7AgwmotzWy3xpEJMXM3hZFaB");
>>>>>>> 45e56c599 (Ensure we have keys to activate these features (#21669))
}

pub mod reduce_required_deploy_balance {
solana_sdk::declare_id!("EBeznQDjcPG8491sFsKZYBi5S5jTVXMpAKNDJMQPS2kq");
}

<<<<<<< HEAD
=======
pub mod sol_log_data_syscall_enabled {
solana_sdk::declare_id!("6uaHcKPGUy4J7emLBgUTeufhJdiwhngW6a1R9B7c2ob9");
}

>>>>>>> 45e56c599 (Ensure we have keys to activate these features (#21669))
pub mod stakes_remove_delegation_if_inactive {
solana_sdk::declare_id!("HFpdDDNQjvcXnXKec697HDDsyk6tFoWS2o8fkxuhQZpL");
}
Expand Down

0 comments on commit 125b92a

Please sign in to comment.