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 |
|
The simulator + Real conflicts now:
git fetch origin
git rebase origin/develop
git push --force-with-leaseFor Thanks @Ryjen1. |
|
Closing as we wrap up this round of the Wraith × Drips × Stellar Wave program. Thanks for the contribution. The work and review history stays on this PR for reference. A new set of issues will go up shortly under the same If you specifically want to land the work that's already in this PR (post-wave), feel free to reopen and rebase against |
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