Commit graph

392 commits

Author SHA1 Message Date
Sérgio Salgado
b950519843 fix: remove test coin 2021-06-23 15:07:01 +01:00
Sérgio Salgado
dfca785ed0 feat: integration of erc-20 tokens 2021-06-23 15:07:01 +01:00
Sérgio Salgado
0b5da0b78f fix: l-c import 2021-06-23 15:07:01 +01:00
Sérgio Salgado
1dd16c2220 feat: base for USDT support 2021-06-23 15:07:01 +01:00
Sérgio Salgado
bb433164ab chore: redirect coin dependencies to l-c module 2021-06-23 15:07:01 +01:00
Sérgio Salgado
3423e2ddd0 chore: replace imports to point to lamassu-coins module 2021-06-23 15:07:01 +01:00
csrapr
72dbeccb4b Fix: throws errors on pazuz-wallet newAddress 2021-06-20 15:54:55 +01:00
csrapr
c2c44f8ef9 Fix: use env var on production 2021-05-27 14:47:11 +01:00
csrapr
da7cfd02b0 Feat: getStatus pazuz wallet 2021-05-27 14:47:11 +01:00
csrapr
845c885aad Feat: newAddress route 2021-05-27 14:47:11 +01:00
csrapr
df37bcc519 Fix: error handling 2021-05-27 14:47:11 +01:00
csrapr
800d09dd71 Feat: sendcoins pazuz 2021-05-27 14:47:11 +01:00
csrapr
ee9f4a766e Feat: make pazuz wallet plugin 2021-05-27 14:47:11 +01:00
csrapr
b6d91f94bf Chore: refactor generic wallet and wallet plugins 2021-05-27 14:47:11 +01:00
José Oliveira
047b5752b7 refactor: move config validator from coin utils to ccxt common 2021-05-25 10:53:54 +01:00
José Oliveira
0c0ca09b4e fix: verify config field existance and content 2021-05-25 10:53:54 +01:00
José Oliveira
a8085f3f1d fix: config validation for exchanges 2021-05-25 10:53:54 +01:00
José Oliveira
dabe21f834 refactor: exchanges config validation and error handling 2021-05-25 10:53:54 +01:00
José Oliveira
60a19af1a8 Fixed a function missing arguments 2021-05-25 10:53:54 +01:00
José Oliveira
ea1c29ebba Fixing some bugs and minor changes 2021-05-25 10:53:54 +01:00
José Oliveira
7accdaa84f Code readability and added the forgotten mocks 2021-05-25 10:53:54 +01:00
José Oliveira
134eaaa518 Refactored some exchange code 2021-05-25 10:53:54 +01:00
José Oliveira
54a231ab60 Restructured long lines of code 2021-05-25 10:53:54 +01:00
José Oliveira
f572fc0a7e fixed file names 2021-05-25 10:53:54 +01:00
José Oliveira
a881527a1f migrate current plugins to ccxt 2021-05-25 10:53:54 +01:00
José Oliveira
e6b1446616 refactor: fetch rbf status of unconfirmed txs 2021-05-25 10:47:14 +01:00
José Oliveira
0e39aa78c9 refactor: remove nested loop 2021-05-25 10:47:14 +01:00
José Oliveira
dd3b4116a6 refactor: remove duplicate function 2021-05-25 10:47:14 +01:00
José Oliveira
e62245098b refactor: variable rename and remove trailing spaces 2021-05-25 10:47:14 +01:00
José Oliveira
d338d0adca feat: rbf checking in blockcypher plugin 2021-05-25 10:47:14 +01:00
Neal
9069625637 feat: re-enable geth install 2021-05-21 12:21:34 +01:00
José Oliveira
ef7dae5497 fix: big number subtraction 2021-05-21 11:37:47 +01:00
José Oliveira
a5837002bd fix: non-error was thrown 2021-03-17 14:05:47 +00:00
José Oliveira
5d45cf456c fix: use opid variable 2021-03-17 14:05:47 +00:00
José Oliveira
e326f4c0e5 refactor: use pRetry to prevent recursive call 2021-03-17 14:05:47 +00:00
Neal
d1bf6f5f3c feat: support shielded zec sends 2021-03-17 14:05:47 +00:00
José Oliveira
442e7cd8d9 fix: non-error was thrown 2021-03-17 11:21:13 +00:00
José Oliveira
44cf7f6c41 fix: use opid variable 2021-03-17 11:21:13 +00:00
José Oliveira
7d07964e7e refactor: use pRetry to prevent recursive call 2021-03-17 11:21:13 +00:00
Neal
74d3691812 feat: support shielded zec sends 2021-03-17 11:21:13 +00:00
José Oliveira
34704e071d fix: custom error handling for all wallets and cache update 2021-03-07 17:38:36 +00:00
José Oliveira
145a21cc8d fix: handle errors when wallet is unreachable 2021-03-07 17:38:36 +00:00
Sérgio Salgado
82e85033df fix: ETH balance 2021-02-20 17:38:05 +00:00
Sérgio Salgado
caf2c83bfb fix: move ETH pending balance fix to wallet 2021-02-15 23:19:11 +00:00
Cesar
c457faab40 Chore: make notification center UI
Chore: fiatBalancesNotify refactor

Chore: removed now-unused code in some files

Feat: change column "detail" in database to use jsonb

Chore: add notification center background and button

Chore: notifications screen scaffolding

Fix: change position of notification UI

Feat: join backend and frontend

Feat: notification icons and machine names

Feat: add clear all button, stripe overlay on invalid notification

Fix: rework notification styles

Feat: use popper to render notifications

Feat: make notification center UI

Fix: fix css on notification center

Fix: fix invalidateNotification

Chore: apply PR requested changes

Fix: PR fixes

Fix: make toggleable body/root styles be handled by react

Chore: delete old notifier file

Fix: undo variable name changes for cryptobalance notifs
2021-02-04 15:48:23 +00:00
Cesar
04fd82454d Feat: code refactoring and jest tests
chore: More refactoring

chore: More tests and refactors

fix: Fixed age not getting calculated properly

chore: Implemented mocking in jest

chore: More mock tests

chore: checkStuckScreen tests
2021-02-04 15:48:23 +00:00
Liordino Neto
72a1b798f8 fix: added missing lodash dependency to accounts lib
fix: don't prepend '+' when using a friendly name with Twilio

fix: consider that the phone number may contain whitespaces

fix: removed duplicated import on accounts.js

fix: replaced isNan with lodash's _.isNumber

fix: _isNumber logic was inverted
2020-09-02 12:31:06 +02:00
Taranto
086c5ec188 fix: change rpc call after get balance deprecation 2020-04-15 19:14:33 +02:00
Taranto
1cc3c820b5 fix: pr fixes 2020-03-23 19:10:58 +01:00
Taranto
fa69d2a030 hotfix: add fudge factor 2020-03-23 19:10:58 +01:00