Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pioneer/packages/joy-proposals/src/validationSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/tests/proposals_integration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down