From 62ff8f511453e59e4d0bd31858e12939d802e263 Mon Sep 17 00:00:00 2001 From: jelle Date: Thu, 9 Jul 2020 14:24:31 +0200 Subject: [PATCH] update params for definitive setting --- schemesVoteParams/FundingRequestParams.json | 28 +++++++++---------- schemesVoteParams/JoinAndQuitParams.json | 28 +++++++++---------- schemesVoteParams/SchemeFactoryParams.json | 26 ++++++++--------- .../FundingRequestParams.json.txt | 2 +- .../JoinAndQuitParams.json.txt | 2 +- .../SchemeFactoryParams.json.txt | 27 +++++++++--------- 6 files changed, 56 insertions(+), 57 deletions(-) diff --git a/schemesVoteParams/FundingRequestParams.json b/schemesVoteParams/FundingRequestParams.json index c0b42a8..42d4949 100644 --- a/schemesVoteParams/FundingRequestParams.json +++ b/schemesVoteParams/FundingRequestParams.json @@ -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 - } \ No newline at end of file +{ + "boostedVotePeriodLimit": 518400, + "daoBountyConst": 1, + "minimumDaoBounty": 1, + "queuedVotePeriodLimit": 100800, + "queuedVoteRequiredPercentage": 50, + "preBoostedVotePeriodLimit": 3600, + "proposingRepReward": 0, + "quietEndingPeriod": 86400, + "thresholdConst": 1200, + "voteOnBehalf": "0x0000000000000000000000000000000000000000", + "votersReputationLossRatio": 0, + "activationTime": 0 +} \ No newline at end of file diff --git a/schemesVoteParams/JoinAndQuitParams.json b/schemesVoteParams/JoinAndQuitParams.json index c0b42a8..907c94f 100644 --- a/schemesVoteParams/JoinAndQuitParams.json +++ b/schemesVoteParams/JoinAndQuitParams.json @@ -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 - } \ No newline at end of file +{ + "boostedVotePeriodLimit": 72000, + "daoBountyConst": 1, + "minimumDaoBounty": 1, + "queuedVotePeriodLimit": 1209600, + "queuedVoteRequiredPercentage": 50, + "preBoostedVotePeriodLimit": 3600, + "proposingRepReward": 0, + "quietEndingPeriod": 14400, + "thresholdConst": 1200, + "voteOnBehalf": "0x0000000000000000000000000000000000000000", + "votersReputationLossRatio": 0, + "activationTime": 0 +} diff --git a/schemesVoteParams/SchemeFactoryParams.json b/schemesVoteParams/SchemeFactoryParams.json index 24bdc5f..b85c646 100644 --- a/schemesVoteParams/SchemeFactoryParams.json +++ b/schemesVoteParams/SchemeFactoryParams.json @@ -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 - } \ No newline at end of file + "boostedVotePeriodLimit": 518400, + "daoBountyConst": 1, + "minimumDaoBounty": 1, + "queuedVotePeriodLimit": 100800, + "queuedVoteRequiredPercentage": 50, + "preBoostedVotePeriodLimit": 3600, + "proposingRepReward": 0, + "quietEndingPeriod": 86400, + "thresholdConst": 1200, + "voteOnBehalf": "0x0000000000000000000000000000000000000000", + "votersReputationLossRatio": 0, + "activationTime": 0 +} \ No newline at end of file diff --git a/schemesVoteParams4Production/FundingRequestParams.json.txt b/schemesVoteParams4Production/FundingRequestParams.json.txt index f7d1bb2..629d8f4 100644 --- a/schemesVoteParams4Production/FundingRequestParams.json.txt +++ b/schemesVoteParams4Production/FundingRequestParams.json.txt @@ -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? diff --git a/schemesVoteParams4Production/JoinAndQuitParams.json.txt b/schemesVoteParams4Production/JoinAndQuitParams.json.txt index b0e2694..0a62317 100644 --- a/schemesVoteParams4Production/JoinAndQuitParams.json.txt +++ b/schemesVoteParams4Production/JoinAndQuitParams.json.txt @@ -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? diff --git a/schemesVoteParams4Production/SchemeFactoryParams.json.txt b/schemesVoteParams4Production/SchemeFactoryParams.json.txt index 6183538..468ef65 100644 --- a/schemesVoteParams4Production/SchemeFactoryParams.json.txt +++ b/schemesVoteParams4Production/SchemeFactoryParams.json.txt @@ -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" - } \ No newline at end of file + "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 +} \ No newline at end of file