-
1.14.291
bitmex['options']['fetchTickerQuotes'] = false by default fix #3273 [ci skip]
-
1.14.290
from their fetchTickers API bitz will return some rare tickers set to boolean false under their symbol key (sic!) [ci skip]
-
1.14.288
bitfinex STORJ withdrawal currency name fix + made them optional fixes #3269 [ci skip]
-
1.14.287
huobi pro "signature check failed" ```python >>> huobipro.fetch_balance() File "/usr/local/lib/python3.6/site-packages/ccxt/async/huobipro.py", line 461, in fetch_balance }, params)) File "/usr/local/lib/python3.6/site-packages/ccxt/async/base/exchange.py", line 102, in fetch2 return await self.fetch(request['url'], request['method'], request['headers'], request['body']) File "/usr/local/lib/python3.6/site-packages/ccxt/async/base/exchange.py", line 129, in fetch self.handle_errors(http_status_code, text, url, method, self.last_response_headers, text) File "/usr/local/lib/python3.6/site-packages/ccxt/async/huobipro.py", line 720, in handle_errors raise ExchangeError(feedback) ``` I'm honestly not sure what this error means, but perhaps it should be an `AuthenticationError`. In any case, it's worth it to include it in the `this.exceptions` list. [ci skip]
-
1.14.284
livecoin removed default value from appendFiatCurrencies fix #3265 [ci skip]
-
1.14.283
ice3x sign renamed the variables to avoid changing the referenced params object fix #3265 [ci skip]