feat(mobile): wire quote and passkey execute into swap screen - #601
Open
collinsezedike wants to merge 1 commit into
Open
feat(mobile): wire quote and passkey execute into swap screen#601collinsezedike wants to merge 1 commit into
collinsezedike wants to merge 1 commit into
Conversation
|
@collinsezedike is attempting to deploy a commit to the miracle656's projects Team on Vercel. A member of the Team first needs to authorize it. |
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
lib/soroswap.getSoroswapQuote, debounced at 600 ms on amount and token changesform | confirm | signing | submitting | done | errorstep states to the screenlib/soroswap.buildSoroswapSwapXdrbuilds the unsigned XDR, thenlib/walletConnect.signXdrPayload(newly exported) simulates, signs each Soroban auth entry with the device passkey vialib/passkey.registerPasskeySigner, assembles with the fee-payer keypair, and returns the signed XDR ready to submitsigningstate is active during the biometric prompt;submittingis active during broadcast and polling (30 x 1 s)lib/network.getNetwork; wallet address fromlib/walletStore.getWalletAddresscomponents/ui(Screen, Card, Button) andtheme/tokens throughoutWhat changed in
lib/walletConnect.tssignXdrPayloadwas private. Made itexportsoswap.tsxcan drive signing independently from submission, splitting the two UI states.Test plan
Closes #474