Commit Graph

550 Commits

Author SHA1 Message Date
Adrian Gallagher
ce908ee939 Use config.json by default if config file isn't encrypted
Fixes issue: https://github.com/thrasher-/gocryptotrader/issues/48
Allows for auto syntax highlighing in text editors/IDEs
2017-11-14 14:15:01 +11:00
Adrian Gallagher
4799c73317 Merge pull request #60 from mattkanwisher/sandbox
consistent access to sandbox environments on gemini and gdax
2017-11-06 09:04:59 +11:00
Matthew Campbell
95739a8b14 consistent access to sandbox environments on gemini and gdax 2017-11-01 12:51:01 +07:00
Adrian Gallagher
e00314bd5c Disable Yahoo currency conversion again 2017-11-01 16:35:32 +11:00
Adrian Gallagher
9e1ddf0468 Update Bitfinex API
Ref: https://github.com/thrasher-/gocryptotrader/issues/59
2017-11-01 16:10:21 +11:00
Adrian Gallagher
55c8b02d1d Fix misspells 2017-10-04 18:15:01 +11:00
Adrian Gallagher
61023f9fed Update nonce func and test coverage 2017-10-04 17:22:44 +11:00
Adrian Gallagher
8bfc943178 Merge pull request #52 from shazbert/test
Added test module for WEX echange. Added Wex to testdata.
2017-10-04 14:20:45 +11:00
Ryan O'Hara-Reid
0312e78f80 Merge branch 'test' into test 2017-10-03 12:56:15 +11:00
Ryan O'Hara-Reid
b80a2fce8c Changed session management for Gemini, Quick fixed issues with BTCC package. 2017-10-03 12:51:05 +11:00
Ryan O'Hara-Reid
7333c16dc4 Added test module for WEX exchange, added wex to testdata & fixed exchange test. 2017-10-03 12:31:44 +11:00
Ryan O'Hara-Reid
6975f411d4 Fixed merge issues, fixed race condition in gemini package. 2017-10-03 12:31:44 +11:00
Ryan O'Hara-Reid
b3bef011f4 Liqui Package - Fixed linter issues and expanded code cov. 2017-10-03 12:31:44 +11:00
Ryan O'Hara-Reid
e8c7bf9af4 In the common package added JSONDecode error check. Added verbosity in SendHTTPGetRequest. Updated Nonce package function. Fixed issues in ItBit package and expanded test coverage. 2017-10-03 12:31:44 +11:00
Ryan O'Hara-Reid
939ce3ab21 Fixed linter issues, increased code cov & expanded functionality in Gemini. 2017-10-03 12:31:44 +11:00
Ryan O'Hara-Reid
f27472269c Fixed minor linter issues in coinut. Fixed linter issues, increased code cov & expanded functionality in gdax. Added new function in nonce package. 2017-10-03 12:31:44 +11:00
Adrian Gallagher
3240a1657e Merge pull request #53 from gloriousCode/master
Replace AngularJS site with Angular4+ site
2017-09-29 11:21:28 +10:00
GloriousCode
cf2ca30daa Updated Readme 2017-09-28 16:45:01 +10:00
GloriousCode
009f4e5374 Merge remote-tracking branch 'upstream/master' 2017-09-28 16:33:52 +10:00
GloriousCode
765a6f464e Updates README.md
Centres spinners
2017-09-28 16:29:13 +10:00
GloriousCode
d78f239f20 Fixes up settings
Adds progress spinner, even if ugly right now
Changes routing for dashboard
2017-09-28 07:34:23 +10:00
GloriousCode
e3d099a867 Finishes terrible dashboard where all ticker updates are posted
Fixes issue with widths
2017-09-27 18:51:55 +10:00
GloriousCode
e44832b0a7 Fixes a crashing issue 2017-09-24 20:55:30 +10:00
GloriousCode
e0921a8946 Adds a new component to render all enabled currency tickers. Will sort out later.
Reduces currency ticker to accept a ticker object so that it doesn't need to listen to events
2017-09-24 20:38:47 +10:00
GloriousCode
67d7409326 Updates README.md
Updates package.json
Creates ticker box componenet
Adds dashboard component
Updates dashboard to display components instead of it being the handler of all
2017-09-19 18:52:03 +10:00
Adrian Gallagher
fbf5ea3aa6 Merge pull request #47 from shazbert/test
Test
2017-09-18 16:11:55 +10:00
Ryan O'Hara-Reid
a86462b338 Fixed merge issues, fixed race condition in gemini package. 2017-09-18 15:58:24 +10:00
Ryan O'Hara-Reid
60fc00a5b3 Liqui Package - Fixed linter issues and expanded code cov. 2017-09-18 14:47:14 +10:00
Ryan O'Hara-Reid
79a1911c93 In the common package added JSONDecode error check. Added verbosity in SendHTTPGetRequest. Updated Nonce package function. Fixed issues in ItBit package and expanded test coverage. 2017-09-18 14:47:14 +10:00
Ryan O'Hara-Reid
dae90a2eaa Fixed linter issues, increased code cov & expanded functionality in Gemini. 2017-09-18 14:23:59 +10:00
Ryan O'Hara-Reid
eef13c4515 Fixed minor linter issues in coinut. Fixed linter issues, increased code cov & expanded functionality in gdax. Added new function in nonce package. 2017-09-18 14:23:59 +10:00
gloriousCode
ae14811303 Saves settings 2017-09-17 17:35:03 +10:00
gloriousCode
65722afdd7 Gets some themes and starts organising data from settings 2017-09-17 16:56:03 +10:00
Adrian Gallagher
05b2bc0d56 Fix WEX linter issues 2017-09-16 13:18:28 +10:00
Adrian Gallagher
542828e957 Rename BTC-e to WEX and reinstate exchange 2017-09-16 13:03:00 +10:00
Adrian Gallagher
9114de8a06 Liqui skip empty pairs 2017-09-14 15:51:25 +10:00
Adrian Gallagher
1237223b7f Bittrex skip over empty market name 2017-09-14 15:44:45 +10:00
Adrian Gallagher
4a67edac99 Expand smsglobal 2017-09-14 15:08:20 +10:00
Adrian Gallagher
04d1de9e22 Add fiat display currency setting, defaults to USD 2017-09-14 15:08:20 +10:00
Adrian Gallagher
bc85f11c85 Add websocket connection limit, defaults to 1 and can be modified via config
Add WebsocketAllowInsecureOrigin config setting, default to false
2017-09-14 15:08:19 +10:00
Adrian Gallagher
6e9bda83a1 Link up websocket handler to routes after refactor and various improvements 2017-09-14 15:08:19 +10:00
Adrian Gallagher
0682dcec88 Add currency converter provider failover and add config setting 2017-09-14 15:08:19 +10:00
Adrian Gallagher
3ad9c3dfbe Use cryptoID instead of blockr (currently down) 2017-09-14 15:08:19 +10:00
Adrian Gallagher
2bd27feaf0 Polish websocket code 2017-09-14 15:08:19 +10:00
Adrian Gallagher
69aa445a3a Refactor stats and link up to ticker routine 2017-09-14 15:08:19 +10:00
Adrian Gallagher
87633c2142 Link up orderbook websocket code, improve exchange test coverage and various other fixes 2017-09-14 15:07:59 +10:00
Adrian Gallagher
913c104d09 Finish off websocket ticker demo, update config files and fix tests 2017-09-14 15:04:38 +10:00
GloriousCode
9d6f26646b Adds object for settings Jsoin 2017-09-13 19:30:55 +10:00
GloriousCode
dfc6b0e392 Finishes basic websocket-handler.service.ts 2017-09-12 19:46:57 +10:00
GloriousCode
6d02dfe057 Further setup for websocket handler 2017-09-11 19:08:52 +10:00