-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description Breaking updates due to node 8.7.3 release. Initial commit, untested and most likely incomplete. - [x] Docs update - [x] Test all touched scripts --------- Co-authored-by: Greg Beresnev <[email protected]> Co-authored-by: rdlrt <[email protected]>
- Loading branch information
1 parent
9c143dd
commit a7f25c3
Showing
11 changed files
with
392 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,37 @@ | ||
{ | ||
"genDelegs": {} | ||
} | ||
"poolVotingThresholds": { | ||
"pvtCommitteeNormal": 0.51, | ||
"pvtCommitteeNoConfidence": 0.51, | ||
"pvtHardForkInitiation": 0.51, | ||
"pvtMotionNoConfidence": 0.51 | ||
}, | ||
"dRepVotingThresholds": { | ||
"dvtMotionNoConfidence": 0.51, | ||
"dvtCommitteeNormal": 0.51, | ||
"dvtCommitteeNoConfidence": 0.51, | ||
"dvtUpdateToConstitution": 0.51, | ||
"dvtHardForkInitiation": 0.51, | ||
"dvtPPNetworkGroup": 0.51, | ||
"dvtPPEconomicGroup": 0.51, | ||
"dvtPPTechnicalGroup": 0.51, | ||
"dvtPPGovGroup": 0.51, | ||
"dvtTreasuryWithdrawal": 0.51 | ||
}, | ||
"committeeMinSize": 0, | ||
"committeeMaxTermLength": 200, | ||
"govActionLifetime": 10, | ||
"govActionDeposit": 1000000000, | ||
"dRepDeposit": 2000000, | ||
"dRepActivity": 20, | ||
"constitution": { | ||
"anchor": { | ||
"url": "", | ||
"dataHash": "0000000000000000000000000000000000000000000000000000000000000000" | ||
} | ||
}, | ||
"committee": { | ||
"members": { | ||
}, | ||
"quorum": 0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.