feat: Stellar RPC client, health monitoring, and Vitest migration#84
feat: Stellar RPC client, health monitoring, and Vitest migration#84precious-akpan wants to merge 7 commits intoFluxora-Org:mainfrom
Conversation
|
@precious-akpan Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
please resolve the conflicts @precious-akpan |
|
During the process of resolving merge conflicts for this PR, several regressions were identified in the current upstream/main branch: Broken Application Initialization: src/app.ts in the base branch is missing critical initialization and export logic for the app instance, causing widespread test failures. |
|
@Jagadeeshftw awaiting your review |
|
@Jagadeeshftw Please review this PR when you have a chance. All tests are passing and the implementation is complete. Ready for merge. |
Summary
This PR implements a robust, type-safe Stellar RPC client with retry logic and configurable timeouts. It also synchronizes the branch with the latest upstream changes, including the transition to Vitest and the new Express factory pattern.
Closes #18
Relates to #41
Changes
Verification