Commit graph

3489 commits

Author SHA1 Message Date
Sérgio Salgado
70da7d0677 fix: add environment helper file 2022-05-13 16:27:18 +01:00
Sérgio Salgado
fb4cbfa331 fix: production environment .env file path 2022-05-11 19:14:07 +01:00
Rafael Taranto
1b44a40903 Merge pull request #968 from chaotixkilla/feat-implement-pazuz-ticker
Implement pazuz ticker
2022-05-11 16:07:16 +01:00
Rafael Taranto
9085fdd015 Merge pull request #1213 from chaotixkilla/fix-graphql-server-unreachable-db
Fix unreachable database on graphql dev server
2022-05-11 16:04:35 +01:00
Sérgio Salgado
e59ca0bb33 fix: .env path 2022-05-11 15:24:24 +01:00
Sérgio Salgado
8e723a102e feat: add pazuz-ticker support
fix: add newline at EOF
2022-05-11 15:14:22 +01:00
Rafael Taranto
81702e2132 Merge pull request #1181 from josepfo/feat/support-EIP-1559
feat: web3 version upgrade
2022-05-05 23:43:10 +01:00
Taranto
cf6ea816ec fix: remove repeated import 2022-05-05 10:39:08 +01:00
Taranto
ebfd3f433a chore: build fixes 2022-05-04 22:24:52 +01:00
Rafael Taranto
e4cf1d6297 Merge pull request #1202 from siiky/docs/lam-434/tc
docs: update the T&C resolver comment
2022-05-02 10:45:48 +01:00
André Sá
99b73da2b1 docs: update the T&C resolver comment 2022-04-29 16:25:45 +01:00
Rafael Taranto
c402c9a204 Merge pull request #1174 from chaotixkilla/feat-dockerize-l-s
Dockerize lamassu-server
2022-04-29 15:59:36 +01:00
Rafael Taranto
bef93642df Merge pull request #1198 from RafaelTaranto/fix/prune-heartbeat-call
Fix/prune heartbeat call
2022-04-29 15:56:53 +01:00
Taranto
154a4be05a fix: prune heartbeat only being executed once 2022-04-29 11:27:47 +01:00
Taranto
f5db9352d2 fix: load .env from the correct place 2022-04-28 18:03:29 +01:00
Rafael Taranto
a1f2485b19 Merge branch 'dev' into feat-dockerize-l-s 2022-04-28 17:14:30 +01:00
José Oliveira
3029255b0c feat: upgrade to type 2 ETH transactions 2022-04-28 16:07:25 +01:00
José Oliveira
59abb20cd3 chore: bump ethereumjs/tx version 2022-04-28 16:06:02 +01:00
Rafael Taranto
1b2d101392 Merge pull request #1188 from siiky/feat/lam-434/tc-edition
feat: cache the T&C based on their hash
2022-04-28 15:18:17 +01:00
André Sá
028c8c3b13 fix: compute hash of the T&C text only 2022-04-27 16:00:08 +01:00
Rafael Taranto
5513d4d9a0 Merge pull request #935 from chaotixkilla/feat-decouple-l-s-entrypoint
Decouple l-s entrypoint
2022-04-27 15:59:39 +01:00
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á
0213ceb7fe feat: add DB migration to add the hash of T&C 2022-04-26 15:39:31 +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
Rafael Taranto
2f1d60b7e5 Merge pull request #1196 from siiky/fix/lam-258/static-confs-getCustomInfoRequests
fix: add missing `getCustomInfoRequests()` call
2022-04-26 15:19:26 +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
Rafael Taranto
da87301e4e Merge pull request #1164 from siiky/feat/lam-258/graphql-config
feat: use GraphQL for all server-machine communication
2022-04-26 13:02:27 +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á
b380e2845c chore: version bump 2022-04-26 12:59:27 +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
b9fe558019 Merge pull request #1190 from ubavic/date-picker
Date picker
2022-04-21 23:21:16 +01:00