Skip to content

Commit

Permalink
update params for definitive setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jellegerbrandy committed Jul 9, 2020
1 parent 87f6805 commit 62ff8f5
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 57 deletions.
28 changes: 14 additions & 14 deletions schemesVoteParams/FundingRequestParams.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"boostedVotePeriodLimit": 300000,
"daoBountyConst": 10,
"minimumDaoBounty": 100,
"queuedVotePeriodLimit": 1800,
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 6000,
"proposingRepReward": 0,
"quietEndingPeriod": 300,
"thresholdConst": 2000,
"voteOnBehalf": "0x0000000000000000000000000000000000000000",
"votersReputationLossRatio": 0,
"activationTime": 0
}
{
"boostedVotePeriodLimit": 518400,
"daoBountyConst": 1,
"minimumDaoBounty": 1,
"queuedVotePeriodLimit": 100800,
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 3600,
"proposingRepReward": 0,
"quietEndingPeriod": 86400,
"thresholdConst": 1200,
"voteOnBehalf": "0x0000000000000000000000000000000000000000",
"votersReputationLossRatio": 0,
"activationTime": 0
}
28 changes: 14 additions & 14 deletions schemesVoteParams/JoinAndQuitParams.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"boostedVotePeriodLimit": 300000,
"daoBountyConst": 10,
"minimumDaoBounty": 100,
"queuedVotePeriodLimit": 1800,
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 6000,
"proposingRepReward": 0,
"quietEndingPeriod": 300,
"thresholdConst": 2000,
"voteOnBehalf": "0x0000000000000000000000000000000000000000",
"votersReputationLossRatio": 0,
"activationTime": 0
}
{
"boostedVotePeriodLimit": 72000,
"daoBountyConst": 1,
"minimumDaoBounty": 1,
"queuedVotePeriodLimit": 1209600,
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 3600,
"proposingRepReward": 0,
"quietEndingPeriod": 14400,
"thresholdConst": 1200,
"voteOnBehalf": "0x0000000000000000000000000000000000000000",
"votersReputationLossRatio": 0,
"activationTime": 0
}
26 changes: 13 additions & 13 deletions schemesVoteParams/SchemeFactoryParams.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"boostedVotePeriodLimit": 600,
"daoBountyConst": 10,
"minimumDaoBounty": 100,
"queuedVotePeriodLimit": 1800,
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 600,
"proposingRepReward": 0,
"quietEndingPeriod": 300,
"thresholdConst": 2000,
"voteOnBehalf": "0x0000000000000000000000000000000000000000",
"votersReputationLossRatio": 0,
"activationTime": 0
}
"boostedVotePeriodLimit": 518400,
"daoBountyConst": 1,
"minimumDaoBounty": 1,
"queuedVotePeriodLimit": 100800,
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 3600,
"proposingRepReward": 0,
"quietEndingPeriod": 86400,
"thresholdConst": 1200,
"voteOnBehalf": "0x0000000000000000000000000000000000000000",
"votersReputationLossRatio": 0,
"activationTime": 0
}
2 changes: 1 addition & 1 deletion schemesVoteParams4Production/FundingRequestParams.json.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minimumDaoBounty": 1, // (the contract does not allow 0)
"queuedVotePeriodLimit": 100800, // the proposal expires in 4 weeks
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 0, // no preboosted state at all
"preBoostedVotePeriodLimit": 3600,
"proposingRepReward": 0, // no rep flow
"quietEndingPeriod": 86400, // 1 day
"thresholdConst": 1200, // ?? what is a good setting here?
Expand Down
2 changes: 1 addition & 1 deletion schemesVoteParams4Production/JoinAndQuitParams.json.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minimumDaoBounty": 1, // (the contract does not allow 0)
"queuedVotePeriodLimit": 1209600, // proposals expire in 2 weeks
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 0, // no preboosted state at all (can we do this?)
"preBoostedVotePeriodLimit": 3600,
"proposingRepReward": 0, // no rep flow
"quietEndingPeriod": 14400, // 4 hours
"thresholdConst": 1200, // ?? what is a good setting here?
Expand Down
27 changes: 13 additions & 14 deletions schemesVoteParams4Production/SchemeFactoryParams.json.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"boostedVotePeriodLimit": 600,
"daoBountyConst": 10,
"minimumDaoBounty": 100,
"queuedVotePeriodLimit": 1800,
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 600,
"proposingRepReward": 5,
"quietEndingPeriod": 300,
"thresholdConst": 2000,
"voteOnBehalf": "0x0000000000000000000000000000000000000000",
"votersReputationLossRatio": 1,
"activationTime": 0,
"paramsHash": "0x62f2af6100a7374bcea52cbc2b654eb4dce056d52ea41eda08aea55e1a871ee2"
}
"boostedVotePeriodLimit": 518400, // is 6 days
"daoBountyConst": 1, // absolutely minimal dowstake (would be nice if we could turn this off)
"minimumDaoBounty": 1, // (the contract does not allow 0)
"queuedVotePeriodLimit": 100800, // the proposal expires in 4 weeks
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 3600,
"proposingRepReward": 0, // no rep flow
"quietEndingPeriod": 86400, // 1 day
"thresholdConst": 1200, // ?? what is a good setting here?
"voteOnBehalf": "0x0000000000000000000000000000000000000000",
"votersReputationLossRatio": 0,
"activationTime": 0
}

0 comments on commit 62ff8f5

Please sign in to comment.