Context
Submission failures must be handled and logged correctly.
Goal
Add tests for transaction building and submission.
Contributor guide
- Directory:
oracle/
- Mock Soroban RPC submitTransaction.
- Simulate success and various error codes (malformed, fee_too_low).
- Verify retry logic is triggered on transient errors.
- Verify signing call to KeyService.
References
- Stellar SDK submission testing.
Context
Submission failures must be handled and logged correctly.
Goal
Add tests for transaction building and submission.
Contributor guide
oracle/References