feat(liquidity-accord): Postgres persistence + API surface cleanup#5
Merged
Conversation
- backend: add Postgres repositories (nonce/user/session) behind DB_PROVIDER env flag, with the in-memory repos retained as the default fallback; trim unused API routes (api-credentials, withdrawals/bridge, single-item GETs, balance, public escrows, some webhooks); container wiring + CORS + vercel config - app: copyable-id component, attestation/engagement/mm-profile list + auth tweaks, vercel config - landing/solution: gitignore, next config, vercel, .npmrc
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Brings the local liquidity-accord WIP to main.
DB_PROVIDERenv flag (memorystays the default — in-memory repos retained as fallback). Trim unused API routes (api-credentials, withdrawals/bridge, single-item[publicId]GETs, balance, public escrows, relay/quicknode webhooks). Container wiring, CORS, vercel config.copyable-idcomponent; attestation / engagement / mm-profile list + auth tweaks; vercel config..npmrc.Verified:
tsc --noEmitclean on backend + app. (landing eslint has pre-existing warnings on generated files, unrelated; not in CI.)