Skip to content

Commit

Permalink
Merge pull request #194 from Valdorff/rpip33_errata
Browse files Browse the repository at this point in the history
Changed two guardrail ranges from exclusive of a bound to inclusive. …
  • Loading branch information
htimsk authored May 24, 2024
2 parents 860d1b8 + 34ed2ed commit 19593ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RPIPs/RPIP-33.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ to prevent altering parameters which may result in inoperability of the protocol
| rocketDAOProtocolSettingsNetwork | network.consensus.threshold | uint256 | The number of oDAO members that have to submit for a price/balances update to take affect express as a percentage | >= 51% |
| | network.submit.balances.enabled* | bool | Enables/disables balances submissions | |
| | balance range | uint256 | How much the balance can increase by each interval | |
| | network.submit.balances.frequency | uint256 | How long between network balance submissions | > 1 hour |
| | network.submit.balances.frequency | uint256 | How long between network balance submissions | >= 1 hour |
| | network.submit.prices.enabled | bool | Enables/disables prices submissions | |
| | network.submit.prices.frequency | uint256 | How long between price submissions | |
| | network.node.fee.minimum | uint256 | The node fee minimum | >=5% & <= 20% |
Expand Down Expand Up @@ -393,7 +393,7 @@ to prevent altering parameters which may result in inoperability of the protocol
| | proposal.veto.quorum | uint256 | The amount of voting power vetoing a proposal require to veto it | >= 51% & < 75% |
| | proposal.max.block.age | uint256 | The maximum time in the past (in blocks) a proposal can be submitted for | > 128 blocks & < 7200 blocks |
| | | | | |
| rocketDAOProtocolSettingsSecurity | security.members.quorum | uint256 | Member quorum threshold that must be met for proposals to pass (51%) | >= 51% & < 75% |
| rocketDAOProtocolSettingsSecurity | security.members.quorum | uint256 | Member quorum threshold that must be met for proposals to pass (51%) | >= 51% & <= 75% |
| | security.members.leave.time | uint256 | How long a member must give notice for before manually leaving the security council | < 14 days |
| | security.proposal.vote.time | uint256 | How long a proposal can be voted on | >= 1 day |
| | security.proposal.execute.time | uint256 | How long a proposal can be executed after its voting period is finished. (i.e. a proposal expires and can no longer be executed after `security.proposal.vote.time` + `security.proposal.execute.time`) | >= 1 day |
Expand Down

0 comments on commit 19593ec

Please sign in to comment.