Implement End-to-End Tests on Testnet with Real Wallets
Priority: High
Estimated Time: 3 hours
Description
All tests use mock Soroban environment. Real testnet deployment could reveal issues with wallet integration, network conditions, or fee calculation.
Tasks
- Create
e2e_tests.rs that uses real testnet RPC endpoints
- Test full flow: create match, both players deposit, submit result, verify payout
- Use funded testnet wallets (generated in CI)
- Verify payout transactions on testnet ledger
- Add e2e test guide to
docs/e2e-testing.md
Auto-created from UNSOLVED_ISSUES_40.md
Implement End-to-End Tests on Testnet with Real Wallets
Priority: High
Estimated Time: 3 hours
Description
All tests use mock Soroban environment. Real testnet deployment could reveal issues with wallet integration, network conditions, or fee calculation.
Tasks
e2e_tests.rsthat uses real testnet RPC endpointsdocs/e2e-testing.mdAuto-created from UNSOLVED_ISSUES_40.md