Commit graph

2388 commits

Author SHA1 Message Date
siiky
1f8975d686 chore: deprecate deviceId from MachineInfo 2024-10-07 17:02:37 +01:00
siiky
ea9a373676 fix: No data returned from the query errors on migration 2024-09-19 16:10:18 +01:00
siiky
bb440eedd6 refactor: move fetchCurrentConfigVersion() to settings loader 2024-09-19 15:54:26 +01:00
siiky
d3d4042d97 refactor: inline query parameters 2024-09-19 15:54:26 +01:00
siiky
cac88fda45 refactor: use loadLatestConfig() in place of loadLatest() where applicable 2024-09-19 15:54:25 +01:00
siiky
5342e9a8be fix: use more specific function
`loadLatest()` returns a `Promise`, therefore accessing the `config`
property is not correct.
2024-09-19 15:54:25 +01:00
siiky
437a1d3505 refactor: remove unnecessary query parameters 2024-09-19 15:54:25 +01:00
siiky
3a548fea6f refactor: extract duplicate code into its own function 2024-09-19 15:54:24 +01:00
siiky
6cf170303a refactor: extract duplicate code into its own function 2024-09-19 15:54:24 +01:00
siiky
ccca6c345c chore: remove dead code 2024-09-19 15:54:23 +01:00
siiky
19c7d73444 chore: remove dead code 2024-09-19 15:54:23 +01:00
siiky
446ac9f8db chore: SQL formatting 2024-09-19 15:54:23 +01:00
siiky
083a7764d2 chore: query formatting 2024-09-19 15:54:22 +01:00
siiky
6f7746c564 refactor: don't use parameter in DB query 2024-09-19 15:54:22 +01:00
Rafael Taranto
543b09b084 Merge pull request #1713 from RafaelTaranto/feat/elliptic-wallet-scoring
LAM-1145 feat: elliptic wallet scoring
2024-08-30 18:03:11 +01:00
Rafael Taranto
7684a7ba9c fix: dangling variable 2024-08-27 18:43:24 +01:00
Rafael Taranto
2ea5d6e65c fix: machine_diagnostics doesn't exist 2024-08-27 15:17:57 +01:00
Rafael Taranto
d619974de7 feat: pick wallet scoring without UI 2024-08-27 11:23:48 +01:00
Rafael Taranto
d7d2b89556 fix: normalize return from elliptic 2024-08-27 10:33:15 +01:00
Rafael Taranto
2b2738c204 fix: fkeys on device_id 2024-08-21 13:24:37 +01:00
Rafael Taranto
92de30de01 feat: elliptic wallet scoring 2024-08-19 13:31:45 +01:00
Rafael Taranto
f0e5dc0c84 Merge pull request #1709 from RafaelTaranto/fix/customer-list
LAM-1140 fix: customer list ordering with limit
2024-08-16 12:25:53 +01:00
Rafael Taranto
b93a4c2088 fix: customer list ordering with limit 2024-08-14 16:33:34 +01:00
Rafael Taranto
e7a610d926 fix: only fetch valid alerts 2024-08-14 09:07:26 +01:00
Neal
9c97b15285 chore: update bitcoind, bitcoincashd, dashd, geth 2024-08-13 10:07:19 -04:00
Rafael Taranto
597d4a030b Merge pull request #1703 from RafaelTaranto/fix/sumsub-small-issues
LAM-1134 fix: sumsub UI and cache invalidation on l-s
2024-08-13 14:47:09 +01:00
Rafael Taranto
b8b3c374ee Merge pull request #1704 from RafaelTaranto/chore/alchemy-labels-on-infura
LAM-1106 chore: add Alchemy label and remove extra fields
2024-08-13 14:43:44 +01:00
Rafael Taranto
0bdbd4cc76 fix: cashbox history optimize and fix query 2024-08-13 09:40:42 +01:00
Rafael Taranto
390db36dd9 chore: add Alchemy label and remove extra fields 2024-08-12 17:42:59 +01:00
Rafael Taranto
6ab919c38f fix: sumsub UI and cache invalidation on l-s 2024-08-12 16:51:34 +01:00
Rafael Taranto
d8ce011b28 feat: separate dev from lamassuDev 2024-08-11 12:11:36 +01:00
Rafael Taranto
4a27be33f5 feat: dockerfile publishing on release-10 branch 2024-08-10 11:21:55 +01:00
Rafael Taranto
95df06250e refactor: improved images for l-s and l-a-s 2024-08-09 11:06:59 +01:00
Rafael Taranto
b9b532a633 fix: prevent loop in case of logs with db down 2024-08-09 11:06:04 +01:00
Rafael Taranto
6274bccde5 Merge pull request #1694 from siiky/feat/lam-1111/customer-last-used-machine
LAM-1111 View last-used machine name on customer profile
2024-08-05 13:44:28 +01:00
Rafael Taranto
345e869826 Merge branch 'release-10.0' into feat/lam-1062/save-unsuccessful-qr-scans 2024-08-05 13:42:26 +01:00
siiky
85e3c16225 refactor: don't try to get machine name if there's no lastUsedMachine 2024-07-18 17:34:05 +01:00
siiky
05ac89f6fa feat: add lastUsedMachineName field to GraphQL customer type 2024-07-18 17:23:28 +01:00
siiky
eae24505f7 refactor: SELECT only the name column 2024-07-18 17:22:47 +01:00
siiky
7638e277ca feat: add lastUsedMachine to GraphQL customer type 2024-07-18 17:22:08 +01:00
siiky
53830aba52 feat: update the customer's last_used_machine on auth attempt 2024-07-18 16:47:59 +01:00
siiky
4b4af106a8 Merge branch 'release-10.0' into feat/lam-1111/customer-last-used-machine
* release-10.0:
  chore: use map instead of foreach
  chore: v10.0.1 (#1696)
  Add InforU SMS plugin (#1695)
  fix: add machine name and timestamp to pending notifs messages
  refactor: drop unused debug logs
  refactor: replace `fs`+`util.promisify` with `fs/promises`
  refactor: drop unnecessary use of `_.curry`
  refactor: destruct in parameters list
  refactor: drop unnecessary curly braces
  chore: drop unused import
  refactor: destruct in parameters list to build object
  refactor: destruct in parameters list instead
  refactor: use `set` from `lodash/fp` instead of syntax
  feat: notifications and flow fixes
  fix: generic external auth on ui
  fix: admin ui
  refactor: yagni and flow of external compliance
  fix: change sumsub usage away from self-hosted solutions
  feat: implement sumsub API module
  chore: remove unused files
2024-07-18 13:07:17 +01:00
siiky
e0f7357204 refactor: clarify variables and their names 2024-07-18 13:00:13 +01:00
siiky
736b822bd9 refactor: drop useless .then() 2024-07-18 12:35:46 +01:00
Rafael Taranto
8daf76f73d Merge pull request #1686 from RafaelTaranto/chore/dockerfiles-improvement
chore: remove unused files
2024-07-16 10:59:52 +01:00
Rafael Taranto
ca1962bc39 Merge remote-tracking branch 'origin/release-10.0' into chore/dockerfiles-improvement 2024-07-16 10:56:21 +01:00
Rafael Taranto
89160f623a Merge pull request #1693 from siiky/fix/lam-969/message
LAM-969 fix: add machine name and timestamp to pending notifs messages
2024-07-16 10:54:11 +01:00
Rafael Taranto
09c3fb8a70 Merge pull request #1689 from RafaelTaranto/chore/sumsub-rebase-simplified
chore: sumsub rebase simplified
2024-07-16 09:34:07 +01:00
Rafael Taranto
681817c2eb Merge pull request #1692 from siiky/refactor/lam-1122
LAM-1122 refactor: simplify OFAC code
2024-07-11 11:12:58 +01:00
sha-265
fc6f86f51d Add InforU SMS plugin (#1695)
Co-authored-by: Bitcoin Change <admin@bitcoinchange.co.il>
2024-07-08 17:17:42 -04:00