Ryan O'Hara-Reid
|
0b0df318ea
|
Added websocket error codes + added return
|
2017-04-17 15:00:35 +10:00 |
|
Ryan O'Hara-Reid
|
413aa9f3b7
|
changed json string
|
2017-04-17 14:53:40 +10:00 |
|
Ryan O'Hara-Reid
|
2a6bb52ee8
|
added test for SendAuthHTTPRequest
|
2017-04-17 14:52:06 +10:00 |
|
Ryan O'Hara-Reid
|
9c94440548
|
changed return statement
|
2017-04-17 14:50:19 +10:00 |
|
Ryan O'Hara-Reid
|
ae5864a715
|
Added more test functionality for bitfinex.
|
2017-04-12 15:35:25 +10:00 |
|
Ryan O'Hara-Reid
|
c6b7e35dd8
|
Fixed typo
|
2017-04-12 15:34:20 +10:00 |
|
Adrian Gallagher
|
6daba21982
|
Config: Add missing params
|
2017-04-11 23:00:51 +10:00 |
|
Ryan O'Hara-Reid
|
c425d7dba4
|
Moved checking function downstream + Added default currency for test
|
2017-04-11 22:25:01 +10:00 |
|
Ryan O'Hara-Reid
|
8e9d6095c4
|
Added tests for stats.go
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
9a6484e113
|
Added ticker_test.go
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
a2c0e52f93
|
Changed incorrect names
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
68cf098e9c
|
Add Exchange Tests
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
8a96f20858
|
Restructured test files and added alphapoint test
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
a4dc2cdaae
|
Updated Test
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
2565c6497f
|
Added test module for Smsglobal.go
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
8096603c8c
|
Added tests for events.go
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
c94ac92b6d
|
Added more functionality to package
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
94fc25ce25
|
Added functionality and future handling for currency.go
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
c579611706
|
added test module for currency.go
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
66cc94d310
|
Added Confirm and Delete ECS tests.
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
83b0bad4e6
|
General formatting config_test.go
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
bd5e3192c0
|
Added error handling for jsondecode
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
cf4be71f50
|
Added config_encryption.go
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
38514eb8ab
|
Added test support for config.go
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
e27260df6b
|
Added basic error handling for RetrieveConfigCurrencyPairs
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
58741e73ef
|
Added test for DataContains function in common.go
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
03aca79584
|
Updated Non-live & live test support
|
2017-04-11 22:00:20 +10:00 |
|
Ryan O'Hara-Reid
|
3636d474d6
|
conform to BitfinexOrder struct types
|
2017-04-11 22:00:19 +10:00 |
|
Ryan O'Hara-Reid
|
6e2464fb58
|
refactor - import common.go
|
2017-04-11 22:00:19 +10:00 |
|
Ryan O'Hara-Reid
|
e7b469638e
|
Added test support for bitfinex
|
2017-04-11 22:00:19 +10:00 |
|
thrasher
|
189dadb5ad
|
Merge pull request #28 from 140am/gdax
GDAX support
|
2017-04-10 14:00:00 +10:00 |
|
Manuel Kreutz
|
4159abbbe5
|
run test in parallel with (and only with) other parallel tests.
|
2017-04-09 21:42:09 -04:00 |
|
Manuel Kreutz
|
19f6ac9de7
|
extend test coverage of helper function
|
2017-04-09 16:54:39 -04:00 |
|
Manuel Kreutz
|
6e440a1a0c
|
use proper test name
|
2017-04-09 16:39:40 -04:00 |
|
Manuel Kreutz
|
5306c6b3d3
|
support currency pair notation without - (used by AllActiveExchangesAndCurrencies)
|
2017-04-09 16:16:54 -04:00 |
|
Manuel Kreutz
|
4b6c1f8b6c
|
we need unixtime for auth but sending 13 long string
|
2017-04-09 16:02:57 -04:00 |
|
Manuel Kreutz
|
7b001f710b
|
simple common helper to parse & return path (for hmac etc) given url
|
2017-04-09 16:02:51 -04:00 |
|
Manuel Kreutz
|
bd78a39bdd
|
SendAuthenticatedHTTPRequest uses GDAX_API_URL and we need path
|
2017-04-09 15:44:12 -04:00 |
|
Manuel Kreutz
|
76c883c6e0
|
use current API endpoint
|
2017-04-09 15:43:12 -04:00 |
|
Adrian Gallagher
|
b84a27a6a5
|
Add method for obtaining orderbook info
|
2017-04-08 02:42:18 +10:00 |
|
Adrian Gallagher
|
5f8ad10b5f
|
Improve portfolio
|
2017-04-07 21:04:29 +10:00 |
|
Adrian Gallagher
|
145e74fbac
|
Remove unused function/file
|
2017-04-07 16:10:35 +10:00 |
|
Adrian Gallagher
|
f6efa9ee37
|
Expand portfolio to cover exchange balances
|
2017-04-07 15:50:12 +10:00 |
|
Adrian Gallagher
|
a5d7d26ac9
|
Package portfolio
|
2017-04-06 16:22:30 +10:00 |
|
Adrian Gallagher
|
86d52ef845
|
Add test script
|
2017-04-03 02:46:47 -07:00 |
|
thrasher
|
f51ec79763
|
Merge pull request #26 from crackcomm/patch-1
Fix JSON unmarshaling
|
2017-03-31 12:33:04 +11:00 |
|
thrasher
|
393c01c656
|
Merge pull request #27 from crackcomm/patch-2
Bitfinex: handle read message error
|
2017-03-31 12:31:01 +11:00 |
|
Łukasz Kurowski
|
8a6ea5db16
|
Bitfinex: handle read message error
|
2017-03-30 19:51:50 +02:00 |
|
Łukasz Kurowski
|
62cb038498
|
Fix JSON unmarshaling
|
2017-03-30 19:49:52 +02:00 |
|
Adrian Gallagher
|
7aff04e4c6
|
Standardise filenames
|
2017-03-30 14:05:32 +11:00 |
|