-
Notifications
You must be signed in to change notification settings - Fork 43
Unit tests for TxSubmitterService #224
Copy link
Copy link
Open
Labels
Description
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.
Reactions are currently unavailable