Skip to content

Feature/escrow service integration#92

Open
Elite-tch wants to merge 3 commits intoLiquifact:mainfrom
Elite-tch:feature/escrow-service-integration
Open

Feature/escrow service integration#92
Elite-tch wants to merge 3 commits intoLiquifact:mainfrom
Elite-tch:feature/escrow-service-integration

Conversation

@Elite-tch
Copy link
Copy Markdown
Contributor

PR Description: Escrow Service Integration
Title: feat(api): integrate escrow route with Soroban service adapter
Closes #5
Summary Implemented the Soroban escrow integration layer and connected the API boundary to the blockchain service.

Key Changes:
Escrow Service: Created src/services/escrow.service.js to abstract Soroban contract reads/writes with built-in retry resilience.
Route Wiring: Connected GET /api/escrow/:invoiceId to the service layer with Zod response validation.
Boundary Hardening: Refactored auth.js to use AppError, ensuring consistent RFC 7807 error shapes for all unauthorized requests.
Testing: Added unit and integration tests for escrow logic.

image

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 28, 2026

@Elite-tch 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! 🚀

Learn more about application limits

@Elite-tch
Copy link
Copy Markdown
Contributor Author

Sorry for late PR

@Elite-tch
Copy link
Copy Markdown
Contributor Author

@Babigdk please my pr is still pending

@mikewheeleer
Copy link
Copy Markdown
Contributor

@Elite-tch Please resolve the conflicts

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 Escrow Service Integration Stub

2 participants