-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile: sending Solana #15533
base: develop
Are you sure you want to change the base?
Mobile: sending Solana #15533
Conversation
🚀 Expo preview is ready!
|
1edfd80
to
13b6882
Compare
minFee: -1, // unused | ||
maxFee: -1, // unused | ||
minFee: 25000, | ||
maxFee: 1000000000, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how come that suite didn't need this? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is probably no validation on this. And the fees are determined automatically by fetching the on chain data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, good with me 👍
suite-native/module-send/src/components/OutputsReviewFooter.tsx
Outdated
Show resolved
Hide resolved
suite-native/module-send/src/components/OutputsReviewFooter.tsx
Outdated
Show resolved
Hide resolved
suite-native/module-send/src/components/OutputsReviewFooter.tsx
Outdated
Show resolved
Hide resolved
suite-native/module-send/src/components/OutputsReviewFooter.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I get to the state of timeouted transaction once, I am unable the send any other SOL transaction again. It always resolves in the timeout error. Only that helps is restart of the app. There is probably something rotting in the redux state.
Zaznam.obrazovky.2024-11-25.v.12.39.36.mov
d05da19
to
e603734
Compare
Enables sending Solana and tokens including basic error handling for failed send. No custom fees are allowed (same as desktop).
d0c54f2 remove duplicate txn sending for solana
90458cd set minFee and maxFee for solana for working send form validation
5e5a100 make send for Solana work including base handling of failed txn
Related Issue
Resolve #15497
Screenshots:
happy path:
happy_path.mp4
unhappy path:
unhappy_path.mp4