Release: develop -> main#3565
Merged
TaprootFreak merged 7 commits intomainfrom Apr 14, 2026
Merged
Conversation
* refactor: remove unused resetWallet() method * fix: resolve 3 critical axios vulnerabilities via override Add axios override to force all transitive dependencies (dhedge, uniswap, zano, checkout-sdk) to use the root axios version (1.15.0) instead of their pinned vulnerable versions (0.21.4, 0.30.3).
* feat: add LayerZero bridge withdraw command (Citrea -> Ethereum) Add bidirectional bridging support to the LayerZero adapter. The withdraw command mirrors the existing deposit flow but operates in reverse, using the Citrea OFT contracts to bridge tokens back to Ethereum. * fix: restore original deposit code, align with Clementine bridge pattern - Restore all original comments and formatting in deposit flow - Use if/else if dispatch pattern (consistent with ClementineBridgeAdapter) - Fix error messages to reference specific method names - Revert unnecessary executeBridge rename * chore: DRY * fix: re-added comments --------- Co-authored-by: David May <david.leo.may@gmail.com>
* feat: add support dashboard API endpoints and Marketing role - Add MARKETING role to UserRole enum and role hierarchy - Add GET support/issue/support/list endpoint with filtering, pagination and search - Add SupportIssueListDto and GetSupportIssueListFilter - Add clerk field to SupportIssueInternalDataDto - Add transactionMissing data mapping with safe JSON parsing - Allow message creation without text (file-only messages) - Remove unnecessary mail requirement for issue creation - Fix department filter to enforce role-based access - Lower support controller guard from COMPLIANCE to SUPPORT * fix: limit search terms to prevent loop bound injection * fix: use explicit Math.min bound for search term loop * fix: restrict support endpoints from marketing role and simplify mapper * fix: restore mail requirement for support issue creation * refactor: simplify support issue list endpoint path
TaprootFreak
approved these changes
Apr 14, 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