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

Commit

Permalink
Merge pull request #201 from w3f/alexw3f-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
alexw3f authored Apr 4, 2024
2 parents dc0f4ba + 3249d2f commit 27310f9
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 27310f9

Please sign in to comment.