Skip to content

feat(solana): pass optional walletName to generateDeeplink#40

Merged
alekseiEti merged 1 commit into
mainfrom
feature/solana-deeplink-wallet-name
Jun 9, 2026
Merged

feat(solana): pass optional walletName to generateDeeplink#40
alekseiEti merged 1 commit into
mainfrom
feature/solana-deeplink-wallet-name

Conversation

@alekseiEti

Copy link
Copy Markdown
Contributor

generateDeeplink(solanaAddress, walletName?) sends wallet_name in POST /solana/link so the signed deeplink carries the source wallet for display in the Alien app. Backward compatible — omitting it is unchanged.

  • solanaCore: add wallet_name to SolanaLinkRequest schema + payload
  • solanaReact: forward walletName through the useSolanaAuth hook
  • tests: cover wallet_name present/omitted (jest target ES2020 to avoid downleveling BigInt ** in @noble/curves)

generateDeeplink(solanaAddress, walletName?) sends wallet_name in
POST /solana/link so the signed deeplink carries the source wallet for
display in the Alien app. Backward compatible — omitting it is unchanged.

- solanaCore: add wallet_name to SolanaLinkRequest schema + payload
- solanaReact: forward walletName through the useSolanaAuth hook
- tests: cover wallet_name present/omitted (jest target ES2020 to avoid
  downleveling BigInt ** in @noble/curves)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
example-sso-agent-id-app Ready Ready Preview, Comment Jun 9, 2026 10:59am

Request Review

@alekseiEti alekseiEti merged commit bb32903 into main Jun 9, 2026
7 checks passed
@github-actions github-actions Bot mentioned this pull request Jun 9, 2026
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.

2 participants