-
Notifications
You must be signed in to change notification settings - Fork 18
Release: develop -> main #3016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release: develop -> main #3016
Conversation
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
* [DEV-4533] kycStep for invatation * [DEV-4533] fix build * [DEV-4533] Refactoring * [DEV-4533] Refactoring 2 * [DEV-4533] Adapt mapper for mail invitation
* fix: improved LM config check * fix: floor source amount (to not exceed balance) * fix(buy): EUR VIBAN improvements - Check for existing VIBAN before enforcing KYC level 50 (fixes #3008) - Support buy-specific VIBANs for EUR transactions (fixes #3006) - Extract buildVirtualIbanResponse helper to reduce duplication (fixes #3007) * fix: added EVM test swap retry * fix: improved Scrypt connection error logging * feat: Scrypt unfiltered log processing * [NOTASK] Small refactoring * [NOTASK] Refactoring 2 --------- Co-authored-by: Yannick1712 <52333989+Yannick1712@users.noreply.github.com>
davidleomay
previously approved these changes
Jan 21, 2026
* refactor(scripts): use central .env for debug scripts - db-debug.sh and log-debug.sh now use the central .env file - Remove separate .env.db-debug.sample file - Update documentation in script headers DEBUG_ADDRESS, DEBUG_SIGNATURE, and DEBUG_API_URL should now be added to the main .env file instead of a separate config. * feat(setup): auto-save DEBUG credentials to .env Setup script now saves DEBUG_ADDRESS, DEBUG_SIGNATURE, and DEBUG_API_URL to .env after registering the admin user, so debug scripts work immediately. * fix(scripts): read env vars safely without sourcing Avoid sourcing .env file directly to prevent bash keyword conflicts (e.g. mnemonics containing 'else', 'if', etc.)
davidleomay
previously approved these changes
Jan 21, 2026
* feat: create transaction/:id/receipt endpoint. * chore: put realunit information into config. * chore: clean logo and createTxStatement function.
* refactor(scripts): use central .env for debug scripts - db-debug.sh and log-debug.sh now use the central .env file - Remove separate .env.db-debug.sample file - Update documentation in script headers DEBUG_ADDRESS, DEBUG_SIGNATURE, and DEBUG_API_URL should now be added to the main .env file instead of a separate config. * feat(setup): auto-save DEBUG credentials to .env Setup script now saves DEBUG_ADDRESS, DEBUG_SIGNATURE, and DEBUG_API_URL to .env after registering the admin user, so debug scripts work immediately. * fix(scripts): read env vars safely without sourcing Avoid sourcing .env file directly to prevent bash keyword conflicts (e.g. mnemonics containing 'else', 'if', etc.) * fix(scripts): use /auth endpoint instead of /auth/signIn
- CHF users with KYC level 50+ now automatically get a VIBAN - CHF users below KYC 50 continue using normal bank selection - EUR rules remain unchanged (VIBAN mandatory, KYC 50+ required)
* chore: code cleanup * fix: improved bank webhook error log
davidleomay
approved these changes
Jan 21, 2026
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