feat: trustline verification banner, asset selector, SEP-24 anchor modal - #450
Merged
K1NGD4VID merged 4 commits intoSep 2, 2026
Merged
Conversation
Add a TrustlineVerificationBanner that checks which required settlement assets lack a trustline and renders a neobrutalist alert banner with a quick-action to establish missing trustlines through Freighter. Extend the trustline lib with a missingTrustlines helper and cover the status check with unit tests. Closes mergepay#396 Generated with Codebuff 🤖 Co-Authored-By: Codebuff <noreply@codebuff.com>
Add a controlled AssetSelector component for expenses supporting XLM, USDC and custom trustline tokens, with live fiat conversion as the user types and Stellar 7-decimal rounding on blur. Fully keyboard accessible with aria attributes; include vitest coverage for conversion math and decimal handling. Closes mergepay#401 Generated with Codebuff 🤖 Co-Authored-By: Codebuff <noreply@codebuff.com>
Add an AnchorModal that fetches SEP-24 anchor info via a new React Query hook, lets users pick a supporting anchor, and starts deposit or withdrawal sessions through the API. Handles loading, error and empty states, stays keyboard-navigable and mobile responsive, and includes unit tests for the anchor selection helpers and modal states. Closes mergepay#406 Generated with Codebuff 🤖 Co-Authored-By: Codebuff <noreply@codebuff.com>
|
@codexhange 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! 🚀 |
Contributor
Contributor
|
MergeKeeper merge status Status: blocked Reason: One or more required CI checks failed. Failing checks:
Next steps:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AssetSelectorwith real-time fiat conversion and tests.AnchorModalwith anchor info helpers and tests.Closes #396
Closes #401
Closes #406