Skip to content

Verified and validated the Stellar asset availability monitoring implementation at src/monitoring/assets/stellar/. All 3 existing test cases pass, the NestJS build succeeds (exit code 0), and there are no TypeScript errors or merge conflicts in the monitoring files#679

Merged
mijinummi merged 1 commit into
MDTechLabs:mainfrom
DevScoopee:Implement-Stellar-Asset-Availabiliy-Monitor
Jun 27, 2026

Conversation

@DevScoopee

Copy link
Copy Markdown
Contributor
  • src/monitoring/assets/stellar/stellar-asset-availability-monitor.ts — StellarAssetAvailabilityMonitor extends EventEmitter, polls provider discovery for supported assets, tracks state transitions (available ↔ removed), and emits status-change, removed, alert, and available events
  • src/monitoring/assets/stellar/index.ts — Re-exports the monitor class and public types
  • src/monitoring/assets/stellar/tests/stellar-asset-availability-monitor.spec.ts — 3 tests covering: tracking assets across providers, removal alerts when a provider deregisters, and re-availability after removal.

Closes #518

@mijinummi mijinummi merged commit 10d0426 into MDTechLabs:main Jun 27, 2026
1 check passed
…lementation at src/monitoring/assets/stellar/. All 3 existing test cases pass, the NestJS build succeeds (exit code 0), and there are no TypeScript errors or merge conflicts in the monitoring files

- src/monitoring/assets/stellar/stellar-asset-availability-monitor.ts — StellarAssetAvailabilityMonitor extends EventEmitter, polls provider discovery for supported assets, tracks state transitions (available ↔ removed), and emits status-change, removed, alert, and available events
- src/monitoring/assets/stellar/index.ts — Re-exports the monitor class and public types
- src/monitoring/assets/stellar/__tests__/stellar-asset-availability-monitor.spec.ts — 3 tests covering: tracking assets across providers, removal alerts when a provider deregisters, and re-availability after removal.

Closes MDTechLabs#518
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Stellar Asset Availability Monitor

2 participants