Commit graph

394 commits

Author SHA1 Message Date
Sérgio Salgado
c0808e9bd7 feat: start working on monero implementation
feat: monero files and config

feat: monero interface
feat: monero rpc digest request

feat: add monero to wallet wizard splash

fix: tarball unzipping

fix: monero files

fix: monero zipped folder path

fix: undefined variable

chore: xmr stagenet

fix: prune-blockchain flag

fix: monero wallet arguments

chore: rpc-bind-port on monero wallet

chore: monero wallet directory

fix: fetch digest request
fix: monero authentication
fix: monero address creation

fix: monero config port

fix: wallet creation
fix: wallet rpc daemon login

fix: get monero funding

fix: unauthorized issue with multiple requests on Promise.all
fix: generate funding addresses
fix: destination address balance for XMR cashout
fix: transaction creation

feat: transaction recommended mixin and ring size

fix: monero wallet error handling

fix: error handling

fix: monero wallet error
feat: guide to add new cryptos

chore: small code shortcuts

fix: crypto implementation guide

chore: add XMR to exchange files
2021-11-15 15:19:27 +00:00
Rafael Taranto
1d2c497a4f Merge pull request #868 from SiIky/fix/Z4NKZ9Hc/zeroconf-backwards-compat
fix: zero-conf backwards compatibility
2021-11-11 18:32:55 +00:00
André Sá
5aa920e79d chore: pin base-x version 2021-10-25 13:21:27 +01:00
André Sá
e82dc27c13 fix: zero-conf backwards compatibility 2021-10-07 19:55:54 +01:00
Taranto
4cb5b710f0 chore: builded react files 2021-10-04 07:31:17 +01:00
naconner
39b8820d2d chore: version v7.5.2 2021-10-04 07:31:17 +01:00
Taranto
b26e5d3d41 chore: 7.5.1 builded admin 2021-10-04 07:31:17 +01:00
naconner
f050f1b8c9 chore: version v7.5.0 (#705) 2021-10-04 07:31:17 +01:00
José Oliveira
4876c5d1b6 fix: script path 2021-08-19 13:03:00 +01:00
José Oliveira
2368830696 chore: add lamassu-eth-recovery to package.json 2021-08-19 13:03:00 +01:00
csrapr
081957c957 Feat: abstract extended queries; strip out default funcs from db obj 2021-07-13 17:21:25 +01:00
csrapr
471782cbd7 Fix: revert package* changes 2021-07-13 17:21:25 +01:00
Sérgio Salgado
dc40881640 chore: remove references to lamassu-cancel script 2021-07-06 16:53:01 +01:00
José Oliveira
dae1f3782f chore: undo bitgo version change and remove lowdb 2021-07-06 16:15:40 +01:00
José Oliveira
639f264ee3 chore: remove unused packages, update ccxt, argon2, apollo-server-express and express 2021-07-06 16:15:40 +01:00
José Oliveira
ea44478b48 chore: update big number package 2021-07-05 11:10:24 +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
bb8deda6e3 fix: rebase changes 2021-06-23 15:07:01 +01:00
Sérgio Salgado
8e9928e574 chore: upgrade bitgo version
chore: remove ed25519 direct dependency
2021-06-19 20:09:27 +01:00
Sérgio Salgado
a5667421ef fix: move timezone package from l-s to l-a-s 2021-05-27 16:12:56 +01:00
José Oliveira
842ef8e097 fix: add ccxt package 2021-05-27 16:12:03 +01:00
csrapr
ac38a40b6c Feat: back end support for per coin 0-conf limit 2021-05-25 15:10:49 +01:00
Sérgio Salgado
94af408d8e feat: timezone locales field 2021-05-25 15:08:44 +01:00
csrapr
7657da5e16 Chore: make populateSettings middleware use node-cache 2021-05-25 10:31:18 +01:00
José Oliveira
d7f0b1226c chore: update uuid, axios and base-x to latest version and remove fczbkk/uuid4 2021-05-24 15:39:21 +01:00
csrapr
8cd1389de3 Feat: upgrade pg-promise and fix breaking changes 2021-05-22 18:17:45 +01:00
José Oliveira
c4ea21259a chore: remove obviated l-s scripts 2021-05-22 18:16:12 +01:00
Sérgio Salgado
3c2cbac23f fix: remove bcrypt 2021-05-03 23:00:41 +01:00
Sérgio Salgado
15769cd1bf feat: implement argon2 and changed session data type to timestamptz 2021-05-03 23:00:41 +01:00
Sérgio Salgado
fded22f39a feat: add user management screen
feat: login screen

fix: login routing and layout

feat: add users migration

feat: passport login strategy

fix: users migration

feat: simple authentication

fix: request body

feat: JWT authorization

feat: 2fa step on login

feat: 2fa flow

feat: add rememberme to req body

fix: hide 2fa secret from jwt

fix: block login access to logged in user

fix: rerouting to wizard

refactor: login screen

feat: setup 2fa state on login

feat: 2fa secret qr code

fix: remove jwt from 2fa secret

fix: wizard redirect after login

fix: 2fa setup flow

fix: user id to uuid

feat: user roles

feat: user sessions and db persistence

feat: session saving on DB and cookie

refactor: unused code

feat: cookie auto renew on request

feat: get user data endpoint

fix: repeated requests

feat: react routing

fix: private routes

refactor: auth

feat: sessions aware of ua and ip

feat: sessions on gql

feat: session management screen

feat: replace user_tokens usage for users

feat: user deletion also deletes active sessions

feat: remember me alters session cookie accordingly

feat: last session by all users

fix: login feedback

fix: page loading UX

feat: routes based on user role

feat: header aware of roles

feat: reset password

fix: reset password endpoint

feat: handle password change

feat: reset 2FA

feat: user role on management screen

feat: change user role

fix: user last session query

fix: context

fix: destroy own session

feat: reset password now resets sessions

feat: reset 2fa now resets sessions

refactor: user data

refactor: user management screen

feat: user enable

feat: schema directives

fix: remove schema directive temp

feat: create new users

feat: register endpoint

feat: modals for reset links

fix: directive Date errors

feat: superuser directive

feat: create user url modal

fix: user management layout

feat: confirmation modals

fix: info text

feat: 2fa input component

feat: code input on 2fa state

feat: add button styling

feat: confirmation modal on superuser action

feat: rework 2fa setup screen

feat: rework reset 2fa screen

fix: session management screen

fix: user management screen

fix: blacklist roles

chore: migrate old customer values to new columns

fix: value migration

fix: value migration

refactor: remove old code
2021-05-03 23:00:41 +01:00
Taranto
7b3b2fb72d Merge remote-tracking branch 'upstream/release-7.5.0' into merge-release-7.5.0-into-dev 2021-04-21 17:43:13 +01:00
Neal
34219d3378 chore: version v7.5.0-beta.3 2021-03-24 08:34:48 -04:00
José Oliveira
e326f4c0e5 refactor: use pRetry to prevent recursive call 2021-03-17 14:05:47 +00:00
José Oliveira
7d07964e7e refactor: use pRetry to prevent recursive call 2021-03-17 11:21:13 +00:00
Sérgio Salgado
82b5db6908 refactor: schema modularization 2021-03-17 10:43:41 +00:00
Rafael Taranto
dee7dde195 Merge pull request #613 from lamassu/release-7.5.0
merge release into dev
2021-02-22 12:02:20 +00:00
Sérgio Salgado
a4c49fcbc4 chore: point towards lamassu repo 2021-02-18 18:31:40 +00:00
Sérgio Salgado
deae0cb2e4 chore: pin ed25519 dependency 2021-02-17 17:29:39 +00:00
Rafael Taranto
af22c79a6f chore: add graphql dependency and version bump (#601) 2021-02-15 13:35:03 -05:00
Sérgio Salgado
5bd116c208 chore: add default config for mock machines 2021-02-03 23:03:05 +00:00
Sérgio Salgado
8b53644f14 fix: stress-test on virgin servers 2021-02-03 23:03:05 +00:00
Sérgio Salgado
6a5b2a6f8e feat: npm script for stress testing 2021-02-03 23:03:05 +00:00
Sérgio Salgado
5d868af9e7 fix: move raw data parsing to machine 2021-02-02 19:03:40 +00:00
Taranto
0ad1ba2f77 fix: small fixes and release prep 2020-12-24 20:05:45 +00:00
csrapr
bb3c9ef2ec Merge branch 'dev' into fix/coinatmradar-fix-7.5 2020-12-14 17:38:05 +00:00
Cesar
0ec49159e4 feat: Customer transactions fetching with dataloader library 2020-12-11 19:23:12 +00:00
Cesar
3893ce3996 Chore: add jest tests 2020-12-07 18:20:06 +00:00
Cesar
e325d6d2b1 Feat: validate axios request and enable commissions switch 2020-12-02 19:02:57 +00:00
Sérgio Salgado
791b275cdf feat: add request data to user_tokens and token filtering 2020-11-12 22:03:26 +00:00
Rafael Taranto
5434e9f8e6 Fix/csv logs (#505)
* fix: use async csv lib

* fix: wording on the wizard

* chore: builded react files
2020-11-09 10:27:44 +00:00