Commit Graph

189 Commits

Author SHA1 Message Date
Adrian Gallagher
1d25d8281f Added Trim string common function. 2016-03-11 02:17:20 +11:00
Adrian Gallagher
75e9f2c57c Merge pull request #2 from shazbert/master
Added check for web directory when web server is enabled
2016-03-11 00:47:53 +11:00
Ryan O'Hara-Reid
5f2625d7d9 Added check for web directory when web server is enabled 2016-03-11 00:34:24 +11:00
Adrian Gallagher
730a7b68d1 Started implementation of authenticated API support for Poloniex exchange. 2016-03-09 23:39:17 +11:00
Adrian Gallagher
6b0106b721 Fixed Alphapoint typo. 2016-03-08 21:09:43 +11:00
Adrian Gallagher
8556b5e019 Updated Travis dependencies. 2016-03-07 22:17:27 +11:00
Adrian Gallagher
bece1a4f51 Added Websocket support for Poloniex exchange. 2016-03-07 22:11:14 +11:00
Adrian Gallagher
03538165d6 Added basic HTTP API support for Poloniex. 2016-02-11 00:24:31 +11:00
Adrian Gallagher
9c86745fd9 Revert "Use thrasher's fork until upstream merges PR https://github.com/toorop/go-pusher/pull/2 (fixes Travis builds)"
This reverts commit f6b6e60610.
2016-02-03 21:55:35 +11:00
Adrian Gallagher
d69c6ffe66 Fixed config port checking logic. 2016-02-02 01:08:17 +11:00
Adrian Gallagher
54ba2f81a2 Updated test coverage provider to Code Climate. 2016-02-01 23:42:34 +11:00
Adrian Gallagher
f6b6e60610 Use thrasher's fork until upstream merges PR https://github.com/toorop/go-pusher/pull/2 (fixes Travis builds) 2016-02-01 23:18:52 +11:00
Scott
d613dc25e0 Covers the majority of common.go 2016-01-28 20:54:58 +11:00
Scott
56c5860df8 Testing string to lower 2016-01-25 21:50:02 +11:00
Scott
49585f40aa Removes unused import 2016-01-24 17:32:22 +11:00
Scott
99b48e82c1 Adds testing to the crypto common methods 2016-01-23 20:08:02 +11:00
Scott
5d0e1aecca Merge branch 'master' of https://github.com/thrasher-/gocryptotrader 2016-01-23 18:47:49 +11:00
Scott
bf28976d8f Adds first test to project 2016-01-23 18:47:33 +11:00
Adrian Gallagher
9c88fcb1ec Added Travis build status badge and removed Cryptsy. 2016-01-23 16:49:33 +11:00
Adrian Gallagher
f7ff811aca Add test coverage and Travis config. 2016-01-23 16:43:01 +11:00
Adrian Gallagher
084be86148 Remove Cryptsy exchange support due to exchange security breach. 2016-01-17 18:41:18 +11:00
Adrian Gallagher
b54ff7fe0d Added HTTP API support for Brighton Peak Exchange. 2015-12-14 01:31:38 +11:00
Adrian Gallagher
bb6af76b4b Added SATOSHIS_PER_BTC/LTC const variables. 2015-11-30 19:23:16 +11:00
Adrian Gallagher
8b0510baf9 Improved BTCMarkets API support. 2015-11-28 22:15:18 +11:00
Adrian Gallagher
8bfc14bc80 Removed DWVX support due to exchange closure. 2015-11-28 19:46:13 +11:00
Adrian Gallagher
0e39cf0beb Adjusted Go max procs to have higher precedence. 2015-11-28 19:18:54 +11:00
Adrian Gallagher
e15a8926cf Adjusted SMS global logic in main.go 2015-11-28 19:17:32 +11:00
Adrian Gallagher
178b59ef71 Added basic webserver support. 2015-11-28 19:07:23 +11:00
Adrian Gallagher
ecfbfd932f Added authenticated LocalBitcoins wallet/account info support. 2015-11-10 17:25:04 +11:00
Adrian Gallagher
8763da2e86 Added IsCryptocurrency function. 2015-11-09 18:25:26 +11:00
Adrian Gallagher
0c8670cc6a Added basic LocalBitcoins support. 2015-11-09 17:49:30 +11:00
Adrian Gallagher
95a1801c6a Improved currency pair generation code. 2015-11-09 17:46:02 +11:00
Adrian Gallagher
82f5676709 Updated README.md. 2015-11-02 19:11:49 +11:00
Adrian Gallagher
e5b27492bd Use common EncodeURLValues function where possible 2015-11-02 18:35:02 +11:00
Adrian Gallagher
b2e39f17f5 Disabled DWVX (API/website no longer accessible) 2015-10-29 18:48:46 +11:00
Adrian Gallagher
0cdd5b3213 Fixed errors relating to commit: ed1543f7. 2015-10-29 18:04:35 +11:00
Adrian Gallagher
611f317f80 Merge branch 'master' of https://github.com/thrasher-/gocryptotrader 2015-10-27 17:46:25 +11:00
Adrian Gallagher
ed1543f7cf Updated Coinbase return values. 2015-10-27 17:45:42 +11:00
Adrian Gallagher
a7e90cb703 Updated Bitstamp REST API (complete coverage) 2015-10-21 12:58:32 +11:00
Adrian Gallagher
c1910bf6b6 Added common EncodeURLValues function. 2015-10-21 10:14:34 +11:00
Adrian Gallagher
1dfc031e3b Added Bitfinex Websocket account event handling support. 2015-10-18 23:15:12 +11:00
Adrian Gallagher
648df4820f Updated support for Bitfinex Websocket API. 2015-10-17 15:51:33 +11:00
Adrian Gallagher
16b89324a0 Updated Bitfinex REST API 2015-10-16 13:58:06 +11:00
Adrian Gallagher
23df51f0ca Fixed typo. 2015-10-09 23:09:49 +11:00
Adrian Gallagher
4297f8e9bd Renamed BTCChina to BTCC after exchange rebrand. 2015-10-09 23:07:59 +11:00
Adrian Gallagher
7e69d2ccf1 Added support for handling BTC-e API HTTP authenticated responses. 2015-10-08 22:18:03 +11:00
Adrian Gallagher
37aa813dfc Updated available currencies for BTC-e. 2015-10-08 19:35:09 +11:00
Adrian Gallagher
865f519f92 Implemented BTC-e API changes. 2015-10-07 22:23:16 +11:00
Adrian Gallagher
30be588388 Updated Gemini HTTP API. 2015-10-06 19:35:02 +11:00
Adrian Gallagher
8413253e93 Added basic ticker struct and related functions. 2015-10-05 22:35:58 +11:00