feat: add Stellar transaction simulator (dry-run) before submit#27
feat: add Stellar transaction simulator (dry-run) before submit#27Ryjen1 wants to merge 1 commit into
Conversation
Wire simulateTransaction against Soroban RPC into StellarSend so users see predicted fees, return values, and contract events before signing. Simulation failures disable the Send button with decoded contract errors; network errors fall back to letting the user try anyway. Closes wraith-protocol#24
|
Someone is attempting to deploy a commit to the truthixify's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Ryjen1 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! 🚀 |
|
Heads up — we've just set up a Going forward, please branch from and target |
|
The simulator wiring is what we want for issue #24:
git fetch origin
git rebase origin/develop
git push --force-with-leaseWhen you resolve |
Wire simulateTransaction against Soroban RPC into StellarSend so users see predicted fees, return values, and contract events before signing. Simulation failures disable the Send button with decoded contract errors; network errors fall back to letting the user try anyway.
Closes #24