From 7d0f1fe93d73c6c28754553330f426fcfb74ad27 Mon Sep 17 00:00:00 2001 From: Herr Seppia Date: Wed, 17 Jan 2024 11:15:12 +0100 Subject: [PATCH] rusk: update `CHANGELOG.md` --- rusk/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/rusk/CHANGELOG.md b/rusk/CHANGELOG.md index 554869b2b9..62cae6c435 100644 --- a/rusk/CHANGELOG.md +++ b/rusk/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Add iterators generator to FailedIterations [#1257] + +### Changed + +- Change rusk::provisioners to filter out slashed stakes [#1257] +- Change block processing to slash failed iterations provisioner [#1257] +- Change FailedIterations to include only nil quorum certificates [#1257] + +### Removed + +- Remove allowlist [#1257] + ## [0.7.0] - 2023-12-31 ### Added @@ -173,6 +187,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add linking between Rusk and Protobuff structs - Add build system that generates keys for circuits and caches them. +[#1257]: https://github.com/dusk-network/rusk/issues/1257 [#1219]: https://github.com/dusk-network/rusk/issues/1219 [#401]: https://github.com/dusk-network/rusk/issues/401 [#369]: https://github.com/dusk-network/rusk/issues/369