Skip to content

Commit

Permalink
Add CHANGELOG and CODEOWNERS (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatisRT authored Jul 4, 2024
1 parent 1899d93 commit c716310
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Changelog

## Conway spec

### WIP

- Rename `ccTermLimit` to `ccMaxTermLength`
- Add `Vote` and `Propose` script purposes
- Well-formed parameter updates can't be empty
- Add reward withdrawal restriction
- Add `pvCanFollow` check to `GOV` STS
- Fix treasury withdrawals
- Add `policy` field to `GovProposal`
- Add `Voter` type and use it for `ScriptPurpose`
- Add `minFeeRefScriptCoinsPerByte` protocol parameter
- Add security-relevant parameters
- Require reference inputs to be disjoint from regular inputs
- Fix CC expiration not being considered for `ccMinSize` check
- Replace `allEnactable` with `hasParent` in `GOV`
- Add `curTreasury` field to transactions
- Compute the voting stake distribution

### V0.9

- Add proposal deposits
- Add proposal policy (which would become the guardrails script)
- Cold keys are now cold credentials
- Fix: governance actions were removed immediately, now delayed by one epoch
- Increment DRep activity in epochs where there was no GA to vote on
- Only allow votes for GAs that actually apply
- CC rejects every proposal when below `minCCSize`
- Fix that `RATIFY` wasn't total
- Properly implement treasury withdrawals
- Remove unused hot credentials at the epoch boundary
- Implement proper vote counting for SPOs
- Fix some protocol parameter names
- Check that `NewCommittee` actions are sensible when they are proposed
- Fix: treasury withdrawals were included in the wrong map

### V0.8

First draft
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
. @whatisRT

0 comments on commit c716310

Please sign in to comment.