Commit graph

75 commits

Author SHA1 Message Date
Rafael Taranto
7d11bfacb0 Merge pull request #1784 from lamassu/releases/v10.1
Releases/v10.1
2025-02-05 17:54:56 +00:00
Rafael Taranto
e4c4dae293 Merge pull request #1781 from RafaelTaranto/fix/increasing-discount-safeguard
LAM-1281 fix: increasing discount safeguard
2025-01-10 11:42:40 +00:00
Rafael Taranto
5a1163e723 fix: increasing discount on same tx 2025-01-05 08:51:29 +00:00
siiky
63bb2c791d refactor: replace ternary operator with binary OR operator 2024-11-29 11:37:50 +00:00
siiky
a56336282f fix: get blacklist message associated with address 2024-11-29 11:36:39 +00:00
siiky
e1811daf24 refactor: use restructuring 2024-11-29 11:35:33 +00:00
siiky
944ef60121 refactor: remove unnecessary variable 2024-11-29 11:34:30 +00:00
siiky
f010398ebf refactor: replace then chain with flow 2024-11-29 11:33:35 +00:00
siiky
7f2651fa9e fix: undefined variable 2024-11-29 11:32:07 +00:00
Sérgio Salgado
01303d6454 fix: clean up code 2024-11-29 11:28:04 +00:00
Sérgio Salgado
677cb39f0c feat: add blacklist message to machine communication 2024-11-29 11:24:31 +00:00
Sérgio Salgado
473bb15c24 feat: turn address into a coin-agnostic solution 2024-11-29 11:18:48 +00:00
Sérgio Salgado
7d9c468242 fix: remove cash-in transaction retry 2024-11-26 09:48:37 +00:00
siiky
cac88fda45 refactor: use loadLatestConfig() in place of loadLatest() where applicable 2024-09-19 15:54:25 +01:00
Rafael Taranto
501da5f54a feat: scorechain address analysis 2024-04-30 17:18:36 +01:00
Rafael Taranto
fc86956a09 fix: typo 2023-10-19 15:10:47 +01:00
Rafael Taranto
1e1bfe58a4 fix: code review changes 2023-10-16 16:58:47 +01:00
Rafael Taranto
21b88f182e refactor: use recyclers instead of stackers 2023-10-09 14:41:33 +01:00
Rafael Taranto
a99c361ace fix: backwards compat on cash-in 2023-08-22 15:13:06 +01:00
Taranto
13d5860ccb fix: accidentally a word 2023-08-09 17:54:50 +01:00
Taranto
7b979cb81b fix: cashbox column dropped 2023-08-09 17:51:03 +01:00
Rafael Taranto
189aff31d7 Merge branch 'release-8.6' into feat-add-aveiro-admin-ui-8.5 2023-06-26 21:29:00 +01:00
Sérgio Salgado
2d010fc359 feat: assign unit destination during cash-in
fix: cash cassettes wizard initial values
2023-06-07 14:27:42 +01:00
Sérgio Salgado
2967ad3a75 fix: multiple fixes related with recyclers/stackers
feat: add bill destination unit for cash-in txs
feat: l-m communication regarding cash unit state
2023-06-07 14:27:42 +01:00
Sérgio Salgado
63853f116c fix: allow cancelation of batched transactions 2023-06-05 20:44:53 +01:00
José Oliveira
0a62589d1e fix: add missing return statement 2023-05-03 16:20:43 +01:00
José Oliveira
16554951a1 fix: cash-out skips wallet rating in most status 2023-04-14 17:03:59 +01:00
siiky
71e4e27e95 fix: remove cashInFeeCrypto from machine-cached transactions 2022-12-14 14:02:16 +00:00
josepfo
d7a5f05437 fix: deprecate cashInFeeCrypto 2022-12-07 15:21:28 +00:00
Rafael Taranto
01e0c57655 Merge branch 'release-8.1' into fix/ct-ui-score-error-color 2022-11-21 11:18:13 +00:00
Rafael Taranto
d0b57cfded Merge pull request #1431 from josepfo/fix/mock-scoring-flag
Fix: mock scoring flag
2022-11-10 13:31:43 +01:00
josepfo
727544344b fix: verify if wallet scoring is enabled 2022-11-04 15:56:15 +00:00
Nikola Ubavic
2355cfccbb fix: usedb.one 2022-11-03 13:47:52 +01:00
Nikola Ubavic
28abcd7851 fix: address reuse query 2022-10-31 18:10:35 +01:00
José Oliveira
209ead5e32 fix: ciphertrace ui score color 2022-10-18 15:23:37 +01:00
André Sá
288920b927 feat: add extra (optional) logging 2022-03-09 17:14:42 +00:00
André Sá
2b4e531367 refactor: add transaction ID to stale errors 2022-02-02 14:19:02 +00:00
Sérgio Salgado
01f85c82f9 fix: remove logs 2022-01-21 18:26:59 +00:00
Sérgio Salgado
57aaa7fb11 fix: authorization header and threshold logic 2022-01-21 18:26:58 +00:00
Sérgio Salgado
904c383431 feat: add ciphertrace base implementation 2022-01-21 18:26:57 +00:00
Sérgio Salgado
00c38ea721 feat: add batch_time and batched to cash_in_txs
feat: add batched flag to clear tx to send
feat: add batch information to front-end
feat: change transaction sending info on batch sending
fix: batching support function added to all wallet plugins
fix: mock-wallet batching check
feat: send machine information about batchable coins
2021-11-24 22:21:40 +00:00
Sérgio Salgado
66f79481a2 fix: add operator cancel error as cancelled tx state 2021-11-21 22:06:00 +00:00
Sérgio Salgado
584492cb55 feat: add mock wallet scoring 2021-09-16 16:42:09 +01:00
Sérgio Salgado
b0fa62a9f3 feat: add discount source column to transaction tables
fix: move individual discounts to phone code response instead of poller
2021-09-07 17:26:36 +01:00
Taranto
ba4117173e chore: undo $ prepend on queries 2021-07-22 12:15:45 +01:00
csrapr
e6059be8d2 Chore: refactor to use new schema changing queries 2021-07-22 12:15:45 +01:00
José Oliveira
6537938ec3 fix: remove unnecessary bn config and isBigNumber usage 2021-07-05 11:10:24 +01:00
José Oliveira
ea44478b48 chore: update big number package 2021-07-05 11:10:24 +01:00
Sérgio Salgado
830b8132d0 fix: remove createdByOperator from blacklist type
fix: check for reused address
2021-07-05 11:07:37 +01:00
Sérgio Salgado
d7519d477e feat: add migration to clean blacklist table
fix: address reuse and blacklist check
2021-07-05 11:07:37 +01:00