Commit graph

43 commits

Author SHA1 Message Date
Sérgio Salgado
168efc923a feat: re-enable USDT and eip-1559 commits 2022-06-14 16:54:08 +01:00
Sérgio Salgado
0e5aa0e58c chore: disable USDT 2022-06-01 18:20:48 +01:00
Sérgio Salgado
2d096e2956 fix: increase kraken nonce precision 2022-05-23 12:20:26 +01:00
Sérgio Salgado
c84f5becea feat: enable USDT for cash-in only transactions 2022-04-06 18:51:18 +01:00
Sérgio Salgado
f6ec74a0dc chore: disable USDT 2022-03-03 19:06:24 +00:00
José Oliveira
aa0d143679 fix: trade promises chain errors 2022-03-02 14:04:09 +00:00
Taranto
080f451269 chore: lamassu-coins rename 2022-02-18 20:15:39 +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
46116feb60 refactor: simplify filter function and remove unnecessary comments 2021-08-09 01:01:53 +01:00
José Oliveira
01114d01e4 feat: add support for binance.us, cex.io and ftx 2021-08-04 17:56:37 +01:00
José Oliveira
ca0f068bcf refactor: replace trade uuid variable name 2021-07-08 17:08:38 +01:00
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
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
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
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
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
Neal Conner
fe1878129b 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
c2af183911 format for latest standard 2018-03-10 18:59:40 +00:00
Neal Conner
a8d6cddba9 Trade on EUR Bitstamp if fiat other than USD/EUR (#102)
* Trade on EUR Bitstamp if fiat other than USD/EUR

* Don't mutate fiatCode
2018-02-26 19:09:52 +02:00
Neal Conner
bc66b7b843 Trade on USD Kraken if fiat is other than USD/EUR (#93)
* Trade on USD Kraken if fiat is other than USD/EUR

* Fix array membership logic

* Default to EUR
2018-02-16 18:15:28 +02:00
Josh Harvey
500edcf279 Add transaction versioning, tx cancellation (#79) 2017-08-29 16:08:06 +03:00
Josh Harvey
97bab49e15 add coinbase ticker 2017-07-10 12:03:04 +03:00
Josh Harvey
f70211d774 fix exchanges, kraken 2017-06-25 19:46:16 +03:00
Josh Harvey
35fb620b38 WIP 2017-06-25 16:52:14 +03:00
Josh Harvey
2779dcd6f3 WIP 2017-06-24 18:52:55 +03:00
Josh Harvey
45e6e2b82d Support ZEC 2017-06-24 01:33:10 +03:00
Josh Harvey
985e3811e3 bug fixes 2017-04-17 20:00:36 +03:00
Josh Harvey
e7ab8223c2 Migrate plugins to lib directory 2017-04-15 20:33:54 +03:00