Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REP-38: transition to Review #39

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This repository tracks all REPs proposed by the RSS3 Community.
| [REP-20](./REPs/REP-20.md) | Data Availability Layer Integration | [Albert](mailto:[email protected]), [HenryQW](mailto:[email protected]) | Core | Final |
| [REP-26](./REPs/REP-26.md) | Chip Mechanism Upgrade | [BruceXC](mailto:[email protected]) | Core | Final |
| [REP-33](./REPs/REP-33.md) | Node State Transition | [KallyDev](mailto:[email protected]), [BruceXC](mailto:[email protected]) | Core | Candidate |
| [REP-38](./REPs/REP-38.md) | Demotion and Slashing Mechanism | [Polebug](mailto:[email protected]) | Core | Draft |
| [REP-38](./REPs/REP-38.md) | Demotion and Slashing Mechanism | [Polebug](mailto:[email protected]) | Core | Review |
| [REP-40](./REPs/REP-40.md) | Whitepaper Updates | [pseudoyu](mailto:[email protected]) | Core | Candidate |
| [REP-43](./REPs/REP-43.md) | Introducing Payment Processor for Request Fees | [Nya Candy](mailto:[email protected]) | Core | Review |

Expand Down
6 changes: 3 additions & 3 deletions REPs/REP-38.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```
REP: REP-38
Title: Demotion and Slashing Mechanism
Status: Draft
Status: Review
Type: Core
Created: 23 Jul 2024
Author(s): polebug <[email protected]>
Expand Down Expand Up @@ -54,11 +54,11 @@ An Enforcer is introduced as a component of GIs in this proposal, it manages dem

Here is a figure showing what happens during an Epoch. The figure might be helpful for illustrating the Enforcer’s logic regarding slashing.

![RSS3 Mainnet Diagrams (1).png](REP-38%2FRSS3%20Mainnet%20Diagrams%20%281%29.png)
![Epoch workflow](REP-38/epoch-workflow.png)

And here is a figure to assist in the understanding of cross-validation. `-1` leads to a demotion.

![3 responses \[r1,r2,r3\].png](REP-38%2F3%20responses%20%5Br1%2Cr2%2Cr3%5D.png)
![3 responses](REP-38/3-responses.png)

# **Rationale**

Expand Down
File renamed without changes