From 8f2d8d6a15acf9c046910d7fe25ddf0c8db3b44e Mon Sep 17 00:00:00 2001 From: Hongrui Fang Date: Thu, 6 Oct 2022 22:41:14 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f50c3..9f2add5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0). ### Modified +- Place a lock the stake while cosigning a proposal. + + NOTE: This changes how cosigning works. In particular, the stake has to be + spent instead of just presented in the reference inputs. Also, adding multiple + cosignatures in one tx is no longer possible. + + Included by [#192](https://github.com/Liqwid-Labs/agora/pull/192) + - Support voting/retracting votes with multiple stakes. NOTE: Due to the fact that the order of stake locks is undefined, voting to @@ -33,7 +41,7 @@ the stake validator easily. The behaviour of the default stake validator remains Included by [#172](https://github.com/Liqwid-Labs/agora/pull/172) -- Witness stakes with reference input. Stake redeemer `WitnessStake` is removed. +- Witness stakes with reference input. Stake redeemer `WitnessStake` is removed. Included by [#168](https://github.com/Liqwid-Labs/agora/pull/168)