Commit graph

1357 commits

Author SHA1 Message Date
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
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
Sérgio Salgado
b950519843 fix: remove test coin 2021-06-23 15:07:01 +01:00
Sérgio Salgado
dfca785ed0 feat: integration of erc-20 tokens 2021-06-23 15:07:01 +01:00
Sérgio Salgado
0b5da0b78f fix: l-c import 2021-06-23 15:07:01 +01:00
Sérgio Salgado
1dd16c2220 feat: base for USDT support 2021-06-23 15:07:01 +01:00
Sérgio Salgado
c94d043506 fix: massage coins from l-c 2021-06-23 15:07:01 +01:00
Sérgio Salgado
bb433164ab chore: redirect coin dependencies to l-c module 2021-06-23 15:07:01 +01:00
Sérgio Salgado
3423e2ddd0 chore: replace imports to point to lamassu-coins module 2021-06-23 15:07:01 +01:00
José Oliveira
accd6d3e15 refactor: replace if else with ternary operators 2021-06-22 15:33:00 +01:00
José Oliveira
92b6093a07 feat: downloadable tx summary and logs 2021-06-22 15:33:00 +01:00
Sérgio Salgado
e9b17bdf43 fix: cashbox routing 2021-06-22 15:20:53 +01:00
Sérgio Salgado
8bce807220 feat: route to get notified of machine cashbox removal 2021-06-22 15:20:53 +01:00
Sérgio Salgado
7f35d34128 feat: send timezone information to machine 2021-06-20 15:56:18 +01:00
Sérgio Salgado
da0d25c040 feat: add config migration 2021-06-20 15:56:18 +01:00
csrapr
72dbeccb4b Fix: throws errors on pazuz-wallet newAddress 2021-06-20 15:54:55 +01:00
csrapr
c2c44f8ef9 Fix: use env var on production 2021-05-27 14:47:11 +01:00
csrapr
da7cfd02b0 Feat: getStatus pazuz wallet 2021-05-27 14:47:11 +01:00
csrapr
845c885aad Feat: newAddress route 2021-05-27 14:47:11 +01:00
csrapr
df37bcc519 Fix: error handling 2021-05-27 14:47:11 +01:00
csrapr
800d09dd71 Feat: sendcoins pazuz 2021-05-27 14:47:11 +01:00
csrapr
ee9f4a766e Feat: make pazuz wallet plugin 2021-05-27 14:47:11 +01:00
csrapr
b6d91f94bf Chore: refactor generic wallet and wallet plugins 2021-05-27 14:47:11 +01:00
csrapr
d2b7224c73 Chore: use constant for currencyMax 2021-05-25 15:10:49 +01:00
csrapr
7210406a8a Fix: remove unnecessary variables 2021-05-25 15:10:49 +01:00
csrapr
ac38a40b6c Feat: back end support for per coin 0-conf limit 2021-05-25 15:10:49 +01:00
José Oliveira
75fa4e703c refactor: cassete max capacity to constants file 2021-05-25 12:13:12 +01:00
José Oliveira
3de12e3f6e feat: fiat balance alerts to percentages and config migration 2021-05-25 12:13:12 +01:00
José Oliveira
0c0133d01c refactor: remove extra conditions and fields renaming 2021-05-25 12:09:26 +01:00
José Oliveira
b0bbb2983f fix: remove async from function 2021-05-25 12:09:26 +01:00
José Oliveira
da6076b359 refactor: query optimization 2021-05-25 12:09:26 +01:00
José Oliveira
3846d7f9d7 refactor: use batch for multiple insertions 2021-05-25 12:09:26 +01:00
José Oliveira
4bf972b995 fix: use database tx to chain queries 2021-05-25 12:09:26 +01:00
José Oliveira
ce48360f04 feat: create relations between trades and transactions 2021-05-25 12:09:26 +01:00
José Oliveira
047b5752b7 refactor: move config validator from coin utils to ccxt common 2021-05-25 10:53:54 +01:00
José Oliveira
0c0ca09b4e fix: verify config field existance and content 2021-05-25 10:53:54 +01:00
José Oliveira
a8085f3f1d fix: config validation for exchanges 2021-05-25 10:53:54 +01:00
José Oliveira
dabe21f834 refactor: exchanges config validation and error handling 2021-05-25 10:53:54 +01:00
José Oliveira
60a19af1a8 Fixed a function missing arguments 2021-05-25 10:53:54 +01:00
José Oliveira
ea1c29ebba Fixing some bugs and minor changes 2021-05-25 10:53:54 +01:00
José Oliveira
7accdaa84f Code readability and added the forgotten mocks 2021-05-25 10:53:54 +01:00
José Oliveira
134eaaa518 Refactored some exchange code 2021-05-25 10:53:54 +01:00
José Oliveira
54a231ab60 Restructured long lines of code 2021-05-25 10:53:54 +01:00
José Oliveira
f572fc0a7e fixed file names 2021-05-25 10:53:54 +01:00