Skip to content

refactor(stellar): consolidate Horizon reads into service layer (fixes #287) - #359

Draft
s6pa1rta3n-lab wants to merge 1 commit into
Quittance-Labs:mainfrom
s6pa1rta3n-lab:fix-issue-287
Draft

refactor(stellar): consolidate Horizon reads into service layer (fixes #287)#359
s6pa1rta3n-lab wants to merge 1 commit into
Quittance-Labs:mainfrom
s6pa1rta3n-lab:fix-issue-287

Conversation

@s6pa1rta3n-lab

Copy link
Copy Markdown

Summary of Changes

  • Consolidates Horizon read operations and transaction verification into backend/src/services/stellar.service.ts.
  • Fixes CommonJS module exports in frontend/tests/fixtures/*.fixture.js so test runner harnesses execute cleanly.
  • Adds dedicated unit tests in backend/tests/stellar-service.test.ts for Horizon payment verification delegation and error handling.
  • Passes all frontend unit/isolated tests, accessibility audits, and backend tests.

Closes #287

Payout Routing

  • EVM (Base/Arbitrum/Polygon/ETH): 0xF46C9F6d70C50BF81ef3588AB523a90a594a2F89
  • Stellar: GCL6OXAMLD75BMTINA6EMRUDWK5THQUSHMYNLSNBCJAPZJHNYJTUNIBC

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.

Consolidate Horizon account, asset, and payment reads in stellar service layer

1 participant