Commit graph

1616 commits

Author SHA1 Message Date
José Oliveira
ad29650c36 refactor: async/await to then and log removal 2021-07-13 17:09:07 +01:00
José Oliveira
3281df1a91 fix: batch creation and UI details 2021-07-13 17:09:07 +01:00
José Oliveira
c83b3cda56 feat: replace toggle with radio and option descriptions 2021-07-13 17:09:07 +01:00
José Oliveira
b5c37442c3 feat: perform batch creation based on reset settings 2021-07-13 17:09:07 +01:00
José Oliveira
ca0f068bcf refactor: replace trade uuid variable name 2021-07-08 17:08:38 +01:00
José Oliveira
9b4bae4097 refactor: add trade id to trade entry object 2021-07-08 17:08:38 +01:00
José Oliveira
700244e45b refactor: remove duplicated error handling 2021-07-08 17:08:38 +01:00
José Oliveira
8567b7887c refactor: replace custom field function with const and move update trade logic inside a function 2021-07-08 17:08:38 +01:00
José Oliveira
f45c783876 fix: add missing curly bracket 2021-07-08 17:08:38 +01:00
José Oliveira
8606d0cc94 feat: relay trade uuid to krakens api 2021-07-08 17:08:38 +01:00
naconner
f7b05b48eb chore: update zec, geth nodes 2021-07-08 17:06:46 +01:00
Sérgio Salgado
cba519fb4d fix: automatic cashbox batch creation 2021-07-07 17:46:23 +01:00
Sérgio Salgado
61cc772816 feat: cashbox batch creation on machine cashbox removal
fix: cashbox batch creation with empty cashbox
2021-07-07 17:46:23 +01:00
Sérgio Salgado
482e1afc3a fix: cashout detection on cash cassette wizard
fix: cashbox wizard onContinue data
fix: cashbox batch creation query
feat: cashbox batch creation flow on UI
2021-07-07 17:46:23 +01:00
Sérgio Salgado
442336e306 feat: remove customer suspension 2021-07-07 17:32:24 +01:00
Sérgio Salgado
8e173cf8a8 feat: cash out transaction cancel 2021-07-06 16:53:01 +01:00
José Oliveira
639f264ee3 chore: remove unused packages, update ccxt, argon2, apollo-server-express and express 2021-07-06 16:15:40 +01:00
José Oliveira
2f0ca0ab26 fix: remove logs and change route 2021-07-05 12:25:15 +01:00
José Oliveira
c7d56c8110 fix: change photos path 2021-07-05 12:25:15 +01:00
José Oliveira
c221437618 feat: relay id data photos to server 2021-07-05 12:25:15 +01:00
Sérgio Salgado
5ada492956 fix: remove spread operator usage 2021-07-05 11:22:58 +01:00
Sérgio Salgado
ad3cb04549 fix: array deconstructing 2021-07-05 11:22:58 +01:00
Sérgio Salgado
129e5555df fix: compliance notifications through sms and email 2021-07-05 11:22:58 +01:00
José Oliveira
6537938ec3 fix: remove unnecessary bn config and isBigNumber usage 2021-07-05 11:10:24 +01:00
José Oliveira
2cafe074b2 fix: add missing decimal places number 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
Sérgio Salgado
a79a5a21e7 fix: query result formatting 2021-07-05 11:06:16 +01:00
Sérgio Salgado
d6d8280a36 feat: allow for cashbox batch editing 2021-07-05 11:06:16 +01:00
Sérgio Salgado
21708aa75c feat: cashbox history tab
feat: add information fields to cashbox_batches table
2021-07-05 11:06:16 +01:00
Sérgio Salgado
4e88c995d3 fix: add timezone to specific tx logs
feat: pass timezone to details row
2021-06-28 16:39:54 +01:00
Sérgio Salgado
b5e35b82c2 refactor: move up dateFormat method 2021-06-28 16:39:54 +01:00
Sérgio Salgado
a0c77b4939 feat: correct timezone offset on downloaded logs 2021-06-28 16:39:54 +01:00
Sérgio Salgado
4772024e3d feat: endpoints for machine network performance 2021-06-28 16:23:40 +01:00
Sérgio Salgado
4003d892fd feat: allow customer suspension removal 2021-06-28 16:21:41 +01:00
Sérgio Salgado
41f3f7f28f fix: customer action identifier 2021-06-28 16:01:50 +01:00
csrapr
d1db0b95c8 Chore: remove 1-conf check in wallet plugin
Chore: Use _.isNil
2021-06-28 15:54:50 +01:00
José Oliveira
9d646ca29d fix: properly check old txs dispense confirmation 2021-06-24 00:39:30 +01:00
Sérgio Salgado
ae8462cff8 fix: transaction table query 2021-06-23 15:29:41 +01:00
Sérgio Salgado
9c428a6f8f fix: uppercasing SQL
fix: remove unnecessary useEffect
fix: transaction polling issue on logout
2021-06-23 15:29:41 +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
Sérgio Salgado
e06ffd76af chore: increase lowbalance margin 2021-06-23 15:07:53 +01:00
Sérgio Salgado
fc4af4885a fix: remove blockchain utils module 2021-06-23 15:07:01 +01:00
Sérgio Salgado
de832e435b fix: missing import
refactor: unify geth transaction between eth and erc20 tokens
2021-06-23 15:07:01 +01:00
Sérgio Salgado
8e099e3283 feat: change to generic ERC-20 ABI json file
fix: coinUtils rename import
2021-06-23 15:07:01 +01:00
Sérgio Salgado
dff407e30e fix: lamassu-coins import
fix: USDT wallet splash screen
2021-06-23 15:07:01 +01:00
Sérgio Salgado
c0fff41368 fix: wallet config path 2021-06-23 15:07:01 +01:00
Sérgio Salgado
1ad937527e fix: remove comment 2021-06-23 15:07:01 +01:00