Skip to content

Commit 4d1228b

Browse files
committed
fix: constrain registry wallet auth to mainnet
1 parent c1f2857 commit 4d1228b

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
localized statuses and copyable audit values. Publisher authorisation now
2222
accepts both JoyID
2323
(`joyid_ckb`) and standard CKB secp256k1 (`ckb_secp256k1`) principals through
24-
the CCC CKB-signer boundary on mainnet or testnet. The frontend never accepts
24+
the CCC CKB-signer boundary on mainnet. The chooser no longer exposes a
25+
testnet option or constructs a testnet client. The frontend never accepts
2526
mnemonic words; traditional recovery phrases remain inside the wallet. CLI
2627
auth commands use `--wallet-signature`, with `--joyid-signature` retained as
2728
a visible compatibility alias, and the API adds the corresponding typed
@@ -30,7 +31,9 @@
3031
signers connect directly, while the remaining wallets use the same verified
3132
external-signature handoff instead of disappearing from the UI. Every entry
3233
now uses the corresponding official Nervos wallet-directory SVG rather than
33-
an autogenerated letter mark or a runtime favicon.
34+
an autogenerated letter mark or a runtime favicon. The chooser header no
35+
longer reserves space for a hidden back control, so its title, explanatory
36+
text, and wallet list share one left alignment edge.
3437
- Deploy the public Registry production slice at
3538
`api.registry.cellscript.dev` and `registry.cellscript.dev`: Postgres 17 is
3639
the authoritative write store, the Node 22 adapter persists source snapshots

services/registry-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ provide all of the following:
420420
1. a CKB signer connection;
421421
2. the compressed secp256k1 public key;
422422
3. a 65-byte recoverable signature over the canonical CKB message challenge;
423-
4. mainnet/testnet network identity and disconnect/change events.
423+
4. mainnet network identity and disconnect/change events.
424424

425425
The UI merges CCC discovery into the stable directory, so a future compatible
426426
adapter upgrades the existing entry without adding a brand-specific Registry

0 commit comments

Comments
 (0)