Fix/telegram parity stt fiat shared prisma - #412
Merged
Abidoyesimze merged 7 commits intoAug 31, 2026
Merged
Conversation
|
@devfoma 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.
Four issues, one commit each on this branch.
#402: Telegram now requires confirmation before any deposit/withdraw intent executes
and supports alert create/list/delete via the shared alert pipeline. Rules created
through Telegram use delivery channel WEBHOOK because the delivery-channel enum has
no Telegram option and there is no outbound Telegram transport yet.
#400: Adds Deepgram as a secondary speech-to-text backend. If the primary STT
provider is unavailable, transcription falls back to Deepgram; unsupported-audio
errors short-circuit at the primary instead. Behavior is config-controlled.
#399: Adds Transak as a second live fiat on/off-ramp provider alongside MoonPay,
with webhook signature verification, status normalization, and quote/order plumbing
registered into the shared fiat registry.
#392: The compliance case and travel-rule modules now use the shared Prisma client
singleton instead of instantiating their own. A few other modules still construct
their own Prisma clients; they were left untouched as out of scope and can be
migrated in a follow-up.
closes #392
closes #399
closes #400
closes #402