Skip to content

feat: add .wraith name resolution to Stellar Send flow#30

Open
Stephan-Thomas wants to merge 1 commit into
wraith-protocol:developfrom
Stephan-Thomas:feat/stellar-wraith-name-resolution
Open

feat: add .wraith name resolution to Stellar Send flow#30
Stephan-Thomas wants to merge 1 commit into
wraith-protocol:developfrom
Stephan-Thomas:feat/stellar-wraith-name-resolution

Conversation

@Stephan-Thomas
Copy link
Copy Markdown

  • Detect .wraith names (3-32 lowercase alphanumeric)
  • Debounce resolution by 300ms and call resolveName from SDK
  • Show resolving indicator and resolved meta-address during resolution
  • Display error message if name not found or resolution fails
  • Disable send button if name resolution is pending or errored
  • Add aria-describedby for accessibility
  • Pass resolved meta-address to generateStealthAddress instead of original string
  • Clean up resolved state when input changes

Closes #1

- Detect .wraith names (3-32 lowercase alphanumeric)
- Debounce resolution by 300ms and call resolveName from SDK
- Show resolving indicator and resolved meta-address during resolution
- Display error message if name not found or resolution fails
- Disable send button if name resolution is pending or errored
- Add aria-describedby for accessibility
- Pass resolved meta-address to generateStealthAddress instead of original string
- Clean up resolved state when input changes
@vercel
Copy link
Copy Markdown

vercel Bot commented May 27, 2026

@Stephan-Thomas is attempting to deploy a commit to the truthixify's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 27, 2026

@Stephan-Thomas 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

@truthixify truthixify changed the base branch from main to develop June 1, 2026 15:41
@truthixify
Copy link
Copy Markdown
Contributor

The .wraith name resolution in StellarSend.tsx is what we want for #1. Conflicting after #13 and #29 just merged. Rebase:

git fetch origin
git rebase origin/develop
git push --force-with-lease

Keep develop's validation + sponsored-withdrawal work, layer your name-resolution flow onto the meta-address input. Thanks @Stephan-Thomas.

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.

.wraith name resolution in Stellar Send flow

2 participants