Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 594 Bytes

File metadata and controls

10 lines (8 loc) · 594 Bytes

TODO - #461 Implement Stellar Provider Failover Simulator

  • Understand existing failover + fallback routing implementations (done via code reads).
  • Implement simulator + test suite under tests/failover/stellar/.
  • Add test report generation to output JSON/HTML artifact(s) under the simulator folder.
  • Run npm test (or appropriate Jest command) and fix any errors.
  • Verify simulator acceptance criteria: provider outage simulation + failover validation.
  • Run full test suite, ensure clean pass...