2020-09-21 22:36:23 -07:00
|
|
|
use lazy_static::lazy_static;
|
2020-09-21 14:03:35 -07:00
|
|
|
use solana_sdk::{
|
2020-10-28 20:34:19 -06:00
|
|
|
clock::Slot,
|
2020-09-21 14:03:35 -07:00
|
|
|
hash::{Hash, Hasher},
|
|
|
|
pubkey::Pubkey,
|
|
|
|
};
|
2020-09-21 22:36:23 -07:00
|
|
|
use std::collections::{HashMap, HashSet};
|
|
|
|
|
|
|
|
pub mod instructions_sysvar_enabled {
|
|
|
|
solana_sdk::declare_id!("EnvhHCLvg55P7PDtbvR1NwuTuAeodqpusV3MR5QEK8gs");
|
|
|
|
}
|
|
|
|
|
|
|
|
pub mod secp256k1_program_enabled {
|
|
|
|
solana_sdk::declare_id!("E3PHP7w8kB7np3CTQ1qQ2tW3KCtjRSXBQgW9vM2mWv2Y");
|
|
|
|
}
|
|
|
|
|
2020-09-23 22:34:00 -07:00
|
|
|
pub mod consistent_recent_blockhashes_sysvar {
|
|
|
|
solana_sdk::declare_id!("3h1BQWPDS5veRsq6mDBWruEpgPxRJkfwGexg5iiQ9mYg");
|
|
|
|
}
|
|
|
|
|
2020-11-24 10:22:31 -07:00
|
|
|
pub mod deprecate_rewards_sysvar {
|
|
|
|
solana_sdk::declare_id!("GaBtBJvmS4Arjj5W1NmFcyvPjsHN38UGYDq2MDwbs9Qu");
|
|
|
|
}
|
|
|
|
|
2020-09-25 16:19:03 -07:00
|
|
|
pub mod pico_inflation {
|
2020-11-20 09:54:41 -07:00
|
|
|
solana_sdk::declare_id!("4RWNif6C2WCNiKVW7otP4G7dkmkHGyKQWRpuZ1pxKU5m");
|
2020-09-25 16:19:03 -07:00
|
|
|
}
|
|
|
|
|
2020-11-20 09:54:41 -07:00
|
|
|
pub mod full_inflation {
|
2021-01-20 11:54:13 -08:00
|
|
|
pub mod devnet_and_testnet {
|
|
|
|
solana_sdk::declare_id!("DT4n6ABDqs6w4bnfwrXT9rsprcPf6cdDga1egctaPkLC");
|
|
|
|
}
|
|
|
|
|
2021-02-10 12:31:44 -08:00
|
|
|
pub mod mainnet {
|
|
|
|
pub mod certusone {
|
|
|
|
pub mod vote {
|
|
|
|
solana_sdk::declare_id!("BzBBveUDymEYoYzcMWNQCx3cd4jQs7puaVFHLtsbB6fm");
|
|
|
|
}
|
|
|
|
pub mod enable {
|
|
|
|
solana_sdk::declare_id!("7XRJcS5Ud5vxGB54JbK9N2vBZVwnwdBNeJW1ibRgD9gx");
|
|
|
|
}
|
2021-02-05 08:46:09 -08:00
|
|
|
}
|
|
|
|
}
|
2020-10-08 17:35:48 -07:00
|
|
|
}
|
|
|
|
|
2020-09-24 10:10:27 -07:00
|
|
|
pub mod spl_token_v2_multisig_fix {
|
|
|
|
solana_sdk::declare_id!("E5JiFDQCwyC6QfT9REFyMpfK2mHcmv1GUDySU1Ue7TYv");
|
|
|
|
}
|
|
|
|
|
2020-10-01 11:59:28 +09:00
|
|
|
pub mod no_overflow_rent_distribution {
|
|
|
|
solana_sdk::declare_id!("4kpdyrcj5jS47CZb2oJGfVxjYbsMm2Kx97gFyZrxxwXz");
|
|
|
|
}
|
|
|
|
|
2020-10-06 23:52:13 -07:00
|
|
|
pub mod ristretto_mul_syscall_enabled {
|
|
|
|
solana_sdk::declare_id!("HRe7A6aoxgjKzdjbBv6HTy7tJ4YWqE6tVmYCGho6S9Aq");
|
|
|
|
}
|
|
|
|
|
2020-10-15 20:54:21 +00:00
|
|
|
pub mod pull_request_ping_pong_check {
|
|
|
|
solana_sdk::declare_id!("5RzEHTnf6D7JPZCvwEzjM19kzBsyjSU3HoMfXaQmVgnZ");
|
|
|
|
}
|
|
|
|
|
2020-11-06 01:08:11 -07:00
|
|
|
pub mod stake_program_v2 {
|
|
|
|
solana_sdk::declare_id!("Gvd9gGJZDHGMNf1b3jkxrfBQSR5etrfTQSBNKCvLSFJN");
|
|
|
|
}
|
|
|
|
|
2020-11-20 05:15:06 +09:00
|
|
|
pub mod rewrite_stake {
|
|
|
|
solana_sdk::declare_id!("6ap2eGy7wx5JmsWUmQ5sHwEWrFSDUxSti2k5Hbfv5BZG");
|
|
|
|
}
|
|
|
|
|
2020-12-11 12:21:25 -07:00
|
|
|
pub mod filter_stake_delegation_accounts {
|
|
|
|
solana_sdk::declare_id!("GE7fRxmW46K6EmCD9AMZSbnaJ2e3LfqCZzdHi9hmYAgi");
|
|
|
|
}
|
|
|
|
|
2020-12-14 21:03:24 +09:00
|
|
|
pub mod simple_capitalization {
|
|
|
|
solana_sdk::declare_id!("9r69RnnxABmpcPFfj1yhg4n9YFR2MNaLdKJCC6v3Speb");
|
|
|
|
}
|
|
|
|
|
2020-12-14 15:35:10 -08:00
|
|
|
pub mod bpf_loader_upgradeable_program {
|
|
|
|
solana_sdk::declare_id!("FbhK8HN9qvNHvJcoFVHAEUCNkagHvu7DTWzdnLuVQ5u4");
|
|
|
|
}
|
|
|
|
|
2020-12-22 11:20:38 -07:00
|
|
|
pub mod stake_program_v3 {
|
|
|
|
solana_sdk::declare_id!("Ego6nTu7WsBcZBvVqJQKp6Yku2N3mrfG8oYCfaLZkAeK");
|
|
|
|
}
|
|
|
|
|
2021-01-19 04:16:19 +00:00
|
|
|
pub mod turbine_retransmit_peers_patch {
|
|
|
|
solana_sdk::declare_id!("5Lu3JnWSFwRYpXzwDMkanWSk6XqSuF2i5fpnVhzB5CTc");
|
|
|
|
}
|
|
|
|
|
2021-02-05 22:40:07 -08:00
|
|
|
pub mod require_custodian_for_locked_stake_authorize {
|
|
|
|
solana_sdk::declare_id!("D4jsDcXaqdW8tDAWn8H4R25Cdns2YwLneujSL1zvjW6R");
|
|
|
|
}
|
|
|
|
|
2021-01-28 18:43:52 -07:00
|
|
|
pub mod spl_token_v2_self_transfer_fix {
|
|
|
|
solana_sdk::declare_id!("BL99GYhdjjcv6ys22C9wPgn2aTVERDbPHHo4NbS3hgp7");
|
|
|
|
}
|
|
|
|
|
2021-02-09 15:49:00 -07:00
|
|
|
pub mod warp_timestamp_again {
|
|
|
|
solana_sdk::declare_id!("GvDsGDkH5gyzwpDhxNixx8vtx1kwYHH13RiNAPw27zXb");
|
|
|
|
}
|
|
|
|
|
2021-02-24 10:00:48 -07:00
|
|
|
pub mod check_init_vote_data {
|
|
|
|
solana_sdk::declare_id!("3ccR6QpxGYsAbWyfevEtBNGfWV4xBffxRj2tD6A9i39F");
|
|
|
|
}
|
|
|
|
|
2021-02-26 14:21:34 -08:00
|
|
|
pub mod check_program_owner {
|
|
|
|
solana_sdk::declare_id!("5XnbR5Es9YXEARRuP6mdvoxiW3hx5atNNeBmwVd8P3QD");
|
|
|
|
}
|
|
|
|
|
2020-09-21 22:36:23 -07:00
|
|
|
lazy_static! {
|
2020-09-24 00:22:49 -07:00
|
|
|
/// Map of feature identifiers to user-visible description
|
2020-09-21 22:36:23 -07:00
|
|
|
pub static ref FEATURE_NAMES: HashMap<Pubkey, &'static str> = [
|
|
|
|
(instructions_sysvar_enabled::id(), "instructions sysvar"),
|
2020-09-23 22:34:00 -07:00
|
|
|
(secp256k1_program_enabled::id(), "secp256k1 program"),
|
|
|
|
(consistent_recent_blockhashes_sysvar::id(), "consistent recentblockhashes sysvar"),
|
2020-11-24 10:22:31 -07:00
|
|
|
(deprecate_rewards_sysvar::id(), "deprecate unused rewards sysvar"),
|
2021-01-20 11:54:13 -08:00
|
|
|
(pico_inflation::id(), "pico inflation"),
|
|
|
|
(full_inflation::devnet_and_testnet::id(), "full inflation on devnet and testnet"),
|
2020-09-24 10:10:27 -07:00
|
|
|
(spl_token_v2_multisig_fix::id(), "spl-token multisig fix"),
|
2020-10-01 11:59:28 +09:00
|
|
|
(no_overflow_rent_distribution::id(), "no overflow rent distribution"),
|
2020-10-06 23:52:13 -07:00
|
|
|
(ristretto_mul_syscall_enabled::id(), "ristretto multiply syscall"),
|
2020-10-15 20:54:21 +00:00
|
|
|
(pull_request_ping_pong_check::id(), "ping-pong packet check #12794"),
|
2020-11-06 01:08:11 -07:00
|
|
|
(stake_program_v2::id(), "solana_stake_program v2"),
|
2020-11-20 05:15:06 +09:00
|
|
|
(rewrite_stake::id(), "rewrite stake"),
|
2020-12-11 12:21:25 -07:00
|
|
|
(filter_stake_delegation_accounts::id(), "filter stake_delegation_accounts #14062"),
|
2020-12-14 21:03:24 +09:00
|
|
|
(simple_capitalization::id(), "simple capitalization"),
|
2020-12-14 15:35:10 -08:00
|
|
|
(bpf_loader_upgradeable_program::id(), "upgradeable bpf loader"),
|
2020-12-22 11:20:38 -07:00
|
|
|
(stake_program_v3::id(), "solana_stake_program v3"),
|
2021-01-19 04:16:19 +00:00
|
|
|
(turbine_retransmit_peers_patch::id(), "turbine retransmit peers patch #14631"),
|
2021-02-05 22:40:07 -08:00
|
|
|
(require_custodian_for_locked_stake_authorize::id(), "require custodian to authorize withdrawer change for locked stake"),
|
2021-01-28 18:43:52 -07:00
|
|
|
(spl_token_v2_self_transfer_fix::id(), "spl-token self-transfer fix"),
|
2021-02-10 12:31:44 -08:00
|
|
|
(full_inflation::mainnet::certusone::enable::id(), "Full inflation enabled by Certus One"),
|
|
|
|
(full_inflation::mainnet::certusone::vote::id(), "Community vote allowing Certus One to enable full inflation"),
|
2021-02-09 15:49:00 -07:00
|
|
|
(warp_timestamp_again::id(), "warp timestamp again, adjust bounding to 25% fast 80% slow #15204"),
|
2021-02-26 14:21:34 -08:00
|
|
|
(check_init_vote_data::id(), "check initialized Vote data"),
|
|
|
|
(check_program_owner::id(), "limit programs to operating on accounts owned by itself")
|
2020-09-21 22:36:23 -07:00
|
|
|
/*************** ADD NEW FEATURES HERE ***************/
|
|
|
|
]
|
|
|
|
.iter()
|
|
|
|
.cloned()
|
|
|
|
.collect();
|
|
|
|
|
2020-09-24 00:22:49 -07:00
|
|
|
/// Unique identifier of the current software's feature set
|
|
|
|
pub static ref ID: Hash = {
|
2020-09-21 22:36:23 -07:00
|
|
|
let mut hasher = Hasher::default();
|
|
|
|
let mut feature_ids = FEATURE_NAMES.keys().collect::<Vec<_>>();
|
|
|
|
feature_ids.sort();
|
|
|
|
for feature in feature_ids {
|
|
|
|
hasher.hash(feature.as_ref());
|
|
|
|
}
|
|
|
|
hasher.result()
|
|
|
|
};
|
|
|
|
}
|
2020-09-21 14:03:35 -07:00
|
|
|
|
2021-01-20 11:54:13 -08:00
|
|
|
#[derive(Clone, PartialEq, Eq, Hash)]
|
|
|
|
pub struct FullInflationFeaturePair {
|
|
|
|
pub vote_id: Pubkey, // Feature that grants the candidate the ability to enable full inflation
|
|
|
|
pub enable_id: Pubkey, // Feature to enable full inflation by the candidate
|
|
|
|
}
|
|
|
|
|
|
|
|
lazy_static! {
|
|
|
|
/// Set of feature pairs that once enabled will trigger full inflation
|
|
|
|
pub static ref FULL_INFLATION_FEATURE_PAIRS: HashSet<FullInflationFeaturePair> = [
|
|
|
|
FullInflationFeaturePair {
|
2021-02-10 12:31:44 -08:00
|
|
|
vote_id: full_inflation::mainnet::certusone::vote::id(),
|
|
|
|
enable_id: full_inflation::mainnet::certusone::enable::id(),
|
2021-02-05 08:46:09 -08:00
|
|
|
},
|
2021-01-20 11:54:13 -08:00
|
|
|
]
|
|
|
|
.iter()
|
|
|
|
.cloned()
|
|
|
|
.collect();
|
|
|
|
}
|
|
|
|
|
2020-09-24 00:22:49 -07:00
|
|
|
/// `FeatureSet` holds the set of currently active/inactive runtime features
|
2020-10-21 01:05:45 +09:00
|
|
|
#[derive(AbiExample, Debug, Clone)]
|
2020-09-21 14:03:35 -07:00
|
|
|
pub struct FeatureSet {
|
2020-10-28 20:34:19 -06:00
|
|
|
pub active: HashMap<Pubkey, Slot>,
|
2020-09-21 14:03:35 -07:00
|
|
|
pub inactive: HashSet<Pubkey>,
|
|
|
|
}
|
|
|
|
impl Default for FeatureSet {
|
|
|
|
fn default() -> Self {
|
2020-09-24 00:22:49 -07:00
|
|
|
// All features disabled
|
2020-09-21 14:03:35 -07:00
|
|
|
Self {
|
2020-10-28 20:34:19 -06:00
|
|
|
active: HashMap::new(),
|
2020-09-21 22:36:23 -07:00
|
|
|
inactive: FEATURE_NAMES.keys().cloned().collect(),
|
2020-09-21 14:03:35 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-09-29 20:18:28 -07:00
|
|
|
impl FeatureSet {
|
|
|
|
pub fn is_active(&self, feature_id: &Pubkey) -> bool {
|
2020-10-28 20:34:19 -06:00
|
|
|
self.active.contains_key(feature_id)
|
|
|
|
}
|
|
|
|
|
|
|
|
pub fn activated_slot(&self, feature_id: &Pubkey) -> Option<Slot> {
|
|
|
|
self.active.get(feature_id).copied()
|
2020-09-29 20:18:28 -07:00
|
|
|
}
|
2020-10-21 22:19:25 +09:00
|
|
|
|
2021-01-20 11:54:13 -08:00
|
|
|
/// List of enabled features that trigger full inflation
|
|
|
|
pub fn full_inflation_features_enabled(&self) -> HashSet<Pubkey> {
|
|
|
|
let mut hash_set = FULL_INFLATION_FEATURE_PAIRS
|
|
|
|
.iter()
|
|
|
|
.filter_map(|pair| {
|
|
|
|
if self.is_active(&pair.vote_id) && self.is_active(&pair.enable_id) {
|
|
|
|
Some(pair.enable_id)
|
|
|
|
} else {
|
|
|
|
None
|
|
|
|
}
|
|
|
|
})
|
|
|
|
.collect::<HashSet<_>>();
|
|
|
|
|
|
|
|
if self.is_active(&full_inflation::devnet_and_testnet::id()) {
|
|
|
|
hash_set.insert(full_inflation::devnet_and_testnet::id());
|
|
|
|
}
|
|
|
|
hash_set
|
|
|
|
}
|
|
|
|
|
2020-09-29 20:18:28 -07:00
|
|
|
/// All features enabled, useful for testing
|
|
|
|
pub fn all_enabled() -> Self {
|
|
|
|
Self {
|
2020-10-28 20:34:19 -06:00
|
|
|
active: FEATURE_NAMES.keys().cloned().map(|key| (key, 0)).collect(),
|
2020-09-29 20:18:28 -07:00
|
|
|
inactive: HashSet::new(),
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-01-20 11:54:13 -08:00
|
|
|
|
|
|
|
#[cfg(test)]
|
|
|
|
mod test {
|
|
|
|
use super::*;
|
|
|
|
|
|
|
|
#[test]
|
|
|
|
fn test_full_inflation_features_enabled_devnet_and_testnet() {
|
|
|
|
let mut feature_set = FeatureSet::default();
|
|
|
|
assert!(feature_set.full_inflation_features_enabled().is_empty());
|
|
|
|
feature_set
|
|
|
|
.active
|
|
|
|
.insert(full_inflation::devnet_and_testnet::id(), 42);
|
|
|
|
assert_eq!(
|
|
|
|
feature_set.full_inflation_features_enabled(),
|
|
|
|
[full_inflation::devnet_and_testnet::id()]
|
|
|
|
.iter()
|
|
|
|
.cloned()
|
|
|
|
.collect()
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
#[test]
|
|
|
|
fn test_full_inflation_features_enabled() {
|
|
|
|
// Normal sequence: vote_id then enable_id
|
|
|
|
let mut feature_set = FeatureSet::default();
|
|
|
|
assert!(feature_set.full_inflation_features_enabled().is_empty());
|
|
|
|
feature_set
|
|
|
|
.active
|
2021-02-10 12:31:44 -08:00
|
|
|
.insert(full_inflation::mainnet::certusone::vote::id(), 42);
|
2021-01-20 11:54:13 -08:00
|
|
|
assert!(feature_set.full_inflation_features_enabled().is_empty());
|
|
|
|
feature_set
|
|
|
|
.active
|
2021-02-10 12:31:44 -08:00
|
|
|
.insert(full_inflation::mainnet::certusone::enable::id(), 42);
|
2021-01-20 11:54:13 -08:00
|
|
|
assert_eq!(
|
|
|
|
feature_set.full_inflation_features_enabled(),
|
2021-02-10 12:31:44 -08:00
|
|
|
[full_inflation::mainnet::certusone::enable::id()]
|
2021-01-20 11:54:13 -08:00
|
|
|
.iter()
|
|
|
|
.cloned()
|
|
|
|
.collect()
|
|
|
|
);
|
|
|
|
|
|
|
|
// Backwards sequence: enable_id and then vote_id
|
|
|
|
let mut feature_set = FeatureSet::default();
|
|
|
|
assert!(feature_set.full_inflation_features_enabled().is_empty());
|
|
|
|
feature_set
|
|
|
|
.active
|
2021-02-10 12:31:44 -08:00
|
|
|
.insert(full_inflation::mainnet::certusone::enable::id(), 42);
|
2021-01-20 11:54:13 -08:00
|
|
|
assert!(feature_set.full_inflation_features_enabled().is_empty());
|
|
|
|
feature_set
|
|
|
|
.active
|
2021-02-10 12:31:44 -08:00
|
|
|
.insert(full_inflation::mainnet::certusone::vote::id(), 42);
|
2021-01-20 11:54:13 -08:00
|
|
|
assert_eq!(
|
|
|
|
feature_set.full_inflation_features_enabled(),
|
2021-02-10 12:31:44 -08:00
|
|
|
[full_inflation::mainnet::certusone::enable::id()]
|
2021-01-20 11:54:13 -08:00
|
|
|
.iter()
|
|
|
|
.cloned()
|
|
|
|
.collect()
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|