Browse Source

small fixes

Mokhtar Naamani 4 years ago
parent
commit
4966d555a9

+ 1 - 1
Cargo.lock

@@ -2393,7 +2393,7 @@ dependencies = [
 
 [[package]]
 name = "joystream-node-runtime"
-version = "9.0.0"
+version = "9.1.0"
 dependencies = [
  "frame-benchmarking",
  "frame-executive",

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

@@ -83,7 +83,7 @@ const WG_MINT_CAP_MAX = 5000000;
 // TODO: Discuss the actual values
 const MIN_REWARD_AMOUNT = 1;
 const MAX_REWARD_AMOUNT = 100000;
-const MIN_REWARD_INTERVAL = 600; //1 h
+const MIN_REWARD_INTERVAL = 600; // 1 h
 const MAX_REWARD_INTERVAL = 30 * 14400; // 30 days
 // 3 days margin (voting_period) to prevent FillOpeningInvalidNextPaymentBlock
 // Should we worry that much about it though?

+ 1 - 1
runtime/src/tests/proposals_integration/mod.rs

@@ -609,7 +609,7 @@ fn set_election_parameters_proposal_execution_succeeds() {
             announcing_period: 14400,
             voting_period: 14400,
             revealing_period: 14400,
-            council_size: 4,
+            council_size: 6,
             candidacy_limit: 50,
             new_term_duration: 14400,
             min_council_stake: 1,