-
Notifications
You must be signed in to change notification settings - Fork 993
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c09ff8b
commit 2bc8ec3
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |