Inflation Nomination for sotcsa (#15105) (#15119)

(cherry picked from commit e908a4b3fc)

Co-authored-by: sotcsa <sotcsa@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-02-04 21:50:13 -08:00
committed by GitHub
parent bfbafcbfd2
commit e4eb6fbd5d

View File

@ -49,6 +49,15 @@ pub mod full_inflation {
} }
} }
pub mod sotcsa {
pub mod vote {
solana_sdk::declare_id!("EgoekfqCYoraFE5ZkiECGQ945Y5rGBXh3n85sQPuR85r");
}
pub mod enable {
solana_sdk::declare_id!("6f8Y2dACzRjM9R9RwiLp9HuAxo43QwtztgHm4BKUGyxU");
}
}
pub mod buburuza { pub mod buburuza {
pub mod vote { pub mod vote {
solana_sdk::declare_id!("4qp2VKAPgmi53N7DkobejdbPgkpP2316mSAZnKaWeDtR"); solana_sdk::declare_id!("4qp2VKAPgmi53N7DkobejdbPgkpP2316mSAZnKaWeDtR");
@ -332,6 +341,8 @@ lazy_static! {
(full_inflation::rockx::vote::id(), "Community vote allowing rockx to enable full inflation"), (full_inflation::rockx::vote::id(), "Community vote allowing rockx to enable full inflation"),
(full_inflation::rockx::enable::id(), "Full inflation enabled by rockx"), (full_inflation::rockx::enable::id(), "Full inflation enabled by rockx"),
/*************** ADD NEW FEATURES HERE ***************/ /*************** ADD NEW FEATURES HERE ***************/
(full_inflation::sotcsa::vote::id(), "community vote allowing sotcsa to enable full inflation"),
(full_inflation::sotcsa::enable::id(), "full inflation enabled by sotcsa"),
] ]
.iter() .iter()
.cloned() .cloned()
@ -362,6 +373,10 @@ lazy_static! {
vote_id: full_inflation::candidate_example::vote::id(), vote_id: full_inflation::candidate_example::vote::id(),
enable_id: full_inflation::candidate_example::enable::id(), enable_id: full_inflation::candidate_example::enable::id(),
}, },
FullInflationFeaturePair {
vote_id: full_inflation::sotcsa::vote::id(),
enable_id: full_inflation::sotcsa::enable::id(),
},
FullInflationFeaturePair { FullInflationFeaturePair {
vote_id: full_inflation::stakeconomy::vote::id(), vote_id: full_inflation::stakeconomy::vote::id(),
enable_id: full_inflation::stakeconomy::enable::id(), enable_id: full_inflation::stakeconomy::enable::id(),