silentmode.st + hephaestus.x static content — HTML/CSS/JS served via nginx (VPS) and Sia bucket (backup)
Find a file
Local Dev 7d5fd7211b feat(bns): name marketplace and TLD-owner co-sign rule
Two gaps the owner panel left open. First, a hidden TLD was only a UI
gate: anyone could still broadcast a REG under it and every indexer
admitted it. Second, there was no way to sell a name without trusting
the other side.

Co-sign rule (consensus, applied in lockstep by bns.js and
resolver-web.js): a REG under a TLD whose records at that height say
policy "cosign" or hidden 1 is indexed only if the transaction carries
the TLD's own certificate. The certificate can only be spent by the
owner's key and is re-issued to them in the same transaction, so it is
a co-signature nobody can forge and nothing is consumed. The TLD map
now keeps the TUPD timeline so policy is evaluated at the REG height.
Owners register under their private TLDs with the certificate added
from their own wallet; third parties under a "cosign" TLD build the
full transaction, sign their inputs and queue it at /api/cosign, where
the owner approves it from the dashboard (signCosignRequest refuses to
sign unless the certificate returns to the same locking script).

Marketplace: a listing is the seller's certificate input plus a price
output signed SIGHASH_SINGLE|ANYONECANPAY, stored by the gateway as a
bulletin board (/api/market, verified against the on-chain owner and
pruned when the certificate moves). The buyer completes it in one
transaction, so the seller is paid exactly when the name moves.
Cancelling also spends the certificate once so the offer is void.

Site: market.html, Sell sub-tab and Pending approvals in the portal,
Market link in nav and footer, six dictionaries extended, cache tags
bumped. Verified on chipnet: cosigned.sc registered by a throwaway
wallet through the queue with the .sc certificate back at the owner;
aloevera.test listed and delisted through the API.

Ariadne's resolver-web.js copy and the mobile Bns.java port still need
the co-sign rule; until then they admit REGs this index rejects.
2026-09-17 04:05:45 +02:00
apps site: add favicon link to every silentmode.st HTML page 2026-08-31 21:43:25 +02:00
brand site: cache-bust shared.css (?v=20260910) so the logo rule reaches cached browsers 2026-09-10 00:42:51 +02:00
choose site: cache-bust shared.css (?v=20260910) so the logo rule reaches cached browsers 2026-09-10 00:42:51 +02:00
deviant site: fix homepage product count, drop stray brand-page copy, add GOTCHAS 2026-09-07 21:06:25 +02:00
helios site: cache-bust shared.css (?v=20260910) so the logo rule reaches cached browsers 2026-09-10 00:42:51 +02:00
hephaestus site: fix Hephaestus nav wrap; logo + OG tags on tools and releases pages 2026-09-10 00:32:01 +02:00
hephaestus.x site(hephaestus.x): redesign landing to Sirius design language + source section 2026-09-10 00:38:48 +02:00
hermes site: cache-bust shared.css (?v=20260910) so the logo rule reaches cached browsers 2026-09-10 00:42:51 +02:00
js feat(bns): name marketplace and TLD-owner co-sign rule 2026-09-17 04:05:45 +02:00
nav site: add favicon link to every silentmode.st HTML page 2026-08-31 21:43:25 +02:00
prometheus site: cache-bust shared.css (?v=20260910) so the logo rule reaches cached browsers 2026-09-10 00:42:51 +02:00
releases site: publish Theseus 0.3.48 2026-09-15 23:15:11 +02:00
sirius site: cache-bust shared.css (?v=20260910) so the logo rule reaches cached browsers 2026-09-10 00:42:51 +02:00
store site: add favicon link to every silentmode.st HTML page 2026-08-31 21:43:25 +02:00
theseus site: download buttons use dl.silentmode.st/latest/ links 2026-09-16 22:56:56 +02:00
tlds site: cache-bust shared.css (?v=20260910) so the logo rule reaches cached browsers 2026-09-10 00:42:51 +02:00
tools site: download buttons use dl.silentmode.st/latest/ links 2026-09-16 22:56:56 +02:00
vendor Initial commit — Silent Mode baseline (2026-07-29) 2026-07-29 13:54:34 +02:00
favicon.svg brand: Silent Mode + navigate.st kits (logo, wordmark, avatar, banner, favicon) 2026-08-31 05:22:45 +02:00
GOTCHAS.md site: cache-bust shared.css (?v=20260910) so the logo rule reaches cached browsers 2026-09-10 00:42:51 +02:00
home-cards.json Ship Theseus 0.3.0 bb9d8dec (home cards decoupled from browser release) 2026-08-31 18:38:09 +02:00
index.html site: cache-bust shared.css (?v=20260910) so the logo rule reaches cached browsers 2026-09-10 00:42:51 +02:00
register.html site: add favicon link to every silentmode.st HTML page 2026-08-31 21:43:25 +02:00
releases-manifest.json site: publish Theseus 0.3.48 2026-09-15 23:15:11 +02:00
shared.css site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00