update changelog
This commit is contained in:
parent
c7edb9047c
commit
0fc33bd4eb
1 changed files with 10 additions and 6 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -4,14 +4,18 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0).
|
|||
|
||||
## Unreleased (Candidate for 1.0.0)
|
||||
|
||||
### Fixed
|
||||
|
||||
- The 0 ADA entry in `txInfoF.mint` makes governor validator always fail.(#174)
|
||||
|
||||
Fixed by [#175](ttps://github.com/Liqwid-Labs/agora/pull/175)
|
||||
|
||||
### Modified
|
||||
|
||||
- Workaround `currentProposalTime` always returns `PNothing`, due to the fact
|
||||
that upper bound of `txInfoValidRange` is never closed.
|
||||
|
||||
Fixed by [#177](https://github.com/Liqwid-Labs/agora/pull/177)
|
||||
|
||||
- Fixed governor validator always fail because of the 0 ADA entry in
|
||||
`txInfoF.mint`. (#174)
|
||||
|
||||
Fixed by [#175](https://github.com/Liqwid-Labs/agora/pull/175)
|
||||
|
||||
- Standalone stake redeemers. This allows injecting custom validation logic to
|
||||
the stake validator easily. The behaviour of the default stake validator remains
|
||||
unchanged.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue