Skip to content

Fix/josunday002 env drift and requote - #354

Merged
james2177 merged 2 commits into
stellar-vortex-protocol:mainfrom
josunday002:fix/josunday002-env-drift-and-requote
Sep 2, 2026
Merged

Fix/josunday002 env drift and requote#354
james2177 merged 2 commits into
stellar-vortex-protocol:mainfrom
josunday002:fix/josunday002-env-drift-and-requote

Conversation

@josunday002

Copy link
Copy Markdown

closes #290
closes #289
closes #288
closes #286

Adds scripts/check-env-drift.ts, comparing the Joi keys in
env.validation.ts, every .env*.example variable, and every
process.env.X read in configuration.ts, failing with a diff on any
mismatch. Wired into CI as an early step in the backend job.
Re-quotes an existing open intent using its own stored
srcChain/srcToken/srcAmount/dstToken instead of requiring the caller
to resubmit a full QuoteRequestDto. Returns the same QuoteResponseDto
shape as POST /quote and rejects intents that aren't in the open
state.
@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@josunday002 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

@james2177
james2177 merged commit 5a59821 into stellar-vortex-protocol:main Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment