update changelog

This commit is contained in:
Hongrui Fang 2022-10-28 21:23:35 +08:00
parent 79ed5c6ca6
commit b3dd152915
No known key found for this signature in database
GPG key ID: F10AB2CCE24113DD

View file

@ -6,10 +6,16 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0).
### Modified
- Fix an exploit that allows arbitrary amount of SSTs to be minted. The attack is
very similar to the GAT one. See also the discussion in
[#202](https://github.com/Liqwid-Labs/agora/pull/202).
Included by [#203](https://github.com/Liqwid-Labs/agora/pull/203)
- Fix an exploit that allows burning `m` legitimate GATs from faulty effect
validators to mint `n` (`n` < `m`) illegitimate GAT.
Included by [#202](https://github.com/Liqwid-Labs/agora/pull/202)
Included by [#203](https://github.com/Liqwid-Labs/agora/pull/203)
- Fix several vulnerabilities and bugs found in both staking and proposal components.