Sérgio Salgado
0135d50416
fix: RPC error handling
...
feat: create and load wallets
2022-04-11 19:16:49 +01:00
Rafael Taranto
d4428dd807
Merge pull request #1146 from chaotixkilla/chore-disable-usdt
...
Disable USDT
2022-03-04 20:44:09 +00:00
Sérgio Salgado
f6ec74a0dc
chore: disable USDT
2022-03-03 19:06:24 +00:00
Sérgio Salgado
35a0512ab5
fix: digest auth request queue remake
2022-03-02 21:08:46 +00:00
Sérgio Salgado
1614df27e8
fix: simplify queueing code
2022-02-25 17:47:46 +00:00
Sérgio Salgado
f660d60e2d
feat: add digest auth request queueing
2022-02-22 00:55:01 +00:00
Taranto
080f451269
chore: lamassu-coins rename
2022-02-18 20:15:39 +00:00
Sérgio Salgado
7a4aba4869
fix: wallet file checking
2022-02-03 22:08:44 +00:00
André Sá
8180afa7f7
fix: require path
2022-01-18 10:23:46 +00:00
Sérgio Salgado
50c07c5e8f
fix: json-rpc exporting and undefined blockchain dir
2021-11-30 19:35:38 +00:00
Taranto
0ad2ee362a
Merge remote-tracking branch 'upstream/release-7.5.0' into chore/merge-release-into-dev
2021-11-24 14:53:50 +00:00
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
José Oliveira
7f49684b67
refactor: error handling on unconfigred wallet
2021-10-05 22:27:09 +01:00
José Oliveira
01114d01e4
feat: add support for binance.us, cex.io and ftx
2021-08-04 17:56:37 +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
dfca785ed0
feat: integration of erc-20 tokens
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
José Oliveira
047b5752b7
refactor: move config validator from coin utils to ccxt common
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
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
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
Neal Conner
b4d28d1a9b
Delete quadrigacx.js
2019-08-31 17:50:13 +02: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
bcf336741e
Add QuadrigaCX exchange and ticker ( #176 )
...
* Add QuadrigaCX exchange and ticker
* Clean up code from QuadrigaCX
2018-09-27 21:59:53 +03:00
Rafael Taranto
de4a675a43
Fixed bitstamp coin scaling ( #167 )
...
The coin scaling for the bistamp excahnge was using a satoshi scaling for ETH when it should have been using wei.
2018-09-22 23:38:31 +01:00
Josh Harvey
dcef083d49
fix json-rpc issue
2018-07-16 17:00:09 +03:00
Fabio Cigliano
1bcf586544
json-rpc parameter bugfix ( #129 )
...
* json-rpc parameter bugfix
* small change
* Update json-rpc.js
2018-07-01 15:43:58 +01:00
Fabio Cigliano
82726fd9c1
json-rpc error handling ( #128 )
...
* json-rpc error handling
* partial revert
2018-06-16 13:55:58 +03:00
Josh Harvey
c2af183911
format for latest standard
2018-03-10 18:59:40 +00:00
Neal Conner
a2d168644f
Add ETH & BCH to Bitstamp ticker, exchange ( #100 )
...
* Add ETH & BCH to Bitstamp ticker, exchange
* Add ETH & BCH to Bitstamp
2018-02-26 19:04:17 +02:00
Neal Conner
548d285e5b
Add BCH
2017-11-19 19:01:40 +02:00
Josh Harvey
3652871ea4
fix bitstamp exchange
2017-07-10 13:21:02 +03:00
Josh Harvey
5a26f718c5
coinUtils fixes
2017-07-09 13:31:01 +03:00
Josh Harvey
178f576cfb
add blockchain install scripts
2017-07-06 21:56:56 +03:00
Josh Harvey
2c525c1e5c
generalize bitcoind json-rpc
2017-06-30 18:22:55 +03:00
Josh Harvey
45e6e2b82d
Support ZEC
2017-06-24 01:33:10 +03:00
Josh Harvey
e7ab8223c2
Migrate plugins to lib directory
2017-04-15 20:33:54 +03:00