Commit graph

837 commits

Author SHA1 Message Date
Taranto
9ccdd7d6f9 feat: add compression to l-s 2020-01-24 14:32:04 +01:00
Luis Félix
b9d2341cd1 feat: add services page
fix: change styles, fix hook trigger, add ux

feat: setup custom error messages

refactor: conform to new style guide

refactor: migrate to graphql

refactor: migrate to Ramda

fix: update state on mutation

refactor: migrate error ux to graphql

fix: change structure of accounts config

fix: use absolute imports

fix: move makeStyles out of components

fix: correct Strike behaviour
2020-01-20 18:04:26 +01:00
naconner
1dba321052 chore: change ETH language 2020-01-20 17:37:38 +01:00
Taranto
85954e479e fix: add cors to register endpoint 2020-01-20 17:37:15 +01:00
Rafael Taranto
b8e0c2175b feat: add graphql support (#349)
* fix: eslint warnings

* refactor: use ramda + sanctuary instead of lodash

* refactor: use prettier-standard for formatting

* feat: enable security

* feat: add graphql

* chore: remove trailing commas from linter

* docs: new scripts on react and new-admin-server

* feat: handle authentication on graphql

* fix: perf improvement to date picker

* chore: add insecure-dev script to run servers
2019-12-24 15:36:41 +01:00
Rafael Taranto
8334bd274f feat: transactions page (#342)
* feat: transactions page

* fix: remove unused txHash function

* refactor: rewrite transactions sql queries

* fix: use left instead of inner join on txs

* fix: change expandable table logic

* fix: add other coins

* refactor: move log download function to component

* refactor: use name values in RadioGroup

* fix: assorted fixes

* feat: virtualize expandable table

* fix: clean up imports

* fix: remove border radius

* fix: move formatting out of CopyToClipboard

And use CSS instead of JS to format.

* fix: remove customer's last name formatting

This was using lodash's string case functions, which produce unwanted
results if, for instance, a user has a double-barrel last name.
2019-12-12 13:55:52 +00:00
Rafael Taranto
f590dbe49c Merge remote-tracking branch 'upstream/new-lamassu-admin' into dev 2019-11-28 22:18:40 +00:00
Rafael Taranto
05a95485f7 fix: pass down settings to coinatmradar module 2019-11-20 18:56:32 +00:00
naconner
07f4bdfb66 Fix ETH sending following miner fee logging 2019-11-19 16:25:06 +00:00
naconner
ae39a87244 Update Zcash filepath 2019-11-19 16:24:24 +00:00
naconner
e77d031fa7 Update crypto node versions 2019-11-19 16:24:24 +00:00
naconner
5ad3a1f86e Add Coinbase ticker to Dash in admin 2019-11-19 16:24:24 +00:00
naconner
c7dec82f38 Add DASH to Coinbase ticker 2019-11-19 16:24:24 +00:00
Luis Félix
703c5d7c91 feat: add new server log page 2019-11-12 11:20:57 +00:00
Rafael Taranto
fc1951c4b2 Lamassu admin server initial commit 2019-10-31 12:28:51 +00:00
Neal Conner
52ccea0e5f Update Bitstamp to new Bitpay api version 2019-10-16 19:43:04 +02:00
Rafael Taranto
d083ae5a40 perf - Cache settings on router.js 2019-10-01 16:55:07 +02:00
Neal Conner
08635ca833 ZEC node security update 2019-09-27 20:16:24 +02:00
Rafael Taranto
1fb35d107b Fix notify operator call 2019-09-27 20:15:24 +02:00
Rafael Taranto
1153c6af6a Merge cc into dd (#317)
* Fix ETH fee fetching (#303)

* v7.3.3 (#304)

* Throttle clock skew and fetch logs

* PR Fixes

* Reduce throttle time

* Remove old endpoint

* Fix standard styles and improve readability

* Simplify throttling

* Small fixes

* Bump version
2019-09-20 12:33:00 +01:00
Neal Conner
2e675f738f Update BTC, ZEC, BCH, ETH 2019-09-19 16:53:20 +01:00
Neal Conner
0eddea751d Add itBit for ETH 2019-09-09 18:00:03 +01:00
Taranto
8a43d4ee7c Update to new bitpay api version 2019-09-04 18:29:17 +02:00
Neal Conner
96e0c0198d Add ZEC to coinbase.js 2019-09-04 18:25:16 +02:00
Neal Conner
b11271f5cc Add Coinbase for ZEC 2019-09-04 18:25:16 +02:00
Neal Conner
b4d28d1a9b Delete quadrigacx.js 2019-08-31 17:50:13 +02:00
Neal Conner
fe1878129b Delete quadrigacx.js 2019-08-31 17:50:13 +02:00
Neal Conner
a1901dff50 Delete quadrigacx.js 2019-08-31 17:50:13 +02:00
Neal Conner
c67942c3e7 Update zcashd & dashd 2019-08-31 17:48:20 +02:00
Neal Conner
3f38444043 Change connections to maxconnections
Otherwise, bitcoincashd errors out with: `Error reading configuration file: Invalid configuration value connections`
2019-08-31 17:48:20 +02:00
Neal Conner
6349b9568a Update BCH for Nov HF 2019-08-31 17:48:20 +02:00
Rafael Taranto
5125601e56 Only block reused address if option is on 2019-08-19 10:59:00 +03:00
Rafael Taranto
fb42fc54a0 Handle spammy logs for removed l-a-s options 2019-08-19 10:56:09 +03:00
Taranto
91fc4e7cc2 Fix ETH fee fetching 2019-08-06 20:47:50 +01:00
Neal Conner
bb9adafeec Update bitcoind & litecoind 2019-08-06 20:43:24 +01:00
Neal Conner
e795537f2b litecoind 0.17 getbalance compatibility change 2019-08-06 20:43:04 +01:00
Michael Hampton
def5a16ad4 bitcoind 0.17/0.18 getbalance compatibility change
Because of bitcoind deprecating its internal account system, the getbalance RPC call now has a dummy argument as the first argument. The help says it can be omitted or changed to '*', so we change it to '*', both for backward compatibility and because in testing I found that omitting the argument was broken. Using '*' has the same semantics as omitting the argument, if accounts were not used in the previous version of bitcoind.
2019-08-06 20:42:44 +01:00
Rafael Taranto
1a53ce5fa1 Take machineid into account for coinatmradar rates (#301)
* Take machineid into account for coinatmradar rates

* Remove test leftovers
2019-08-06 20:37:46 +01:00
Rafael Taranto
98cc3b18b7 Prevent address reuse option 2019-07-31 18:12:16 +01:00
Rafael Taranto
55cdc2fa52 Enable receipt printing (#298)
* Remove cross reference option from compliance

* Add receipt printing
2019-07-30 19:50:40 +01:00
Neal Conner
2004067755 Update node versions 2019-07-25 18:43:29 +01:00
Rafael Taranto
9ca3e88495 Add expired status to cash-out txs 2019-07-25 18:37:19 +01:00
Rafael Taranto
919848aecd Geth/infura nonce fix (#295)
* Geth/infura nonce fix

* Fix nonce logic
2019-07-17 12:32:53 +01:00
Rafael Taranto
9f8693a33e Add new reboot option and restart lamassu-browser 2019-07-16 14:53:28 +01:00
Rafael Taranto
371454b6d4 Turn terms and conditions off if text is empty 2019-07-16 10:37:22 +01:00
Rafael Taranto
c5398c4b86 Assume https:// at the start of infura endpoint 2019-07-16 10:29:20 +01:00
Rafael Taranto
2f451c5893 Always start a sender number with + on twillio 2019-07-16 10:27:26 +01:00
Rafael Taranto
00c4187081 Front facing camera (#289)
* Front facing camera

* Adding in configuration and update script
2019-07-05 19:17:59 +03:00
Rafael Taranto
a051a34429 Handle high precision bitpay response numbers 2019-06-07 19:17:48 +03:00
Neal Conner
2c0d843dcd Update node wallet versions 2019-06-07 18:54:45 +03:00