Browse Source

Merge branch 'runtime/increase-max-wg-mint-capacity' into giza_staging_update_max_mint_capacity

Mokhtar Naamani 3 years ago
parent
commit
3d7f8d162d

+ 1 - 1
pioneer/packages/joy-proposals/src/validationSchema.ts

@@ -77,7 +77,7 @@ const LEAVE_ROLE_UNSTAKING_MAX = 14 * 14400; // 14 days
 // Set Working Group Mint Capacity
 // TODO: Discuss the actual values
 const WG_MINT_CAP_MIN = 0;
-const WG_MINT_CAP_MAX = 5000000;
+const WG_MINT_CAP_MAX = 50000000;
 
 // Fill Working Group Leader Opening / Set Working Group Lead Reward
 // TODO: Discuss the actual values

+ 1 - 1
runtime-modules/proposals/codex/src/lib.rs

@@ -81,7 +81,7 @@ pub use crate::proposal_types::{
 pub use proposal_types::{ProposalDetails, ProposalDetailsOf, ProposalEncoder};
 
 // 'Set working group mint capacity' proposal limit
-const WORKING_GROUP_MINT_CAPACITY_MAX_VALUE: u32 = 5_000_000;
+const WORKING_GROUP_MINT_CAPACITY_MAX_VALUE: u32 = 50_000_000;
 // Max allowed value for 'spending' proposal
 const MAX_SPENDING_PROPOSAL_VALUE: u32 = 50_000_000_u32;
 // Max validator count for the 'set validator count' proposal

+ 3 - 0
runtime/CHANGELOG.md

@@ -1,3 +1,6 @@
+### Version 9.9.0 - Sumer - upgrade
+- Increase the max allowed working group mint capacity that can be set by council via proposals
+
 ### Version 9.7.0 - Sumer - runtime upgrade - May 27 2021
 - Introduced new content pallet the new content directory
 - Improved data_directory pallet