Release: develop -> main#3764
Merged
Merged
Conversation
The payment deposit addresses for Tron and Solana were never registered with Tatum for webhook notifications, causing incoming transactions to go undetected and payment quotes to stay stuck in TxMempool state. Add hasAddressSubscription check to TatumWebhookService and include the payment deposit address when creating Tron/Solana deposit webhooks.
PostgreSQL does not auto-create indexes on FK columns. Without them, every JOIN/WHERE on a FK does a sequential scan. This adds @Index() to all @manytoone relations (139 indexes).
…3761) * refactor(user/realunit): drop UserCapabilitiesDto.supportAvailable Pair with realunit-app PR (settings → kontakt support tile rendered unconditionally). The capability flag was introduced in #3733 to surface support visibility as backend state. Product decision has since reversed: support must always be reachable, including pre-signin onboarding flows where the user does not yet have a verified mail. Once visibility is a constant, the flag has no decision left to surface — drop it from the DTO contract rather than freeze it at `true` and accumulate dead surface area. Other capability flags (canEditName / canEditMail / canEditPhone / canEditAddress) are kept; they still gate genuine business decisions driven by KYC step status. * chore: retrigger CI --------- Co-authored-by: TaprootFreak <142087526+TaprootFreak@users.noreply.github.com>
davidleomay
approved these changes
May 26, 2026
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.
Automatic Release PR
This PR was automatically created after changes were pushed to develop.
Commits: 1 new commit(s)
Checklist