From eff96ff7fc414030cdafb201d4a79dd0d34cb52b Mon Sep 17 00:00:00 2001 From: Ishai Strauss Date: Thu, 20 Aug 2026 18:41:34 +0300 Subject: [PATCH] updated comments --- claim_locate.py | 2 +- main.py | 2 +- relay_gateway.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/claim_locate.py b/claim_locate.py index bb4f014..416546b 100644 --- a/claim_locate.py +++ b/claim_locate.py @@ -1,6 +1,6 @@ # app/claim_locate.py """ -Underline matcher for the Verity browser extension. +Underline matcher for the VeriSphere browser extension. The extension sends the salient phrases of the page it is on (title, wikilink anchors, headings) plus the sentences currently in view; it gets back the diff --git a/main.py b/main.py index 091d781..007c92c 100644 --- a/main.py +++ b/main.py @@ -163,7 +163,7 @@ async def dispatch(self, request, call_next): app.include_router(portfolio_router) app.include_router(article_router) app.include_router(semantic_dedup_router) -# Endpoints the Verity browser extension needs (they replace the verity-api +# Endpoints the VeriSphere browser extension needs (they replace the verity-api # gateway): article -> claim matching, the atomicity check, and wallet signing # config + calldata. app.include_router(claim_locate_router) diff --git a/relay_gateway.py b/relay_gateway.py index 54bd283..cf426d3 100644 --- a/relay_gateway.py +++ b/relay_gateway.py @@ -1,6 +1,6 @@ # app/relay_gateway.py """ -Signing config + calldata for external wallet clients (the Verity extension). +Signing config + calldata for external wallet clients (the VeriSphere extension). The extension holds no ABIs and no deployment artifacts. It needs two things from us before it can sign: