Commit graph

394 commits

Author SHA1 Message Date
Rafael Taranto
431f652de7 Chore/merge dd back (#503)
* chore: update ZEC, LTC, BTC, ETH, use BCHN

* chore: update zcashd

* chore: v7.4.10

* fix: remove lamassu-update

* fix: remove lamassu-update from bins

* fix: use p2sh-segwit addresses for cash-out

Latest releases of bitcoind default to bech32 addresses. Instead, use p2sh-segwit to maintain compatibility on cash-out.

* fix: use p2sh-segwit addresses for LTC

* chore: update wallet nodes

Co-authored-by: naconner <7396812+naconner@users.noreply.github.com>
Co-authored-by: Neal <neal@lamassu.is>
2020-11-06 20:31:32 +00:00
Taranto
913d281798 feat: nodemon and fast reload 2020-11-05 18:53:58 +00:00
Taranto
a108df0c4c feat: return logs in csv format 2020-10-30 20:17:42 +00:00
Taranto
89bb9a8f25 chore: cleanup, node14 and new admin default 2020-10-20 21:54:58 +02:00
Taranto
bf8f1d991c chore: integrate new admin with l-s 2020-05-27 22:43:00 +01:00
Taranto
84ba74926c fix: make t&c changes backwards compatible 2020-03-20 15:41:50 +01:00
Liordino Neto
507027cdee feat: added the compliance/customers route
feat: added customers list page

feat: created the Customer type on the gql server and consume it

Currently only with the 'name' property

feat: added query on gql to get the customers list with the needed props

feat: added the currently available props to the front end table

fix: consider only sent txs for the aggregations on the customers list

fix: replace ExpTable with a non-expandable one

fix: remove unused properties from gql and front-end

fix: fixed the customers list columns width

fix: the last active table column was reading the wrong property

chore: remove debug logging

fix: use the correct table columns to check for txs that should be
considered on the customers list page

fix: use the international format for phone numbers

feat: added the search box

fix: remove ordering from the gql customers list query and moved it to
the front-end)

fix: removed the search box

chore: refactor the customers list table into a new component

chore: cleanup code

fix: fixed styles from customer list page header
2020-02-17 22:47:39 +01:00
Taranto
f1edea4e8a feat: only refetch t&c on config change 2020-01-24 14:32:04 +01:00
Taranto
9ccdd7d6f9 feat: add compression to l-s 2020-01-24 14:32:04 +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
f590dbe49c Merge remote-tracking branch 'upstream/new-lamassu-admin' into dev 2019-11-28 22:18:40 +00:00
Rafael Taranto
db3a4e4936 Merge remote-tracking branch 'upstream/defiant-dingirma' into dev 2019-11-28 22:07:42 +00:00
naconner
43a89d82f1 v7.4.4 2019-11-27 11:02:31 -08:00
Luis Félix
703c5d7c91 feat: add new server log page 2019-11-12 11:20:57 +00:00
naconner
51d4bb1fe5 v7.4.3
* v7.4.3
2019-10-31 07:38:10 -07:00
Rafael Taranto
fc1951c4b2 Lamassu admin server initial commit 2019-10-31 12:28:51 +00:00
Neal Conner
6b90237eb4 v7.4.1 2019-09-27 20:16: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
f020ea1f47 v7.3.2 (#290) 2019-07-09 07:37:10 -04: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
Neal Conner
90de4fe24d Version bump (#288)
* v7.3.0
2019-06-09 11:03:38 +03:00
Rafael Taranto
fb2095e444 Add blacklist script 2019-06-04 09:39:23 +03:00
Brandon Cryderman
0088ba7068 Add lamassu-revoke and lamassu-users (#270)
* lamassu-list-users

Lists registered users to the admin panel

* Add in unregister function to revoke token access

* Create lamassu-revoke

* Changed name to lamassu-users

* Update login.js

* Update login.js

* Add lamassu-users & lamassu revoke to package.json

* Re-add missing comma.
2019-04-17 18:51:45 +03:00
Rafael Taranto
f7e9630710 lamassu-install and lamassu-update bugfixes (#261)
* Call bip39 after lamassu-server gets installed

* Fix bash variable declaration

* Remove mnemonic path from migrate defaults

This caused the update-to-mnemonic script to skip thinking the mnemonic
already existed
2019-03-14 11:09:47 +00:00
Rafael Taranto
61ad8a9eba Fix deprecated api call on bitgo api (#255)
* Fix deprecated api call on bitgo api

* Change filterUnconfirmed to filterPending
2019-03-07 10:03:48 +00:00
Neal Conner
760d765520 merge in latest release 2019-03-04 18:49:27 +01:00
Rafael Taranto
e59ec4ed28 Add ZEC, BCH, and LTC to BitGO wallet plugin (#240)
* Add ZEC, BCH and LTC to BitGO wallet plugin

* Convert to legacyAddress on bitgo plugin
2018-12-30 15:48:40 +01:00
Davit Abulashvili
b254f7f2be Support itbit exchange/ticker. Additions (#232)
* Initial itBit implementation

* Add tests for calculatePrice in exchange/itbit.js

* Add etherium to supported crypto codes in common/itbit.js

* Apply standardjs to itbit files

* itbit trade test. not important

* test getCurrencyRates in ticker/itbit.js
2018-12-11 11:47:34 +02:00
Rafael Taranto
01153d0562 Migrate bitgo api to v2 2018-11-21 11:36:02 -02:00
Josh Harvey
246f99b87e Add lamassu-update-to-mnemonic to bin section 2018-11-18 10:24:06 +01:00
Rafael Taranto
06f8c57608 Save migrations file on db (#215)
* Revert "Migration sql changes (#199)"

This reverts commit 12c834469c.

* Save migrate file on db

* Add message on migration error in lamassu-update
2018-11-18 10:15:22 +01:00
Josh Harvey
3c37898046 update to 7.1.1 2018-10-21 13:32:06 +03:00
Rafael Taranto
f4fc9d6328 Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
Rafael Taranto
5ee7e40872 Add operator id on CoinATMRadar request (#184)
* Add operator id on CoinATMRadar request

* Update coinatmradar.js
2018-10-08 19:11:28 +02:00
Josh Harvey
cdcdc4c2d2 7.1.1 2018-10-06 11:49:43 +02:00
Rafael Taranto
3b14a715b4 Replace mailjet with mailgun (#180) 2018-10-04 21:40:50 +03:00
Fabio Cigliano
9fc79f1bb4 OFAC flow fix (#137)
* 7.0.1

* OFAC flow fix
2018-09-22 23:36:02 +01:00
Josh Harvey
59cb5da61c 7.1.0 2018-08-24 17:33:47 +03:00
Josh Harvey
2de5c6d78f 7.0.1 2018-07-17 19:27:51 +03:00
Josh Harvey
0c893f5b22 7.0.0 2018-07-15 13:43:29 +03:00
Josh Harvey
ac89f0e5e9 add Infura wallet support 2018-07-10 17:09:18 +03:00
Neal Conner
aa507ec13b Add lamassu-migrate-config to bin (#131) 2018-07-01 19:14:16 +01:00
Fabio Cigliano
25030fab2a Strike bugfix (#122) 2018-06-12 16:11:53 +03:00
Fabio Cigliano
a30b835786 Terms and conditions screen (#118)
* Terms and Conditions screen added

* missing fields

* SQL migration added

* terms.text: markdown to html on server side

* markdown field type added

* other minor changes
2018-06-05 22:35:30 +03:00
Josh Harvey
d9aaf2437f 5.8.7 2018-05-29 22:49:50 +02:00
Josh Harvey
2797c75a31 5.8.6 2018-05-27 12:49:24 +03:00
Josh Harvey
8d4a36865b 5.8.5 2018-05-21 16:31:49 +03:00
Josh Harvey
84b65200f6 5.8.4 2018-05-21 16:31:46 +03:00
Josh Harvey
6c3099921f support for Coin ATM Radar 2018-05-21 16:30:13 +03:00
Josh Harvey
4f7efc1177 use mainnet for lightning 2018-05-20 15:46:40 +03:00