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-40: transition to Review #41

Merged
merged 7 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from 5 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 @@ -15,7 +15,7 @@ This repository tracks all REPs proposed by the RSS3 Community.
| [REP-26](./REPs/REP-26.md) | Chip Mechanism Upgrade | [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 | Draft |
| [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 | Draft |
| [REP-40](./REPs/REP-40.md) | Whitepaper Updates | [pseudoyu](mailto:pseudoyu@connect.hku.hk) | Core | Review |
| [REP-43](./REPs/REP-43.md) | Introducing Payment Processor for Request Fees | [Nya Candy](mailto:dev@candinya.com) | Core | Review |

## License
Expand Down
17 changes: 9 additions & 8 deletions REPs/REP-40.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ This update aims to enhance clarity, correct outdated information, and ensure co

### Section III. C Updates

1. The GI performs critical duties to ensure the Network is robust and reliable.
2. change GI to GIs whenever possible
3. update GI c.1/2/3 to match the component names, e.g, enforcer
1. see <https://docs.rss3.io/guide/data-sublayer/global-indexer>

### Section V. C.3 Updates

A Chip is an ERC-721 Non-Fungible Token (NFT).
1. The GIs perform critical duties to ensure the Network is robust and reliable.
2. GI has been changed to GIs where appropriate throughout the updates.
3. The GI components have been updated to match the current architecture:
- Router: The routers ensure requests are routed and served with high performance and minimal latency.
- Broadcaster: The broadcasters constantly monitor all Nodes' status for irregular behaviors.
- Enforcer: The enforcers maintain records of demotion and slashing, and slash Nodes that fail to meet requirements.
- Settler: The settlers initiate submissions of work records to the Value Sublayer.
- Payment Processor: The payment processors ensure request fees are correctly distributed.
- Taxer: The taxers calculate the Network's average tax rate and update the settlement contract.

## Rationale

Expand Down