diff --git a/README.md b/README.md index 2750847..d5806d4 100644 --- a/README.md +++ b/README.md @@ -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 | Final | -| [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 | diff --git a/REPs/REP-38.md b/REPs/REP-38.md index f8cf9eb..dd33b8b 100644 --- a/REPs/REP-38.md +++ b/REPs/REP-38.md @@ -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 @@ -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** diff --git a/REPs/REP-38/3 responses [r1,r2,r3].png b/REPs/REP-38/3-responses.png similarity index 100% rename from REPs/REP-38/3 responses [r1,r2,r3].png rename to REPs/REP-38/3-responses.png diff --git a/REPs/REP-38/RSS3 Mainnet Diagrams (1).png b/REPs/REP-38/epoch-workflow.png similarity index 100% rename from REPs/REP-38/RSS3 Mainnet Diagrams (1).png rename to REPs/REP-38/epoch-workflow.png