cardano-node-tests
cardano-node-tests copied to clipboard
Governance Thresholds
Check the boundary of each threshold is inclusive(?) and anything less is rejected. Example scenarios where there are 10 pools:
- the pool voting threshold is 1/2 and 5 SPOs vote Yes then the action is ratified
- the pool voting threshold is 5/11 and 5 SPOs vote Yes then the action is not ratified
- [ ] --pool-voting-threshold-motion-no-confidence RATIONAL Acceptance threshold for stake pool votes on motions no confidence.
- [ ] --pool-voting-threshold-committee-normal RATIONAL Acceptance threshold for stake pool votes on normal committee updates.
- [ ] --pool-voting-threshold-committee-no-confidence RATIONAL Acceptance threshold for stake pool votes on committee updates when the committee is in a state of no confidence.
- [ ] --pool-voting-threshold-hard-fork-initiation RATIONAL Acceptance threshold for stake pool votes on hard fork initiations.
- [ ] --drep-voting-threshold-motion-no-confidence RATIONAL Acceptance threshold for DRep votes on motions of no confidence.
- [ ] --drep-voting-threshold-committee-normal RATIONAL Acceptance threshold for DRep votes on normal committee updates.
- [ ] --drep-voting-threshold-committee-no-confidence RATIONAL Acceptance threshold for DRep votes on committee updates when the committee is in a state of no confidence.
- [ ] --drep-voting-threshold-update-to-constitution RATIONAL Acceptance threshold for DRep votes on constitution updates.
- [ ] --drep-voting-threshold-hard-fork-initiation RATIONAL Acceptance threshold for DRep votes on hard fork initiations.
- [ ] --drep-voting-threshold-pp-network-group RATIONAL Acceptance threshold for DRep votes on protocol parameters for parameters in the 'network' group.
- [ ] --drep-voting-threshold-pp-economic-group RATIONAL Acceptance threshold for DRep votes on protocol parameters for parameters in the 'economic' group.
- [ ] --drep-voting-threshold-pp-technical-group RATIONAL Acceptance threshold for DRep votes on protocol parameters for parameters in the 'technical' group.
- [ ] --drep-voting-threshold-pp-governance-group RATIONAL Acceptance threshold for DRep votes on protocol parameters for parameters in the 'governance' group.
- [ ] --drep-voting-threshold-treasury-withdrawal RATIONAL Acceptance threshold for DRep votes on treasury withdrawals.