Task
Implement the blockchain RPC health indicator with Stellar Horizon check.
Details
- In
apps/api/src/health/indicators/blockchain-rpc.health.ts
- Use @stellar/stellar-sdk to call
server.getRoot()
- Verify Horizon responds with valid root object
- Log response time for monitoring
Path
apps/api/src/health/indicators/blockchain-rpc.health.ts
Test
Run pnpm --filter api build to verify.
Task
Implement the blockchain RPC health indicator with Stellar Horizon check.
Details
apps/api/src/health/indicators/blockchain-rpc.health.tsserver.getRoot()Path
apps/api/src/health/indicators/blockchain-rpc.health.tsTest
Run
pnpm --filter api buildto verify.