Skip to content

fix(web): correct the wallets page copy on adding an additional wallet - #337

Merged
blockchain-maxis merged 3 commits into
blockchain-maxis:mainfrom
ibochielizabeth-spec:fix/wallet-link-copy
Sep 2, 2026
Merged

fix(web): correct the wallets page copy on adding an additional wallet#337
blockchain-maxis merged 3 commits into
blockchain-maxis:mainfrom
ibochielizabeth-spec:fix/wallet-link-copy

Conversation

@ibochielizabeth-spec

Copy link
Copy Markdown
Contributor

closes #284

Summary

apps/web/app/(dashboard)/app/wallets/page.tsx told developers: "To link an additional wallet, claim a handle from it in the Identity Registry — bindings are created on-chain, never from this dashboard."

That's not what happens. claim() in packages/contracts/identity-registry/src/lib.rs binds a new handle to a new wallet — it returns Error::WalletAlreadyBound if the wallet already holds a handle. Claiming from a second wallet doesn't add it to the existing profile; it creates a separate, orphaned profile, recoverable only via release on the new claim plus a re-claim.

Changes

Verification

  • pnpm --filter @signet/web typecheck / lint — both pass.
  • No test references the old copy text, so nothing else needed updating.
  • The wallets page sits behind sign-in-with-Stellar; verified the JSX renders correctly via typecheck rather than a full wallet-signature browser walkthrough (same caveat as the other wallets-page PRs in this batch).

The dashboard told developers to "claim a handle from it in the
Identity Registry" to link an additional wallet, but claim() rejects
that: it binds a *new* handle to a *new* wallet, so claiming from a
second wallet creates a separate, orphaned profile rather than adding
to the existing one — undoable only via release + a re-claim.

Describe the actual path instead: additional deploy wallets attach to
the existing profile via `npx @signet/cli link` from the terminal.
@drips-wave

drips-wave Bot commented Aug 30, 2026

Copy link
Copy Markdown

@ibochielizabeth-spec Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@vercel

vercel Bot commented Aug 30, 2026

Copy link
Copy Markdown

@ibochielizabeth-spec is attempting to deploy a commit to the blockchainmaxis-8449's projects Team on Vercel.

A member of the Team first needs to authorize it.

@netlify

netlify Bot commented Aug 30, 2026

Copy link
Copy Markdown

Deploy Preview for stellar-signet ready!

Name Link
🔨 Latest commit f6b7736
🔍 Latest deploy log https://app.netlify.com/projects/stellar-signet/deploys/6a980281ba6e320008296b9a
😎 Deploy Preview https://deploy-preview-337--stellar-signet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@blockchain-maxis
blockchain-maxis merged commit 6759744 into blockchain-maxis:main Sep 2, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wallets page tells developers to link a wallet in a way the contract forbids

2 participants