-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #375 from trilitech/nodes-topic
Create separate topics on nodes, bakers, and accusers
- Loading branch information
Showing
11 changed files
with
167 additions
and
160 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
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,19 @@ | ||
--- | ||
title: Accusers | ||
authors: Tim McMackin | ||
last_update: | ||
date: 12 April 2024 | ||
--- | ||
|
||
Accusers are programs that monitor new blocks, look for problems, and denounce bakers that introduce blocks with problems. | ||
Accusers ensure that bakers play by the rules and do not abuse the reward mechanism of the Tezos protocol. | ||
|
||
Accusers look for: | ||
|
||
- Bakers that sign two blocks at the same level | ||
- Bakers that inject more than one attestation for the same baking slot | ||
|
||
When they see one of these problems, they emit a double-baking or double-attesting denunciation operation, which cause the offending baker to lose some of its stake. | ||
Some of the slashed stake goes to the accuser. | ||
|
||
Anyone can run an accuser, and they don't have to stake any tez like bakers must. |
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
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
Oops, something went wrong.