Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Update README.md #201

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Changes from all 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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Polkadot-Registrar-Watcher

❗❗❗ THIS PROJECT IS DECOMMISSIONED AND NO LONGER UPDATED ❗❗❗

This application is the **Watcher** module of the **Polkadot-Registrar** application.
You can find the **Challenger** module here: https://github.com/w3f/polkadot-registrar-challenger
Watcher and Challenger modules together compose the **Polkadot-Registrar** application.
Expand Down Expand Up @@ -162,4 +164,4 @@ export interface WsJudgementResult{
* New **IdentitySet** detected during a pending Judgemet Request ( Watcher ) -> **WsChallengeRequest** sent to the Challenger
* Challenger module detects a challenge completed -> **WsChallengeResponse** sent to the Watcher
* Challenger can always send a **WsPendingChallengesRequest** to the watcher -> Watcher sends a **WsPendingChallengesResponse** to the Challenger
* New **JudgementUnrequested** or **IdentityCleared** (that one is interesting only during a pendingJudgemet Request, handled) detected by the Watcher -> Watcher sends a **WsChallengeUnrequest** to the Challenger
* New **JudgementUnrequested** or **IdentityCleared** (that one is interesting only during a pendingJudgemet Request, handled) detected by the Watcher -> Watcher sends a **WsChallengeUnrequest** to the Challenger
Loading