Skip to content
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:iavl@proton.me), [HenryQW](mailto:hi@henry.wang) | Core | Final |
| [REP-26](./REPs/REP-26.md) | Chip Mechanism Upgrade | [BruceXC](mailto:xichang1510@gmail.com) | Core | Final |
| [REP-33](./REPs/REP-33.md) | Node State Transition | [KallyDev](mailto:kallydev@rss3.io), [BruceXC](mailto:xichang1510@gmail.com) | Core | Candidate |
| [REP-38](./REPs/REP-38.md) | Demotion and Slashing Mechanism | [Polebug](mailto:polebug@rss3.io) | Core | Draft |
| [REP-38](./REPs/REP-38.md) | Demotion and Slashing Mechanism | [Polebug](mailto:polebug@rss3.io) | Core | Review |
| [REP-40](./REPs/REP-40.md) | Whitepaper Updates | [pseudoyu](mailto:pseudoyu@connect.hku.hk) | Core | Candidate |
| [REP-43](./REPs/REP-43.md) | Introducing Payment Processor for Request Fees | [Nya Candy](mailto:dev@candinya.com) | 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 <polebugfly@gmail.com>
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