José Oliveira
9b4bae4097
refactor: add trade id to trade entry object
2021-07-08 17:08:38 +01:00
José Oliveira
8567b7887c
refactor: replace custom field function with const and move update trade logic inside a function
2021-07-08 17:08:38 +01:00
José Oliveira
8606d0cc94
feat: relay trade uuid to krakens api
2021-07-08 17:08:38 +01:00
José Oliveira
2cafe074b2
fix: add missing decimal places number
2021-07-05 11:10:24 +01:00
José Oliveira
ea44478b48
chore: update big number package
2021-07-05 11:10:24 +01:00
Sérgio Salgado
fc4af4885a
fix: remove blockchain utils module
2021-06-23 15:07:01 +01:00
Sérgio Salgado
de832e435b
fix: missing import
...
refactor: unify geth transaction between eth and erc20 tokens
2021-06-23 15:07:01 +01:00
Sérgio Salgado
8e099e3283
feat: change to generic ERC-20 ABI json file
...
fix: coinUtils rename import
2021-06-23 15:07:01 +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
c0fff41368
fix: wallet config path
2021-06-23 15:07:01 +01:00
Sérgio Salgado
1ad937527e
fix: remove comment
2021-06-23 15:07:01 +01:00
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
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