feat: add standardized error responses, idempotency, and E2E tests (#…#1027
Merged
Devsol-01 merged 1 commit intoJun 27, 2026
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
…evsol-01#985, Devsol-01#984, Devsol-01#983) - Global exception filter now returns consistent errorCode, message, details, requestId, timestamp, and path on every error response - Domain error codes enum covers auth, savings, governance, transactions, disputes, referrals, and blockchain domains - Idempotency interceptor with Idempotency-Key header support, SHA-256 payload fingerprinting, cache-backed dedup, and 409 on payload mismatch - Applied @idempotent() to subscribe, withdraw, vote, execute, and webhook - E2E test suites for savings lifecycle, governance voting, transaction flows, referrals, and cross-cutting error response validation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
bdf35e1 to
4342eee
Compare
|
@The-moving-man 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! 🚀 |
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.
…985, #984, #983)
closes #983
closes #984
closes #985
closes #986