-
1.10.787
removed the RunKit example from the repository, as it is confusing most of noobs who never read docs [ci skip]
-
1.10.786
gdax limit on fetchOHLCV increased to 350 by default fix #1393 [ci skip]
-
1.10.775
restored bad nonce test and kraken special case for trades.timestamp #1148 [ci skip]
-
1.10.773
switched off the "trade.timestamp < now" test, see comments in code #1148 [ci skip]
-
1.10.772
Fix: KuCoin fetch_ohlcv() in Python Python does not allow you to implicitly cast strings to floats and ints. The math on line 506 therefore fails. ``` >>> ccxt.kucoin().fetch_ohlcv('ETH/BTC', limit=1) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.5/dist-packages/ccxt/kucoin.py", line 506, in fetch_ohlcv start = end - minutes * 60 * limit TypeError: unsupported operand type(s) for -: 'int' and 'str' ``` [ci skip]
-
1.10.771
pep8 unnecessary whitespace in bypass-cloudflare.py typo correction [ci skip]
-
1.10.770
updated wiki homepage with links to deposit section and implicit methods [ci skip]