[DEV-831] new bank tx types#438
Merged
Merged
Conversation
[DEV-596] & [DEV-426] Add bank frick transaction & payment info routes
[DEV-674] & [DEV-677] & [FIX] crypto PaymentInfo, kyc Mail, apiSign Logging
[DEV-365] & [DEV-713] & [DEV-698] Masternode sync automation & change kyc link to kyc hash
* [DEV-597] added ethers package and added eth signature verification * [DEV-597] added BTC message verification * [DEV-607][WIP] foundation to link addresses without a user session * [DEV-608] add link address email trigger to start KYC * [DEV-608] added correct payment link to email * [DEV-624] added link address entity with repo and changed link email to use authentication uuid * [DEV-624] added GET and POST for link authentication and removed old link integration * [DEV-624] added migration script * [DEV-624] added correct kyc completeness check and merging of user data * [DEV-624] changed create to static function * [DEV-633] added blockchain info to JWT, user and asset * [DEV-633] moved Blockchain enum, default defichain for assets and removed blockchain parameter from functions * [DEV-634] added change user and linked users to detail endpoint * [DEV-634] added thunderclient calls for change user * [DEV-634] fix broken import * [DEV-634] added blockchain information to signature message * [DEV-634] fixes issue with wrong type for isSwitchable * [DEV-634] CRC and moved change user to AuthService * [DEV-634] CRC * [DEV-593] fixing wrong imports due to moving blockchain enum and other merge conflicts left overs * [DEV-593] deleted empty file * [DEV-593] CRC * [DEV-716] changed blockchain to blockchains * [DEV-716] remove blockchain for user table from migration file * [DEV-716] fixes merge conflict error * [DEV-593] adapted and translated link email * [DEV-593] CRC * [DEV-716] correctly add blockchains to out dto * [DEV-716] remove unique constraint of assets.name * [DEV-716] improved blockchain handling and added unique constraint for asset name & blockchain * [DEV-716] fixed wrong migration row * [DEV-593] CRC * [DEV-593] moved link creation to link service * [DEV-448] Do not send mails if no mail defined (#402) * [DEV-448] Do not send mails if no mail defined * [DEV-448] Added error log * [DEV-448] Removed empty mail exception * [DEV-703] extend OnRamp bank-Selector (#388) * [DEV-703] extend onRamp bank selector * [DEV-703] Refactoring * [DEV-703] add MBEnable col + migration, add one case to bankSelector * [DEV-703] Refactoring 2 * [DEV-703] Refactoring 3 * [DEV-703] add unit tests * [DEV-703] unit test Refactoring Co-authored-by: David May <david.leo.may@gmail.com> * [FIX] optional property for return values * [FIX] Refactoring * [FIX] Refactoring second try * [DEV-593] Removed duplicated config * [DEV-593] Switched to 'du' Co-authored-by: David May <85513542+davidleomay@users.noreply.github.com> Co-authored-by: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Co-authored-by: David May <david.leo.may@gmail.com> Co-authored-by: Yannick1712 <nickbusch1998@gmail.com>
Buy Crypto on Ethereum and BSC, Pricing and Payout changes
[DEV-729] & [DEV-695] JellyWallet History & Refactoring
Hotfix - changed buy to target in buy-crypto (#414)
[DEV-256] & [DEV-618] & [FIX] volume info, BTC Output Node, csv date format fix
[DEV-733]&[DEV-441]&[DEV-735]&[FIX] add ftx service, translation, fix paymentInfo
* Ignore Dust DFI (#426) * Ignore dust tokens (was accidentally removed in previous merge) * Removed unused workflow * [FIX] fix updateBankTxTime for user with no bankTx Co-authored-by: Yannick1712 <nickbusch1998@gmail.com>
[DEV-771] buyFiat return mails (#428)
[FIX] link mail broken html tags & only send mail for userData with mail
Kolibri1990
approved these changes
Oct 1, 2022
Yannick1712
added a commit
that referenced
this pull request
Oct 15, 2022
commit a5884ed Author: TonySemikin <tony.semikin@gmail.com> Date: Fri Oct 14 11:43:56 2022 +0200 [DEV-726] Improve BuyCrypto Monitoring (#421) * [DEV-726] created notification module structure * [DEV-726] added notification persistence and recurring rules * [DEV-726] added log to suppressed mails * [DEV-726] added notification module to app module * [DEV-726] first working error suppression * [DEV-726] slight improvement of request interface * [DEV-726] simplified mail request parameters * [DEV-726] refactored client calls to notification service * [DEV-726] fixed tests and removed former mail service * [DEV-726] improved correlation of incoming mail requests * [DEV-726] hard limited notification correlationId to 255 chars * [DEV-726] trade off improvement of mails naming * [DEV-726] added contollers for integration tests * [DEV-726] added migration * [DEV-726] after merge fixes * [DEV-726] small notification entity adjustment * [DEV-726] adjusted blockchain scan base urls for buy crypto confirmation * [DEV-726] after merge fixes * [DEV-726] addressed PR comments * [DEV-726] moved mail class to base directory * [DEV-726] after merge fixes commit 40988a7 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Fri Oct 14 11:36:33 2022 +0200 [DEV-884] add Pending bankTx type commit 2b176ef Author: TonySemikin <tony.semikin@gmail.com> Date: Fri Oct 14 10:20:31 2022 +0200 [DEV-622], [DEV-833] buy crypto btc, eth tokens, bsc tokens (#446) * [DEV-622] scaffolded strategies for bitcoin and erc-20 tokens * [DEV-622] restructured dex strategies * [DEV-622] added new strategies to facades * [DEV-622] adapted DexEvmService to token purchase * [DEV-622] restructured payout strategies * [DEV-622] added payout strategies placeholders * [DEV-622] private methds naming cleanup in dex module * [DEV-622] refactored payout service to group orders by strategies * [DEV-622] implemented dex strategies for bitcoin and eth tokens * [DEV-622] implemented prepare strategy for bitcoin * [DEV-622] added erc20 contract integration * [DEV-622] basic test swap for evm * [DEV-622] fixed abi import and denomination of erc20 tokens * [DEV-622] implemented new reference asset rules * [DEV-622] implemented btc to dfi pricing path * [DEV-622] refactored bitcoin payout strategy to use shared jellyfish functionality * [DEV-622] remove redundant method binding * [DEV-622] implemented reference assets rules for evm liquidity strategies * [DEV-622] fixed abi import path * [DEV-622] changed naming in dfi payout strategy * [DEV-622] several adjustments during testing * [DEV-622] fix payout completion check error * [DEV-622] made swap contract and token configurable * [DEV-622] fixed evm client construction * [DEV-622] extended env example file * [DEV-622] created migration * [DEV-622] implemented fallback to currency logic in pricing module * [DEV-622] Switched to ALTER COLUMN * [DEV-622] added env configuration * [DEV-622] addressed PR comments Co-authored-by: David May <david.leo.may@gmail.com> commit 2da67ba Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Wed Oct 12 12:17:34 2022 +0200 [DEV-862] bankTxReturn update method (#450) * [DEV-862] add update method * [DEV-862] Refactoring 1 * [DEV-862] renaming commit aa675a6 Author: David May <85513542+davidleomay@users.noreply.github.com> Date: Wed Oct 12 11:07:22 2022 +0200 Improved logging for BuyCrypto and Spider errors (#451) commit e6f3d48 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Tue Oct 11 17:25:24 2022 +0200 [FIX] error handling commit 1c54057 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Tue Oct 11 17:02:04 2022 +0200 [FIX] kyc-webhook wallet fix commit 234ee8b Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Tue Oct 11 15:58:16 2022 +0200 [DEV-860] add BankTxReturn Cols + migration (#448) * [DEV-860] add BankTxReturn Cols + migration * [DEV-860] Refactoring * [DEV-860] Refactoring 2 commit 13273b9 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Tue Oct 11 15:48:09 2022 +0200 [DEV-847] add buyCrypto Pending Mails (#447) * [DEV-847] add buyCrypto Pending Mails * [DEV-847] Refactoring 1 * [DEV-847] Refactoring 2 * [DEV-847] Refactoring 3 * [DEV-847] remove unused code Co-authored-by: David May <david.leo.may@gmail.com> commit 1ef4121 Author: David May <david.leo.may@gmail.com> Date: Mon Oct 10 15:33:12 2022 +0200 [DEV-769] Added API key to env commit 5f420d8 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Mon Oct 10 13:15:39 2022 +0200 [FIX] fix unit test commit 3728369 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Mon Oct 10 12:58:58 2022 +0200 [DEV-801] & [DEV-802]: min Deposit (#443) * [DEV-801] & [DEV-802]: min Deposit * [DEV-801]&[DEV-802] change config * [DEV-801] Refactoring * [DEV-801] move getMinDeposit commit 5c79d35 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 13:54:54 2022 +0200 [FIX] fix unit test commit 3f38798 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 13:06:46 2022 +0200 [FIX] Mail Update commit 5c2a881 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 11:25:30 2022 +0200 [FIX] fix commit 8f7f054 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 11:19:47 2022 +0200 [FIX] remove seed commit 71caf5c Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 10:08:23 2022 +0200 [FIX] Refactoring commit 598a242 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Thu Oct 6 19:53:30 2022 +0200 [DEV-827] change kyc mail text (#444) * [FIX] fix payback Mail Text * [DEV-827] kyc mail changed text part commit f5bb374 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Thu Oct 6 17:17:14 2022 +0200 [FIX] fix linter error commit 5255772 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Thu Oct 6 17:10:58 2022 +0200 [DEV-829] bank table (#440) * [DEV-829] add bank + migration * [DEV-829] move bankSelector, refactoring * [DEV-829] Refactoring * [DEV-829] Refactoring 2 * [DEV-829] add unit tests + Refactoring * [DEV-829] remove ibans in config * [DEV-829] Refactoring unit tests commit a78d84c Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Thu Oct 6 16:41:11 2022 +0200 [DEV-813] buyCrypto return Mails (#442) * [DEV-813] add buyCrypto return Mails + add amlReasons * [DEV-813] add amlReason Mail texts * [DEV-813] Refactoring * [DEV-851] add buyCryptoReturn Mail Translation commit 6c0aa85 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Wed Oct 5 22:47:14 2022 +0200 [DEV-849] fix dto check commit 1b117a8 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Wed Oct 5 17:34:34 2022 +0200 [DEV-849] rename wallet description col + change kycDataTransferDto commit d301bc3 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Wed Oct 5 15:16:00 2022 +0200 [DEV-839] add bankTxRepeat Tabel + migration (#441) commit 5c45c47 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Wed Oct 5 09:42:04 2022 +0200 [DEV-832] add bankTxReturn + migration (#439) * [DEV-832] add bankTxReturn + migration * [DEV-832] Refactoring commit c13cce8 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Mon Oct 3 11:47:08 2022 +0200 [DEV-36]&[DEV-174] remove crypto sell + crypto buy (#422) * [DEV-36] Remove cryptoSell * [DEV-174] Remove CryptoBuy + Refactoring * [DEV-36] & [DEV-174] remove thunderClient/Collection entries commit 64403f5 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Sat Oct 1 16:02:15 2022 +0200 [DEV-831] new bankTx types (#438) Co-authored-by: Kolibri1990 <66674482+Kolibri1990@users.noreply.github.com> Co-authored-by: David May <85513542+davidleomay@users.noreply.github.com> Co-authored-by: David May <david.leo.may@gmail.com> Co-authored-by: TonySemikin <tony.semikin@gmail.com>
Yannick1712
added a commit
that referenced
this pull request
Oct 21, 2022
* [DEV-770] reload users with wallet * [DEV-770] add wallet controller * [DEV-770] add kycFailed webhook * [DEV-770] KYC Light for LOCK users * [DEV-770] apiKey Refactoring * [DEV-770] add company method Get kycData * [DEV-770] add Company SignIn challenge token * Squashed commit of the following: commit a5884ed Author: TonySemikin <tony.semikin@gmail.com> Date: Fri Oct 14 11:43:56 2022 +0200 [DEV-726] Improve BuyCrypto Monitoring (#421) * [DEV-726] created notification module structure * [DEV-726] added notification persistence and recurring rules * [DEV-726] added log to suppressed mails * [DEV-726] added notification module to app module * [DEV-726] first working error suppression * [DEV-726] slight improvement of request interface * [DEV-726] simplified mail request parameters * [DEV-726] refactored client calls to notification service * [DEV-726] fixed tests and removed former mail service * [DEV-726] improved correlation of incoming mail requests * [DEV-726] hard limited notification correlationId to 255 chars * [DEV-726] trade off improvement of mails naming * [DEV-726] added contollers for integration tests * [DEV-726] added migration * [DEV-726] after merge fixes * [DEV-726] small notification entity adjustment * [DEV-726] adjusted blockchain scan base urls for buy crypto confirmation * [DEV-726] after merge fixes * [DEV-726] addressed PR comments * [DEV-726] moved mail class to base directory * [DEV-726] after merge fixes commit 40988a7 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Fri Oct 14 11:36:33 2022 +0200 [DEV-884] add Pending bankTx type commit 2b176ef Author: TonySemikin <tony.semikin@gmail.com> Date: Fri Oct 14 10:20:31 2022 +0200 [DEV-622], [DEV-833] buy crypto btc, eth tokens, bsc tokens (#446) * [DEV-622] scaffolded strategies for bitcoin and erc-20 tokens * [DEV-622] restructured dex strategies * [DEV-622] added new strategies to facades * [DEV-622] adapted DexEvmService to token purchase * [DEV-622] restructured payout strategies * [DEV-622] added payout strategies placeholders * [DEV-622] private methds naming cleanup in dex module * [DEV-622] refactored payout service to group orders by strategies * [DEV-622] implemented dex strategies for bitcoin and eth tokens * [DEV-622] implemented prepare strategy for bitcoin * [DEV-622] added erc20 contract integration * [DEV-622] basic test swap for evm * [DEV-622] fixed abi import and denomination of erc20 tokens * [DEV-622] implemented new reference asset rules * [DEV-622] implemented btc to dfi pricing path * [DEV-622] refactored bitcoin payout strategy to use shared jellyfish functionality * [DEV-622] remove redundant method binding * [DEV-622] implemented reference assets rules for evm liquidity strategies * [DEV-622] fixed abi import path * [DEV-622] changed naming in dfi payout strategy * [DEV-622] several adjustments during testing * [DEV-622] fix payout completion check error * [DEV-622] made swap contract and token configurable * [DEV-622] fixed evm client construction * [DEV-622] extended env example file * [DEV-622] created migration * [DEV-622] implemented fallback to currency logic in pricing module * [DEV-622] Switched to ALTER COLUMN * [DEV-622] added env configuration * [DEV-622] addressed PR comments Co-authored-by: David May <david.leo.may@gmail.com> commit 2da67ba Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Wed Oct 12 12:17:34 2022 +0200 [DEV-862] bankTxReturn update method (#450) * [DEV-862] add update method * [DEV-862] Refactoring 1 * [DEV-862] renaming commit aa675a6 Author: David May <85513542+davidleomay@users.noreply.github.com> Date: Wed Oct 12 11:07:22 2022 +0200 Improved logging for BuyCrypto and Spider errors (#451) commit e6f3d48 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Tue Oct 11 17:25:24 2022 +0200 [FIX] error handling commit 1c54057 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Tue Oct 11 17:02:04 2022 +0200 [FIX] kyc-webhook wallet fix commit 234ee8b Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Tue Oct 11 15:58:16 2022 +0200 [DEV-860] add BankTxReturn Cols + migration (#448) * [DEV-860] add BankTxReturn Cols + migration * [DEV-860] Refactoring * [DEV-860] Refactoring 2 commit 13273b9 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Tue Oct 11 15:48:09 2022 +0200 [DEV-847] add buyCrypto Pending Mails (#447) * [DEV-847] add buyCrypto Pending Mails * [DEV-847] Refactoring 1 * [DEV-847] Refactoring 2 * [DEV-847] Refactoring 3 * [DEV-847] remove unused code Co-authored-by: David May <david.leo.may@gmail.com> commit 1ef4121 Author: David May <david.leo.may@gmail.com> Date: Mon Oct 10 15:33:12 2022 +0200 [DEV-769] Added API key to env commit 5f420d8 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Mon Oct 10 13:15:39 2022 +0200 [FIX] fix unit test commit 3728369 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Mon Oct 10 12:58:58 2022 +0200 [DEV-801] & [DEV-802]: min Deposit (#443) * [DEV-801] & [DEV-802]: min Deposit * [DEV-801]&[DEV-802] change config * [DEV-801] Refactoring * [DEV-801] move getMinDeposit commit 5c79d35 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 13:54:54 2022 +0200 [FIX] fix unit test commit 3f38798 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 13:06:46 2022 +0200 [FIX] Mail Update commit 5c2a881 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 11:25:30 2022 +0200 [FIX] fix commit 8f7f054 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 11:19:47 2022 +0200 [FIX] remove seed commit 71caf5c Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 10:08:23 2022 +0200 [FIX] Refactoring commit 598a242 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Thu Oct 6 19:53:30 2022 +0200 [DEV-827] change kyc mail text (#444) * [FIX] fix payback Mail Text * [DEV-827] kyc mail changed text part commit f5bb374 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Thu Oct 6 17:17:14 2022 +0200 [FIX] fix linter error commit 5255772 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Thu Oct 6 17:10:58 2022 +0200 [DEV-829] bank table (#440) * [DEV-829] add bank + migration * [DEV-829] move bankSelector, refactoring * [DEV-829] Refactoring * [DEV-829] Refactoring 2 * [DEV-829] add unit tests + Refactoring * [DEV-829] remove ibans in config * [DEV-829] Refactoring unit tests commit a78d84c Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Thu Oct 6 16:41:11 2022 +0200 [DEV-813] buyCrypto return Mails (#442) * [DEV-813] add buyCrypto return Mails + add amlReasons * [DEV-813] add amlReason Mail texts * [DEV-813] Refactoring * [DEV-851] add buyCryptoReturn Mail Translation commit 6c0aa85 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Wed Oct 5 22:47:14 2022 +0200 [DEV-849] fix dto check commit 1b117a8 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Wed Oct 5 17:34:34 2022 +0200 [DEV-849] rename wallet description col + change kycDataTransferDto commit d301bc3 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Wed Oct 5 15:16:00 2022 +0200 [DEV-839] add bankTxRepeat Tabel + migration (#441) commit 5c45c47 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Wed Oct 5 09:42:04 2022 +0200 [DEV-832] add bankTxReturn + migration (#439) * [DEV-832] add bankTxReturn + migration * [DEV-832] Refactoring commit c13cce8 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Mon Oct 3 11:47:08 2022 +0200 [DEV-36]&[DEV-174] remove crypto sell + crypto buy (#422) * [DEV-36] Remove cryptoSell * [DEV-174] Remove CryptoBuy + Refactoring * [DEV-36] & [DEV-174] remove thunderClient/Collection entries commit 64403f5 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Sat Oct 1 16:02:15 2022 +0200 [DEV-831] new bankTx types (#438) Co-authored-by: Kolibri1990 <66674482+Kolibri1990@users.noreply.github.com> Co-authored-by: David May <85513542+davidleomay@users.noreply.github.com> Co-authored-by: David May <david.leo.may@gmail.com> Co-authored-by: TonySemikin <tony.semikin@gmail.com> * [DEV-770] Refactoring 1 * [DEV-770] add KycWebhookStatus Rejected * [DEV-770] Refactoring 2 * [DEV-770] disable kyc mails for externalUser * [DEV-770] Refactoring 3 * [DEV-770] move challenge null check * [DEV-770] Refactoring 4 * [DEV-770] Refactoring 5 * [DEV-770] change merge check * [DEV-770] Refactoring 6 Co-authored-by: David May <david.leo.may@gmail.com>
davidleomay
added a commit
that referenced
this pull request
Oct 24, 2022
* [FIX] fix buyCrypto return mails * [DEV-864] Add part to completed requirement and also to fallback (#458) * [DEV-864] Add part to completed requirement and also to fallback * [DEV-864] Refactoring * [DEV-864] Refactoring * [DEV-864] Removed empty lines Co-authored-by: David May <david.leo.may@gmail.com> * Send payment mails to liq address (#464) * [DEV-893] BTC Fee (#463) * [DEV-893] Using recommended fee and RBF for BTC send * [DEV-893] Updated environment * [DEV-770] Offshore kyc v2 (#455) * [DEV-770] reload users with wallet * [DEV-770] add wallet controller * [DEV-770] add kycFailed webhook * [DEV-770] KYC Light for LOCK users * [DEV-770] apiKey Refactoring * [DEV-770] add company method Get kycData * [DEV-770] add Company SignIn challenge token * Squashed commit of the following: commit a5884ed Author: TonySemikin <tony.semikin@gmail.com> Date: Fri Oct 14 11:43:56 2022 +0200 [DEV-726] Improve BuyCrypto Monitoring (#421) * [DEV-726] created notification module structure * [DEV-726] added notification persistence and recurring rules * [DEV-726] added log to suppressed mails * [DEV-726] added notification module to app module * [DEV-726] first working error suppression * [DEV-726] slight improvement of request interface * [DEV-726] simplified mail request parameters * [DEV-726] refactored client calls to notification service * [DEV-726] fixed tests and removed former mail service * [DEV-726] improved correlation of incoming mail requests * [DEV-726] hard limited notification correlationId to 255 chars * [DEV-726] trade off improvement of mails naming * [DEV-726] added contollers for integration tests * [DEV-726] added migration * [DEV-726] after merge fixes * [DEV-726] small notification entity adjustment * [DEV-726] adjusted blockchain scan base urls for buy crypto confirmation * [DEV-726] after merge fixes * [DEV-726] addressed PR comments * [DEV-726] moved mail class to base directory * [DEV-726] after merge fixes commit 40988a7 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Fri Oct 14 11:36:33 2022 +0200 [DEV-884] add Pending bankTx type commit 2b176ef Author: TonySemikin <tony.semikin@gmail.com> Date: Fri Oct 14 10:20:31 2022 +0200 [DEV-622], [DEV-833] buy crypto btc, eth tokens, bsc tokens (#446) * [DEV-622] scaffolded strategies for bitcoin and erc-20 tokens * [DEV-622] restructured dex strategies * [DEV-622] added new strategies to facades * [DEV-622] adapted DexEvmService to token purchase * [DEV-622] restructured payout strategies * [DEV-622] added payout strategies placeholders * [DEV-622] private methds naming cleanup in dex module * [DEV-622] refactored payout service to group orders by strategies * [DEV-622] implemented dex strategies for bitcoin and eth tokens * [DEV-622] implemented prepare strategy for bitcoin * [DEV-622] added erc20 contract integration * [DEV-622] basic test swap for evm * [DEV-622] fixed abi import and denomination of erc20 tokens * [DEV-622] implemented new reference asset rules * [DEV-622] implemented btc to dfi pricing path * [DEV-622] refactored bitcoin payout strategy to use shared jellyfish functionality * [DEV-622] remove redundant method binding * [DEV-622] implemented reference assets rules for evm liquidity strategies * [DEV-622] fixed abi import path * [DEV-622] changed naming in dfi payout strategy * [DEV-622] several adjustments during testing * [DEV-622] fix payout completion check error * [DEV-622] made swap contract and token configurable * [DEV-622] fixed evm client construction * [DEV-622] extended env example file * [DEV-622] created migration * [DEV-622] implemented fallback to currency logic in pricing module * [DEV-622] Switched to ALTER COLUMN * [DEV-622] added env configuration * [DEV-622] addressed PR comments Co-authored-by: David May <david.leo.may@gmail.com> commit 2da67ba Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Wed Oct 12 12:17:34 2022 +0200 [DEV-862] bankTxReturn update method (#450) * [DEV-862] add update method * [DEV-862] Refactoring 1 * [DEV-862] renaming commit aa675a6 Author: David May <85513542+davidleomay@users.noreply.github.com> Date: Wed Oct 12 11:07:22 2022 +0200 Improved logging for BuyCrypto and Spider errors (#451) commit e6f3d48 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Tue Oct 11 17:25:24 2022 +0200 [FIX] error handling commit 1c54057 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Tue Oct 11 17:02:04 2022 +0200 [FIX] kyc-webhook wallet fix commit 234ee8b Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Tue Oct 11 15:58:16 2022 +0200 [DEV-860] add BankTxReturn Cols + migration (#448) * [DEV-860] add BankTxReturn Cols + migration * [DEV-860] Refactoring * [DEV-860] Refactoring 2 commit 13273b9 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Tue Oct 11 15:48:09 2022 +0200 [DEV-847] add buyCrypto Pending Mails (#447) * [DEV-847] add buyCrypto Pending Mails * [DEV-847] Refactoring 1 * [DEV-847] Refactoring 2 * [DEV-847] Refactoring 3 * [DEV-847] remove unused code Co-authored-by: David May <david.leo.may@gmail.com> commit 1ef4121 Author: David May <david.leo.may@gmail.com> Date: Mon Oct 10 15:33:12 2022 +0200 [DEV-769] Added API key to env commit 5f420d8 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Mon Oct 10 13:15:39 2022 +0200 [FIX] fix unit test commit 3728369 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Mon Oct 10 12:58:58 2022 +0200 [DEV-801] & [DEV-802]: min Deposit (#443) * [DEV-801] & [DEV-802]: min Deposit * [DEV-801]&[DEV-802] change config * [DEV-801] Refactoring * [DEV-801] move getMinDeposit commit 5c79d35 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 13:54:54 2022 +0200 [FIX] fix unit test commit 3f38798 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 13:06:46 2022 +0200 [FIX] Mail Update commit 5c2a881 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 11:25:30 2022 +0200 [FIX] fix commit 8f7f054 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 11:19:47 2022 +0200 [FIX] remove seed commit 71caf5c Author: Yannick1712 <nickbusch1998@gmail.com> Date: Sat Oct 8 10:08:23 2022 +0200 [FIX] Refactoring commit 598a242 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Thu Oct 6 19:53:30 2022 +0200 [DEV-827] change kyc mail text (#444) * [FIX] fix payback Mail Text * [DEV-827] kyc mail changed text part commit f5bb374 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Thu Oct 6 17:17:14 2022 +0200 [FIX] fix linter error commit 5255772 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Thu Oct 6 17:10:58 2022 +0200 [DEV-829] bank table (#440) * [DEV-829] add bank + migration * [DEV-829] move bankSelector, refactoring * [DEV-829] Refactoring * [DEV-829] Refactoring 2 * [DEV-829] add unit tests + Refactoring * [DEV-829] remove ibans in config * [DEV-829] Refactoring unit tests commit a78d84c Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Thu Oct 6 16:41:11 2022 +0200 [DEV-813] buyCrypto return Mails (#442) * [DEV-813] add buyCrypto return Mails + add amlReasons * [DEV-813] add amlReason Mail texts * [DEV-813] Refactoring * [DEV-851] add buyCryptoReturn Mail Translation commit 6c0aa85 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Wed Oct 5 22:47:14 2022 +0200 [DEV-849] fix dto check commit 1b117a8 Author: Yannick1712 <nickbusch1998@gmail.com> Date: Wed Oct 5 17:34:34 2022 +0200 [DEV-849] rename wallet description col + change kycDataTransferDto commit d301bc3 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Wed Oct 5 15:16:00 2022 +0200 [DEV-839] add bankTxRepeat Tabel + migration (#441) commit 5c45c47 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Wed Oct 5 09:42:04 2022 +0200 [DEV-832] add bankTxReturn + migration (#439) * [DEV-832] add bankTxReturn + migration * [DEV-832] Refactoring commit c13cce8 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Mon Oct 3 11:47:08 2022 +0200 [DEV-36]&[DEV-174] remove crypto sell + crypto buy (#422) * [DEV-36] Remove cryptoSell * [DEV-174] Remove CryptoBuy + Refactoring * [DEV-36] & [DEV-174] remove thunderClient/Collection entries commit 64403f5 Author: Yannick1712 <52333989+Yannick1712@users.noreply.github.com> Date: Sat Oct 1 16:02:15 2022 +0200 [DEV-831] new bankTx types (#438) Co-authored-by: Kolibri1990 <66674482+Kolibri1990@users.noreply.github.com> Co-authored-by: David May <85513542+davidleomay@users.noreply.github.com> Co-authored-by: David May <david.leo.may@gmail.com> Co-authored-by: TonySemikin <tony.semikin@gmail.com> * [DEV-770] Refactoring 1 * [DEV-770] add KycWebhookStatus Rejected * [DEV-770] Refactoring 2 * [DEV-770] disable kyc mails for externalUser * [DEV-770] Refactoring 3 * [DEV-770] move challenge null check * [DEV-770] Refactoring 4 * [DEV-770] Refactoring 5 * [DEV-770] change merge check * [DEV-770] Refactoring 6 Co-authored-by: David May <david.leo.may@gmail.com> * [FIX] fix unit tests * [DEV-808] Add contribution '0' to business account (#465) * Switched to REF node for staking swaps * [DEV-292] remove unused user fields + migration (#462) * [DEV-292] remove unused user fields + migration * [DEV-292] fix unit tests * [DEV-759] Round statistic values to 2 decimals (#466) * [DEV-759] Round statistic values to 2 decimals * [DEV-759] Change decimal value to config default value * [FIX] remove unused imports * [DEV-902] add buyFiat Pending Mail (#468) * [DEV-902] add buyFiat Pending Mail * [DEV-902] Refactoring * [DEV-946] add amlReason (#473) * [DEV-946] add amlReason * [DEV-946] add translation * [DEV-903] pending mail olky (#471) * [DEV-903] add olky Pending Mail * [DEV-903] add translations * [DEV-904] add support Mail (#470) * [DEV-904] add support Mail * [DEV_904] add mail To Link Co-authored-by: Yannick1712 <nickbusch1998@gmail.com> Co-authored-by: David May <david.leo.may@gmail.com> Co-authored-by: David May <85513542+davidleomay@users.noreply.github.com> Co-authored-by: Yannick1712 <52333989+Yannick1712@users.noreply.github.com>
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.
Release Checklist
Pre-Release
Post-Release