-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binance websocket #143
Binance websocket #143
Conversation
Awesome work @ermalguni! Regarding commit: thrasher-@4bb2e5d This breaks Travis and people who haven't setup a custom gocryptotrader directory. It would be best to revert this. |
@thrasher- thanks. Will revert the commit then and update the PR. |
@thrasher- reverted the imports. It seems that there is still sth weird going on though. |
Codecov Report
@@ Coverage Diff @@
## master #143 +/- ##
==========================================
- Coverage 37.12% 36.99% -0.13%
==========================================
Files 101 102 +1
Lines 15878 15931 +53
==========================================
Hits 5894 5894
- Misses 9465 9519 +54
+ Partials 519 518 -1
Continue to review full report at Codecov.
|
Thanks @ermalguni! |
* 'master' of https://github.com/thrasher-/gocryptotrader: Fixes theme picker reference error after changes in https://github.com/thrasher-/gocryptotrader/pull/154 Improved code quality (thrasher-corp#154) Improve request package and adjust bitfinex rate limiter Bump Travis golang version Update exchange wrapper template file Binance websocket (thrasher-corp#143) Adds support for new Huobi authorised requests and a tool for ecdsa keys Use WebsocketEvent in ws client and add timestamp to Tickers Fix race condition in request Bithumb replace deprecated API to new one Improve Bithumb API error handling Add bank details support Update README.md Skip BTCC tests as REST API is not available after infrastructure update Rename GDAX -> CoinbasePro Hotfix/web dependencies (thrasher-corp#149) Fixed some typos in binance types and updated binance trading symbols in config example (thrasher-corp#148)
No description provided.