From 828372f736b755e099fceef6846d35be1eaf3e45 Mon Sep 17 00:00:00 2001 From: brucexc <108378464+brucexc@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:16:20 -0400 Subject: [PATCH] REP-33: transition to `Final` (#51) Co-authored-by: Henry --- README.md | 2 +- REPs/REP-33.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b7534e..2750847 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repository tracks all REPs proposed by the RSS3 Community. | [REP-16](./REPs/REP-16.md) | Staking Rewards Taxation Adjustment | [Albert](mailto:iavl@proton.me), [HenryQW](mailto:hi@henry.wang) | Core | Final | | [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-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-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-33.md b/REPs/REP-33.md index 0b6add1..5104758 100644 --- a/REPs/REP-33.md +++ b/REPs/REP-33.md @@ -1,7 +1,7 @@ ``` REP: REP-33 Title: Node State Transition -Status: Candidate +Status: Final Type: Core Created: 19 Jul 2024 Author(s): KallyDev , BruceXC @@ -71,4 +71,5 @@ The core objective of this proposal is to standardize Node states, improve clari ## Reference Implementations -1. Upgraded contract : +1. Upgraded contract: +2. Global Indexer implementation: [RSS3-Network/Global-Indexer#383](https://github.com/RSS3-Network/Global-Indexer/pull/383)