Problem
The API uses a single hardcoded Horizon endpoint.
If that endpoint goes down, the entire API stops
working.
What To Build
- Create src/stellar/horizon-client.service.ts
- Multi-endpoint configuration
- Circuit breaker per endpoint
- Health endpoint for monitoring
Files To Touch
- src/stellar/horizon-client.service.ts (new)
- src/stellar/stellar.service.ts
- src/modules/health/health.service.ts
Acceptance Criteria
Mandatory Checks Before PR
Problem
The API uses a single hardcoded Horizon endpoint.
If that endpoint goes down, the entire API stops
working.
What To Build
Files To Touch
Acceptance Criteria
Mandatory Checks Before PR