feat: resolve issues #205 #206 #207 #208 - #302
Open
emmanueltony792-blip wants to merge 1 commit into
Open
Conversation
…ACK#208 WHEELBACK#205 – test: add execute-settlement tests (already-executed, on-hold, threshold-not-met, custom-token, HTTP validation cases) WHEELBACK#206 – test: add on-hold-settlements, release-hold, and escalate-hold tests covering success, 404 not-on-hold, validation, and DB errors WHEELBACK#207 – feat: add paginated GET /invoices endpoint (limit/offset/status/ merchant_address params, default 20 max 100); add InvoiceRecord type and getInvoicesCollection to mongo.ts; add pagination tests; update InvoiceSearchFilter to support server-side mode via apiUrl prop (backward-compatible) WHEELBACK#208 – feat: sign outbound webhooks with HMAC-SHA256; add services/webhooks.ts with signPayload/verifySignature/dispatchWebhook; integrate dispatch into treasury-indexer for settlement_proposed/ approved/executed events; document X-COMEBACKHERE-Signature header and verification steps in docs/api-reference.md; add 15 webhook tests chore: update .gitignore to exclude package-lock.json, yarn.lock, pnpm-lock.yaml, Cargo.lock, *.tsbuildinfo; untrack previously-committed lock and build-info files Closes WHEELBACK#205 Closes WHEELBACK#206 Closes WHEELBACK#207 Closes WHEELBACK#208
|
@emmanueltony792-blip 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! 🚀 |
Contributor
|
@emmanueltony792-blip Please resolve your conflict |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#205 – test: add execute-settlement tests (already-executed, on-hold, threshold-not-met, custom-token, HTTP validation cases)
#206 – test: add on-hold-settlements, release-hold, and escalate-hold tests covering success, 404 not-on-hold, validation, and DB errors
#207 – feat: add paginated GET /invoices endpoint (limit/offset/status/ merchant_address params, default 20 max 100); add InvoiceRecord type and getInvoicesCollection to mongo.ts; add pagination tests; update InvoiceSearchFilter to support server-side mode via apiUrl prop (backward-compatible)
#208 – feat: sign outbound webhooks with HMAC-SHA256; add services/webhooks.ts with signPayload/verifySignature/dispatchWebhook; integrate dispatch into treasury-indexer for settlement_proposed/ approved/executed events; document X-COMEBACKHERE-Signature header and verification steps in docs/api-reference.md; add 15 webhook tests
chore: update .gitignore to exclude package-lock.json, yarn.lock, pnpm-lock.yaml, Cargo.lock, *.tsbuildinfo; untrack previously-committed lock and build-info files
Closes #205
Closes #206
Closes #207
Closes #208
Pull Request
Summary
Checklist
abis/andCOMEBACKHERE-contracts/)Notes
make check-abi-snapshots.