Commit graph

2074 commits

Author SHA1 Message Date
Rafael Taranto
9f13873e36 Merge branch 'dev' into feat-decouple-l-s-entrypoint 2022-04-27 15:59:33 +01:00
André Sá
c5e7627afb refactor: separate T&C text from rest of detials 2022-04-27 15:59:21 +01:00
André Sá
469f38b768 feat: put T&C in its own query 2022-04-26 15:38:55 +01:00
André Sá
7b951f961f feat: save T&C hash to the user_config 2022-04-26 15:31:16 +01:00
André Sá
6c43f7536d refactor: move getCustomInfoRequests call out of config manager 2022-04-26 15:23:42 +01:00
André Sá
fa2fe36c46 fix: add missing getCustomInfoRequests() call 2022-04-26 14:37:39 +01:00
Rafael Taranto
feaccdb4bc Merge pull request #1193 from siiky/refact/lam-437/ccxt-tickers
Save CCXT ticker objects
2022-04-26 13:04:36 +01:00
André Sá
d20f4968f6 refactor: join static and dynamic configs to reuse pollQueries() 2022-04-26 12:59:42 +01:00
André Sá
df2213566e feat: add T&C configs to GraphQL API 2022-04-26 12:59:42 +01:00
André Sá
e30d3c035d feat: add recordPing() as middleware to /graphql 2022-04-26 12:44:56 +01:00
André Sá
a0ed5a3a0e feat: add GraphQL server and resolvers 2022-04-26 12:44:55 +01:00
André Sá
4d8c8c4b62 fix: percentage division 2022-04-26 12:44:54 +01:00
André Sá
40791cb4cd refactor: move recordPing() to poll() 2022-04-26 12:44:53 +01:00
André Sá
af0029581e refactor: no more array slicing in pollQueries() 2022-04-26 12:44:53 +01:00
André Sá
d2b78ea93d refactor: inline variables and reformat promises 2022-04-26 12:44:52 +01:00
André Sá
ac7cb243af refactor: use array destructuring instead of indexing 2022-04-26 12:44:52 +01:00
André Sá
b74bd2ce14 refactor: remove unnecessary assignment 2022-04-26 12:44:51 +01:00
André Sá
6a9643beb8 fix: always run the authorize middleware 2022-04-26 12:44:50 +01:00
André Sá
4a6da1b888 refactor: drop unused parameter 2022-04-26 12:44:49 +01:00
André Sá
3fe217c5ed refactor: drop unused constant 2022-04-26 12:44:49 +01:00
André Sá
5256c7ea4b refactor: drop unnecessary imports 2022-04-26 12:44:48 +01:00
André Sá
0a833fa11d refactor: remove old server 2022-04-26 12:44:48 +01:00
André Sá
ad5293522d refactor: use a more idiomatic conditional set 2022-04-26 10:06:36 +01:00
Sérgio Salgado
b2da82453a fix: production env file path 2022-04-22 19:20:56 +01:00
Rafael Taranto
b3feb76e7a Merge pull request #1172 from josepfo/fix/ignore-db-update-for-empty-network-metrics
fix: update db upon empty network metrics
2022-04-21 23:10:26 +01:00
Sérgio Salgado
f4d6b5e454 feat: decouple l-s entrypoint 2022-04-19 22:47:36 +01:00
André Sá
2fe92c2ebf feat: periodically update ticker rates 2022-04-19 15:42:10 +01:00
André Sá
396e7058f5 refactor: disable CCXT's rate limitting 2022-04-19 14:24:26 +01:00
André Sá
6c2c6353aa feat: lower the ticker rate limit 2022-04-19 14:24:25 +01:00
André Sá
4747e0b7f6 refactor: save CCXT ticker instance 2022-04-19 14:24:17 +01:00
André Sá
7ddda20364 refactor: use Unix fileformat 2022-04-19 12:43:11 +01:00
Neal
7a75fc7ee0 chore: use zcashd v4.7.0 2022-04-18 14:57:58 -04:00
Rafael Taranto
2a2c1fccc8 Merge pull request #1175 from chaotixkilla/fix-btc-wallet-creation
Fix BTC wallet creation
2022-04-15 16:30:49 +01:00
Sérgio Salgado
d854f0580e fix: improve error handling and funding UX 2022-04-11 19:16:50 +01:00
Sérgio Salgado
0a591658aa fix: remove log 2022-04-11 19:16:50 +01:00
Sérgio Salgado
0135d50416 fix: RPC error handling
feat: create and load wallets
2022-04-11 19:16:49 +01:00
Rafael Taranto
913e617d1b Merge pull request #1187 from naconner/zec-eth-bump
chore: update zcashd & geth
2022-04-09 21:54:56 +01:00
naconner
e97d9a9ee4 chore: update zcashd & geth 2022-04-09 11:04:07 -04:00
Sérgio Salgado
c84f5becea feat: enable USDT for cash-in only transactions 2022-04-06 18:51:18 +01:00
André Sá
5bc45a8f12 fix: add \n to the last line 2022-04-06 16:58:08 +01:00
André Sá
a19d97eb2c fix: sh's echo doesn't have -e 2022-04-06 15:39:54 +01:00
Rafael Taranto
f9ae681453 Merge pull request #1183 from chaotixkilla/fix-cashbox-batches-log-NaN-values
Fix possible NaN and null values on cashbox batch logs
2022-04-06 00:50:54 +01:00
Rafael Taranto
28a8e5a470 Merge pull request #1180 from chaotixkilla/fix-zeroconf-to-oneconf-customer-id
Fix customer ID not being updated on 0-conf turned 1-conf cash-out transactions
2022-04-06 00:50:20 +01:00
Sérgio Salgado
bd82285ecf feat: lamassu initial dockerize approach
feat: improve dockerization

feat: finished initial versions of dockerfiles

fix: small fixes to image building
2022-04-05 23:10:46 +01:00
Sérgio Salgado
b0860cdea5 feat: decouple l-s entrypoint 2022-04-05 23:10:24 +01:00
Sérgio Salgado
24807a70ef fix: cashbox batches log possible NaN and null values 2022-04-04 17:04:37 +01:00
Sérgio Salgado
a558410796 fix: only change customerId in presence of an anonymous customer 2022-04-04 16:35:44 +01:00
Sérgio Salgado
463195fc17 fix: improve cashbox batches logs 2022-04-01 16:51:40 +01:00
Rafael Taranto
1d5b758e39 Merge pull request #1177 from siiky/fix/device_pids
fix: add to the pids object rather than overwrite
2022-04-01 15:54:43 +01:00
Sérgio Salgado
00adc25d15 fix: add customerId to the list of updatable fields 2022-03-31 22:06:05 +01:00