Context
End-to-end verification from event to reveal tx.
Goal
Add integration tests with mocked Horizon and Soroban RPC.
Contributor guide
- Directory:
oracle/
- Trigger mock event -> check queue job -> check computed randomness -> check submission.
- Use a local Soroban RPC if possible (e.g. standalone node).
- Verify whole cycle takes < N seconds.
- Test with both VRF and PRNG paths.
References
- Oracle ARCHITECTURE - Flow diagram.