Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG #576

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ to the issue. -->
# Checklist

- [ ] Commit sequence broadly makes sense and commits have useful messages
- [ ] Any semantic changes to the specifications are documented in `CHANGELOG.md`
- [ ] Code is formatted according to [CONTRIBUTING.md](https://github.com/input-output-hk/formal-ledger-specifications/blob/master/CONTRIBUTING.md)
- [ ] Self-reviewed the diff
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
- Add `curTreasury` field to transactions
- Compute the voting stake distribution
- Add deposit amount to `dereg` certificate
- Fix CC threshold being incorrect in the case of no-confidence
- Change logic of `RATIFY` to reject proposals properly
- Fix total voting stake computation
- Fix that `ccMinSize` was not respected with an empty CC
- Add deposit amount to `deregdrep`
- Withdrawal gate triggers only for `KeyHashObj`
- Add missing `NetworkID` checks
- Ratify GAs in the correct order
- Only consider matching GAs in `hasParent`
- Fix `ccMinSize` check not properly accounting for double delegations

### V0.9

Expand Down
Loading