Commit graph

61 commits

Author SHA1 Message Date
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
Sérgio Salgado
f682a77eb5 feat: migrate old tx addresses to blacklist table
feat: add new addresses to blacklist list
2021-07-05 11:07:37 +01:00
Liordino Neto
852bf7b089 feat: created the search component
style: added spec styles

fix: fixed font color on search input

style: added box-shadow to the search component

feat: added local search functionality to the search component

feat: integrated search component into the transactions page

feat: allow multiple filter selection on the search component

fix: let the user select only one filter for each type

feat: added chips for the selected filters on the transactions page

feat: added the remove function on the filter chips

style: styled items according to spec

refactor: simplified search component (moved logic to the outside)

feat: added transaction filters to the gql query

feat: added a 'clear all filters' button

feat: added a filters query

feat: added a gql query for the transaction filters

fix: fixed the transactions gql query so it haves the same options as
the transaction filters

feat: added a 'loading' feature to the search box (shown while loading
the filters)

fix: fetch transactions and filters separately in the transactions page

fix: style export

fix: packages

fix: transaction conflicts
2021-06-23 15:29:41 +01:00
csrapr
4f12bcf4cf Chore: move tx code into atomic function 2021-05-22 18:17:45 +01:00
csrapr
8cd1389de3 Feat: upgrade pg-promise and fix breaking changes 2021-05-22 18:17:45 +01:00
csrapr
82912b728a Chore: move catch into queries file 2021-02-15 23:17:19 +00:00
Cesar
69d3e4cb9b Feat: move notif center fns to own file on the notifier module
Fix: fix jest test
2021-02-15 23:17:19 +00:00
Cesar
c457faab40 Chore: make notification center UI
Chore: fiatBalancesNotify refactor

Chore: removed now-unused code in some files

Feat: change column "detail" in database to use jsonb

Chore: add notification center background and button

Chore: notifications screen scaffolding

Fix: change position of notification UI

Feat: join backend and frontend

Feat: notification icons and machine names

Feat: add clear all button, stripe overlay on invalid notification

Fix: rework notification styles

Feat: use popper to render notifications

Feat: make notification center UI

Fix: fix css on notification center

Fix: fix invalidateNotification

Chore: apply PR requested changes

Fix: PR fixes

Fix: make toggleable body/root styles be handled by react

Chore: delete old notifier file

Fix: undo variable name changes for cryptobalance notifs
2021-02-04 15:48:23 +00:00
Cesar
2a9e8dadba Feat: user compliance saving to DB 2021-02-04 15:48:23 +00:00
Cesar
204e421b3d Feat: compliance blacklisted addresses notifications 2021-02-04 15:48:23 +00:00
chaotixkilla
26c5c427bf Reintroduce cashbox (#535)
* feat: reintroduce cashbox component

* feat: cashbox update on db

* feat: cashbox on notifications

* feat: cashbox on overrides

* fix: cashin notifications

* fix: styling

* feat: cashin bills added to cashbox

* refactor: comment unused code

* fix: new bills length on cashbox

* fix: remove unused code

* chore: remove temporary code
2021-01-18 20:23:46 +00:00
Sérgio Salgado
9d4c4041dc fix: coupon form, styling and server handling 2021-01-18 19:42:03 +00:00
Sérgio Salgado
7fe8799edc feat: add loyalty panel screen and structure
feat: add coupons table

feat: add coupons to schema

fix: coupon schema

feat: coupon table

feat: add coupon top button

feat: add first coupon button

feat: delete coupon

feat: coupon modal

fix: clear discount on modal close

fix: modal input formatting

feat: add new coupons

fix: button positioning

fix: remove loyalty panel sidebar

fix: coupon screen matching specs

fix: coupon modal

feat: send coupon data to machine on poll

fix: available coupons bool

feat: coupon endpoint

feat: transaction discount migration

feat: post-discount rates

refactor: bills

feat: version string

fix: bill saving on db

feat: coupon soft-delete

fix: coupon soft delete

fix: bill receiving

feat: remove cryptoAtoms update during tx

fix: tx trading

fix: bills

feat: start trades rework

fix: remove code

fix: code review
2021-01-18 19:42:03 +00:00
Taranto
f6547341f1 feat: reject address reuse 2020-10-06 23:19:22 +02:00
Taranto
f2080c32e9 feat: new compliance options 2020-10-06 23:19:22 +02:00