programs/config: Disallow duplicate signers
This commit is contained in:
@@ -150,6 +150,10 @@ pub mod memory_ops_syscalls {
|
||||
solana_sdk::declare_id!("ENQi37wsVhTvFz2gUiZAAbqFEWGN2jwFsqdEDTE8A4MU");
|
||||
}
|
||||
|
||||
pub mod dedupe_config_program_signers {
|
||||
solana_sdk::declare_id!("8kEuAshXLsgkUEdcFVLqrjCGGHVWFW99ZZpxvAzzMtBp");
|
||||
}
|
||||
|
||||
lazy_static! {
|
||||
/// Map of feature identifiers to user-visible description
|
||||
pub static ref FEATURE_NAMES: HashMap<Pubkey, &'static str> = [
|
||||
@@ -186,6 +190,7 @@ lazy_static! {
|
||||
(stake_program_v4::id(), "solana_stake_program v4"),
|
||||
(system_transfer_zero_check::id(), "perform all checks for transfers of 0 lamports"),
|
||||
(memory_ops_syscalls::id(), "add syscalls for memory operations"),
|
||||
(dedupe_config_program_signers::id(), "dedupe config program signers"),
|
||||
/*************** ADD NEW FEATURES HERE ***************/
|
||||
]
|
||||
.iter()
|
||||
|
Reference in New Issue
Block a user