From c523ff7e9ad7e8d2fd734ee9d6acbc0bef95e836 Mon Sep 17 00:00:00 2001 From: brentstone Date: Fri, 26 May 2023 15:16:39 +0200 Subject: [PATCH] changelog: #892 --- .changelog/unreleased/features/892-cubic-slashing.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changelog/unreleased/features/892-cubic-slashing.md diff --git a/.changelog/unreleased/features/892-cubic-slashing.md b/.changelog/unreleased/features/892-cubic-slashing.md new file mode 100644 index 0000000000..cdd079bfc3 --- /dev/null +++ b/.changelog/unreleased/features/892-cubic-slashing.md @@ -0,0 +1,5 @@ +- The implementation of the cubic slashing system that touches virtually all + parts of the proof-of-stake system. Slashes tokens are currently kept in the + PoS address rather than being transferred to the Slash Pool address. This PR + also includes significant testing infrastructure, highlighted by the PoS state + machine test with slashing. ([#892](https://github.com/anoma/namada/pull/892)) \ No newline at end of file