Commit Graph

  • dc236c251e Optimisation: large structs/huge param fixes (part 2) (#262) Andrew 2019-03-26 15:40:46 +11:00
  • 5683fdd917 BTSE: Drop need to check for commas after REST update Adrian Gallagher 2019-03-26 09:51:38 +11:00
  • 5d891e70e9 Cleanup: rm/adjust non-needed println's/warnings Adrian Gallagher 2019-03-26 09:50:22 +11:00
  • c49cf18677 OKEX websocket: Fix test race condition (#258) Ryan O'Hara-Reid 2019-03-25 16:16:19 +11:00
  • 052b5c2f28 bugfix: improve orderbook/ticker and currency logic Adrian Gallagher 2019-03-23 17:35:45 +11:00
  • 9c6c8f3341 Binance: fix issue on order submit (#259) Vadim Zhuk 2019-03-23 07:56:01 +02:00
  • 76ac98830e optimisation: large structs/huge param fixes (#257) Andrew 2019-03-21 16:36:06 +11:00
  • 2cb2413131 GateIO: Fixed OrderHistory unmarshalling (#255) Vadim Zhuk 2019-03-19 14:21:58 +02:00
  • 0990f9d118 Currency package update (#247) Ryan O'Hara-Reid 2019-03-19 11:49:05 +11:00
  • ed760e184e OKEX/OKCoin fix unauthenticated endpoints Adrian Gallagher 2019-03-18 16:04:46 +11:00
  • 6a15ecc65c OKEX/OKCoin API combine via OKGroup (#252) Scott 2019-03-18 15:18:36 +11:00
  • b915edd278 GateIO: Account info - fix balance response (#254) Vadim Zhuk 2019-03-16 05:20:55 +02:00
  • 58bd0a301b Added config option to enable pprof (#253) Andrew 2019-03-14 14:56:30 +11:00
  • 6cb356cd7a configs: periodic update of available pairs Adrian Gallagher 2019-03-13 11:45:42 +11:00
  • 3ac8b7746f Add REST and websocket support for BTSE (#250) Adrian Gallagher 2019-03-08 16:33:10 +11:00
  • 6d6b0ae067 gofmt exchanges/coinut.go Adrian Gallagher 2019-03-02 02:22:13 -08:00
  • 7dcb1ab553 Migrate from gometalinter.v2 to golangci-lint (#249) Adrian Gallagher 2019-03-01 16:10:29 +11:00
  • 81852f2e01 Update Dockerfile to use go mod and golang 1.12 Adrian Gallagher 2019-02-27 17:52:37 +11:00
  • e000a8d6c7 minor improvements and bugfixes Adrian Gallagher 2019-02-27 14:43:23 +11:00
  • 3066f3d027 New forex provider ExchangeRatesAPI which is used by default (#248) Adrian Gallagher 2019-02-20 17:17:27 +11:00
  • f5ce8b9aaf Update exchange wrapper template file Adrian Gallagher 2019-02-18 15:53:36 +11:00
  • 928a332220 Use official Slack join link instead of herokuapp Adrian Gallagher 2019-02-12 13:45:43 +11:00
  • a02b736a5b Periodic pairs update Adrian Gallagher 2019-02-08 14:10:59 +11:00
  • ef51b59c8b Remove OKCoin China exchange support Adrian Gallagher 2019-02-08 14:03:28 +11:00
  • 26d67f5228 Remove WEX exchange support Adrian Gallagher 2019-02-08 13:52:53 +11:00
  • 5e5ca8a887 Linter fixes (#246) Adrian Gallagher 2019-02-05 16:26:04 +11:00
  • d7368c1a8d Remove Liqui exchange from GCT Adrian Gallagher 2019-02-05 11:17:05 +11:00
  • 978b91a692 GetActiveOrders/GetOrderHistory wrapper implementation (#239) Scott 2019-02-05 10:44:05 +11:00
  • 82a622294c Coinmarketcap implementation (#243) Ryan O'Hara-Reid 2019-01-31 16:11:42 +11:00
  • f7810e7eca Fix issue with codelingo verbosity on test function comments (#245) Ryan O'Hara-Reid 2019-01-31 16:10:03 +11:00
  • 291e404a4a Makefile: add new recipes and linter features (#244) Adrian Gallagher 2019-01-31 14:53:24 +11:00
  • e182248387 Update README.md Adrian Gallagher 2019-01-26 00:25:36 +11:00
  • 84aaaab059 bugfix: coinut and itbit API errors Adrian Gallagher 2019-01-25 16:15:57 +11:00
  • c2b91edace logger: allow overriding colour output for fancy consoles on Windows Adrian Gallagher 2019-01-25 11:21:38 +11:00
  • 63d0fd722a Bump version copyright year (#238) Ryan O'Hara-Reid 2019-01-24 09:45:06 +11:00
  • 89956f50ea Add WithdrawStatus/WithdrawCancel functions and tests to kraken (#237) Ryan O'Hara-Reid 2019-01-23 16:52:03 +11:00
  • 41415ca3b9 Websocket update increasing exchange coverage and bug fixes (#233) Ryan O'Hara-Reid 2019-01-23 14:23:11 +11:00
  • b62a9c76b1 Fix bug in Logger test where it creates file but doesn't delete (#236) Ryan O'Hara-Reid 2019-01-23 14:13:21 +11:00
  • 7413fc41b8 Cleanup non-needed log.Fatal's in various files Adrian Gallagher 2019-01-17 14:10:56 +11:00
  • 84a67359c9 Deposit address wrapper Update (#232) Ryan O'Hara-Reid 2019-01-17 11:44:23 +11:00
  • 88303b81ab fix poloniex websocket type assertion Adrian Gallagher 2019-01-16 16:46:35 +11:00
  • db56c1cea5 FIAT withdrawal wrapper support (#230) Scott 2019-01-14 15:48:13 +11:00
  • 18328d4fe8 fix wrong type of the huobi account data struct (#231) Harry Ma 2019-01-11 16:30:09 +08:00
  • d01e7bad72 Implement Logger (#228) Andrew 2019-01-08 21:56:22 +11:00
  • bfbd496c3a Change common_test TestSendHTTPRequest URLs away from Yahoo API Adrian Gallagher 2019-01-05 17:56:34 +11:00
  • b1e6534e7c Withdraw Crypto wrapper mapping (#226) Scott 2019-01-03 13:15:07 +11:00
  • 9ebcb1a462 CodeLingo setup (#224) CodeLingo Bot 2018-12-31 13:29:37 +13:00
  • 2398cb2568 Bump common HTTP client timeout to 15 seconds Adrian Gallagher 2018-12-28 13:39:00 +11:00
  • dffa8eca99 Periodic pairsLastUpdated timestamp update Adrian Gallagher 2018-12-27 15:32:59 +11:00
  • 046e15a67e Periodic GoReportCard fixes Adrian Gallagher 2018-12-27 15:10:41 +11:00
  • c2cb2a4551 Go mod tidy Adrian Gallagher 2018-12-27 14:44:28 +11:00
  • 7c3134f35b Wrapper update modify order (#222) Ryan O'Hara-Reid 2018-12-20 16:31:17 +11:00
  • 2993ae17cf Fix code style link in readme to point to contributing doc (#223) Dan Bent 2018-12-20 12:54:00 +13:00
  • ff6a84f0f1 Cancel all orders wrapper implementation (#217) Scott 2018-12-14 15:53:26 +11:00
  • 4ca3fd5b00 GetAccountInfo wrapper update (#220) Ryan O'Hara-Reid 2018-12-13 16:53:19 +11:00
  • 05f9f40723 Fix comments according to best practices by effective go (#219) CodeLingo Bot 2018-12-11 14:50:07 +13:00
  • 52609827eb Fixes huobi hadax signature for authenticated methods (#216) Scott 2018-12-11 10:38:00 +11:00
  • 4e6cf84ba0 Fix Bithumb GetAllTickers type assertion Adrian Gallagher 2018-12-10 17:38:01 +11:00
  • 9680cdea38 Limit HTTP request verbosity Adrian Gallagher 2018-12-10 10:40:43 +11:00
  • 098350739f Update WEX API endpoints again ¬_¬ Adrian Gallagher 2018-12-06 15:52:37 +11:00
  • 825bfe3789 Fixes ineffectual assignment issue (#215) Ryan O'Hara-Reid 2018-12-05 13:18:40 +11:00
  • c580276ba8 Update WEX API endpoints (again) ¯\_(ツ)_/¯ Adrian Gallagher 2018-12-03 12:15:18 +11:00
  • 458aab301e Cancel order wrapper wrapup (#214) Scott 2018-11-30 16:20:34 +11:00
  • d039593b67 Update readme to direct development to React branch Scott 2018-11-27 08:29:04 +11:00
  • 27091ef442 Periodic pairs update; LocalBitcoins, OKCoin and OKEX are now auto Adrian Gallagher 2018-11-26 16:38:56 +11:00
  • 92534249bf Remove unwanted wrapper name stuttering and standardise common error returns (#213) Ryan O'Hara-Reid 2018-11-23 12:55:00 +11:00
  • c41f611d96 Map exchange wrapper function "SubmitExchangeOrder" to exchange implementations (#211) Scott 2018-11-22 17:28:29 +11:00
  • a78f3c21a5 Update WEX API endpoints and re-enable tests Adrian Gallagher 2018-11-22 09:27:45 +11:00
  • da36c654b3 Skip WEX tests temporarily Adrian Gallagher 2018-11-21 15:35:38 +11:00
  • 47f89d838b Add GetAveragePrice function to the binance API (#212) Baptiste Lombard 2018-11-19 00:53:49 +01:00
  • b11c52ca07 Updates Angular to v7 and updates components to support better formatted config syntax Scott Grant 2018-11-12 16:56:23 +11:00
  • 659f7cc86c Updated readme to match new Go 1.11 module changes (#206) Andrew 2018-11-10 03:20:04 +11:00
  • 5fe12a5adc CoinbasePro: fixed Sandbox API URL (#205) Andrey Grehov 2018-11-05 00:43:58 -05:00
  • f6060ff1fc Requester update (#203) Ryan O'Hara-Reid 2018-11-05 12:14:54 +11:00
  • baffb46300 Exchange withdraw capabilities (#199) Scott 2018-11-05 10:35:03 +11:00
  • e104d29028 Fix code coverage issue (#204) Ryan O'Hara-Reid 2018-11-02 16:20:16 +11:00
  • 19f65df236 Exchange interface update (#202) Ryan O'Hara-Reid 2018-11-02 09:26:26 +11:00
  • 5dd0fecc62 Adds go module support that came into effect in go version 1.11 (#201) Ryan O'Hara-Reid 2018-11-01 17:40:54 +11:00
  • 506940587e Added .github folder for issue, contrib, and PR templates. (#200) Ryan O'Hara-Reid 2018-11-01 16:05:53 +11:00
  • c1b2959606 Adds more international withdrawal fee details for bithumb, gemini, itbit and lakebtc Scott Grant 2018-11-01 12:03:10 +11:00
  • c320114167 Fix websocket API due to exchange update. Uncompresses binary messages. (#198) Ryan O'Hara-Reid 2018-10-31 14:33:20 +11:00
  • 1f2516dbd0 ProcessTicker: added a condtion to check for existing tickers Adrian Gallagher 2018-10-31 11:46:49 +11:00
  • 640a7e6a83 ProcessOrderbook: added a condition to check for existing orderbooks (#197) Andrey Grehov 2018-10-30 20:24:15 -04:00
  • 4a879bf1a1 Config.go testing (#196) cranktakular 2018-10-30 15:55:50 +11:00
  • 36b37b0571 Kraken: bugfix - don't use internal ticker map Adrian Gallagher 2018-10-30 13:12:30 +11:00
  • e4c443b901 Calculating each exchange's fees (#188) Scott 2018-10-29 12:32:46 +11:00
  • 83263f3245 Update exchange generators template files Adrian Gallagher 2018-10-25 15:08:27 +11:00
  • e6027cfede Preserve ticker/orderbook output Adrian Gallagher 2018-10-24 15:07:19 +11:00
  • d3c2800fe0 Initial overhaul of websocket connection and feeds (#189) Ryan O'Hara-Reid 2018-10-24 14:22:41 +11:00
  • 7315e6604c Kraken: Add support for XTZ based pairs Adrian Gallagher 2018-10-23 17:11:32 +11:00
  • 8cbe99cf2f Telegram testing and race condition fix. (#195) cranktakular 2018-10-23 15:40:25 +11:00
  • d0f5f46c9d Exchanges: Don't set or update currencies when supplied with a nil array Adrian Gallagher 2018-10-23 15:10:56 +11:00
  • a94d88debf Update config test code Adrian Gallagher 2018-10-19 00:07:42 -07:00
  • c2c7032858 Add debug logger and default data directory support Adrian Gallagher 2018-10-19 17:26:00 +11:00
  • 415332b446 Slack.go improvements and increasing coverage (#193) cranktakular 2018-10-18 17:33:24 +11:00
  • 0c92ccfa21 config: don't warn user of limited APIKey level for default forex provider Adrian Gallagher 2018-10-17 16:13:32 +11:00
  • f4766fb4dd Coinbase error fix, deleting nearly completely unused test file, other minor changes (#191) cranktakular 2018-10-12 12:53:32 +11:00
  • 58096b689c Fix TestSetAssetTypes Adrian Gallagher 2018-10-11 16:18:02 +11:00
  • be561dd077 Periodic available pairs update for manual exchanges Adrian Gallagher 2018-10-11 15:47:12 +11:00
  • 9b85b431ab BTCMarkets: Add automatic available pair updates Adrian Gallagher 2018-10-11 12:25:58 +11:00