ccxt 4.2.96 → 4.2.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/skip-tests.json CHANGED
@@ -66,6 +66,9 @@
66
66
  },
67
67
  "ticker": {
68
68
  "baseVolume": "https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L2466"
69
+ },
70
+ "orderBook": {
71
+ "timestamp": "not present https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3539 & https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4119"
69
72
  }
70
73
  }
71
74
  },
@@ -75,6 +78,12 @@
75
78
  "skipMethods": {
76
79
  "orderBook": {
77
80
  "spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269352042#L3463"
81
+ },
82
+ "watchOrderBook": {
83
+ "timestamp": "not present https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3539"
84
+ },
85
+ "watchOrderBookForSymbols": {
86
+ "timestamp": "same"
78
87
  }
79
88
  }
80
89
  },
@@ -87,6 +96,9 @@
87
96
  "ticker": {
88
97
  "baseVolume": "quoteVolume >= baseVolume * low is failing, https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L2466"
89
98
  },
99
+ "orderBook": {
100
+ "timestamp": "not present https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3458 https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3866"
101
+ },
90
102
  "fetchStatus": "private endpoints"
91
103
  }
92
104
  },
@@ -134,12 +146,18 @@
134
146
  "info":"null"
135
147
  },
136
148
  "orderBook": {
149
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4034",
137
150
  "bid":"sometimes equals to zero: https://app.travis-ci.com/github/ccxt/ccxt/builds/267809189#L2540"
138
151
  }
139
152
  }
140
153
  },
141
154
  "tokocrypto": {
142
- "httpsProxy": "http://5.75.153.75:8002"
155
+ "httpsProxy": "http://5.75.153.75:8002",
156
+ "skipMethods": {
157
+ "orderBook":{
158
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L6195"
159
+ }
160
+ }
143
161
  },
144
162
  "bitbank": {
145
163
  },
@@ -176,7 +194,8 @@
176
194
  "bid": "https://app.travis-ci.com/github/ccxt/ccxt/builds/262965121#L3179"
177
195
  },
178
196
  "orderBook":{
179
- "symbol": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L3846"
197
+ "symbol": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L3846",
198
+ "timestamp": "not present https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3458"
180
199
  }
181
200
  }
182
201
  },
@@ -198,7 +217,7 @@
198
217
  "askVolume": "sometimes negative"
199
218
  },
200
219
  "orderBook": {
201
- "bid": "multiple bids might have same value"
220
+ "compareToNextItem": "multiple bids might have same value"
202
221
  },
203
222
  "watchOrderBook": "complete skip because of frequent checksum mismatches: https://app.travis-ci.com/github/ccxt/ccxt/builds/269273148#L3553 and also for this https://app.travis-ci.com/github/ccxt/ccxt/builds/269129438#L3999"
204
223
  }
@@ -208,6 +227,9 @@
208
227
  "loadMarkets": "contract is true, but contractSize is undefined",
209
228
  "trade": {
210
229
  "side": "side key has an null value, but is expected to have a value"
230
+ },
231
+ "orderBook": {
232
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4205"
211
233
  }
212
234
  }
213
235
  },
@@ -229,6 +251,12 @@
229
251
  "bid":"broken bid-ask",
230
252
  "open": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269099593#L3833",
231
253
  "baseVolume": "quoteVolume >= baseVolume * low is failing"
254
+ },
255
+ "watchOrderBook": {
256
+ "spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3729"
257
+ },
258
+ "watchOrderBookForSymbols": {
259
+ "spread": "same"
232
260
  }
233
261
  }
234
262
  },
@@ -268,7 +296,11 @@
268
296
  "spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269177564#L3946"
269
297
  },
270
298
  "watchTrades":{
271
- "side": "not set https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4312",
299
+ "side": "todo: https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4312",
300
+ "timestamp": "messed order coming from exchange"
301
+ },
302
+ "watchTradesForSymbols":{
303
+ "side": "todo: https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3602",
272
304
  "timestamp": "messed order coming from exchange"
273
305
  },
274
306
  "ohlcv": {
@@ -330,7 +362,10 @@
330
362
  "currency": "undefined",
331
363
  "currencyIdAndCode": "messes codes"
332
364
  },
333
- "fetchTransactions": "skip"
365
+ "fetchTransactions": "skip",
366
+ "orderBook": {
367
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4458"
368
+ }
334
369
  }
335
370
  },
336
371
  "bitopro": {
@@ -345,7 +380,8 @@
345
380
  },
346
381
  "watchTicker": "datetime error: https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4373",
347
382
  "orderBook": {
348
- "nonce": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4373"
383
+ "nonce": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4373",
384
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4373"
349
385
  }
350
386
  }
351
387
  },
@@ -358,7 +394,7 @@
358
394
  "deposit": "not provided"
359
395
  },
360
396
  "orderBook":{
361
- "bid": "messed bids sequence"
397
+ "compareToNextItem": "messed bids sequence"
362
398
  },
363
399
  "fetchTrades": {
364
400
  "emptyResponse": "sometimes response is empty"
@@ -382,6 +418,9 @@
382
418
  },
383
419
  "ticker": {
384
420
  "baseVolume": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269454230#L4164"
421
+ },
422
+ "orderBook": {
423
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4978"
385
424
  }
386
425
  }
387
426
  },
@@ -404,13 +443,13 @@
404
443
  "deposit": "not provided"
405
444
  },
406
445
  "orderBook": {
407
- "bid": "bid/ask might be 0"
446
+ "compareToZero": "bid/ask might be 0",
447
+ "spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269693760#L3648"
408
448
  },
409
449
  "ticker": {
410
450
  "bid": "greater than ask https://app.travis-ci.com/github/ccxt/ccxt/builds/264241638#L3027",
411
451
  "baseVolume": "baseVolume * low = 8.43e-6 * 3692.59081464 = 0.03112854056 < 0.0311285405674152"
412
- },
413
- "watchOrderBook": "something broken https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4473 and https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4504"
452
+ }
414
453
  }
415
454
  },
416
455
  "bl3p": {
@@ -422,6 +461,9 @@
422
461
  },
423
462
  "fetchTrades": {
424
463
  "side": "side is undefined"
464
+ },
465
+ "orderBook": {
466
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4831"
425
467
  }
426
468
  }
427
469
  },
@@ -439,6 +481,15 @@
439
481
  "ticker": {
440
482
  "bid":"broken bid-ask",
441
483
  "baseVolume": "quoteVolume >= baseVolume * low is failing https://app.travis-ci.com/github/ccxt/ccxt/builds/266144312#L2220"
484
+ },
485
+ "orderBook": {
486
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4685"
487
+ },
488
+ "watchOrderBook": {
489
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3738"
490
+ },
491
+ "watchOrderBookForSymbols": {
492
+ "timestamp": "same"
442
493
  }
443
494
  }
444
495
  },
@@ -449,11 +500,10 @@
449
500
  "maker":"not provided"
450
501
  },
451
502
  "orderBook": {
452
- "bid": "messed bid-ask sequence"
453
- },
454
- "watchOrderBook": {
455
- "nonce": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4517 and https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4562"
456
- }
503
+ "bid": "messed bid-ask sequence",
504
+ "nonce": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4517 and https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4562",
505
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4601",
506
+ "compareToNextItem": "sometimes bid equals to next bid" }
457
507
  }
458
508
  },
459
509
  "btcbox": {
@@ -464,7 +514,8 @@
464
514
  "info": "null"
465
515
  },
466
516
  "orderBook": {
467
- "bid":"bids[0][0] (3787971.0) should be < than asks[0][0] (3787971.0) <<< btcbox "
517
+ "spread":"bids[0][0] (3787971.0) should be < than asks[0][0] (3787971.0)",
518
+ "timestamp":"https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4820"
468
519
  },
469
520
  "ticker": {
470
521
  "bid":"broken bid-ask"
@@ -475,7 +526,7 @@
475
526
  "skip": true,
476
527
  "skipMethods": {
477
528
  "orderBook": {
478
- "bid":"bids[0][0] is not < asks[0][0]"
529
+ "spread":"bids[0][0] is not < asks[0][0]"
479
530
  },
480
531
  "ticker": {
481
532
  "symbol": "https://app.travis-ci.com/github/ccxt/ccxt/builds/265171549#L2518",
@@ -490,13 +541,21 @@
490
541
  "active":"is undefined"
491
542
  },
492
543
  "orderBook": {
493
- "bid": "messed bid-ask sequence"
544
+ "compareToNextItem": "sometimes bid equals to next bid"
494
545
  }
495
546
  }
496
547
  },
497
548
  "btcturk": {
498
549
  "skipMethods": {
499
- "fetchOrderBook": "https://app.travis-ci.com/github/ccxt/ccxt/builds/263287870#L2201"
550
+ "loadMarkets": {
551
+ "precision":"is undefined",
552
+ "active":"is undefined",
553
+ "info":"null"
554
+ },
555
+ "orderBook": {
556
+ "compareToZero": "https://app.travis-ci.com/github/ccxt/ccxt/builds/263287870#L2201",
557
+ "compareToNextItem": "sometimes bid equals to next bid"
558
+ }
500
559
  }
501
560
  },
502
561
  "bybit": {
@@ -523,7 +582,8 @@
523
582
  },
524
583
  "fetchBorrowRate": "does not work with unified account",
525
584
  "orderBook": {
526
- "spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269352042#L3669"
585
+ "spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269352042#L3669",
586
+ "bid": "messed https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3794"
527
587
  }
528
588
  }
529
589
  },
@@ -541,6 +601,9 @@
541
601
  "ticker": {
542
602
  "bid": "broken bid-ask",
543
603
  "baseVolume": "negative value"
604
+ },
605
+ "orderBook": {
606
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3866"
544
607
  }
545
608
  }
546
609
  },
@@ -553,6 +616,9 @@
553
616
  "active":"is undefined",
554
617
  "taker":"is undefined",
555
618
  "maker":"is undefined"
619
+ },
620
+ "orderBook": {
621
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4893"
556
622
  }
557
623
  }
558
624
  },
@@ -577,6 +643,9 @@
577
643
  "withdraw": "not provided",
578
644
  "deposit": "not provided",
579
645
  "currencyIdAndCode": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269568596#L3551"
646
+ },
647
+ "orderBook": {
648
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5064"
580
649
  }
581
650
  }
582
651
  },
@@ -598,6 +667,9 @@
598
667
  "fetchTrades": {
599
668
  "side":"side is undefined"
600
669
  },
670
+ "orderBook": {
671
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5064"
672
+ },
601
673
  "ticker": {
602
674
  "spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269687705#L3745"
603
675
  }
@@ -636,6 +708,9 @@
636
708
  },
637
709
  "ticker": {
638
710
  "baseVolume": "quoteVolume >= baseVolume * low is failing"
711
+ },
712
+ "orderBook": {
713
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5210"
639
714
  }
640
715
  }
641
716
  },
@@ -674,7 +749,7 @@
674
749
  "active":"is undefined"
675
750
  },
676
751
  "orderBook": {
677
- "bid":"ask should be less than next ask"
752
+ "compareToNextItem":"ask should be less than next ask"
678
753
  }
679
754
  }
680
755
  },
@@ -731,6 +806,9 @@
731
806
  },
732
807
  "watchTrades": {
733
808
  "fees": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/269365378#L3601"
809
+ },
810
+ "orderBook": {
811
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5510"
734
812
  }
735
813
  }
736
814
  },
@@ -739,6 +817,7 @@
739
817
  "skipMethods": {
740
818
  "loadMarkets": "expiryDatetime must be equal to expiry in iso8601 format",
741
819
  "orderBook": {
820
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5295",
742
821
  "bid": "bid more than ask"
743
822
  },
744
823
  "ticker": {
@@ -788,7 +867,8 @@
788
867
  "bid": "same",
789
868
  "ask": "same",
790
869
  "average": "same"
791
- }
870
+ },
871
+ "fetchTickers": "requires custom param"
792
872
  }
793
873
  },
794
874
  "fmfwio": {
@@ -814,6 +894,9 @@
814
894
  },
815
895
  "watchOrderBook": {
816
896
  "nonce": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4833"
897
+ },
898
+ "orderBook": {
899
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5654"
817
900
  }
818
901
  }
819
902
  },
@@ -929,6 +1012,12 @@
929
1012
  },
930
1013
  "orderBook": {
931
1014
  "symbol": "undefined, todo fix https://app.travis-ci.com/github/ccxt/ccxt/builds/269484317#L3670"
1015
+ },
1016
+ "watchOrderBook": {
1017
+ "timestamp": "not provided"
1018
+ },
1019
+ "watchOrderBookForSymbols": {
1020
+ "timestamp": "not provided"
932
1021
  }
933
1022
  }
934
1023
  },
@@ -959,6 +1048,9 @@
959
1048
  },
960
1049
  "ticker": {
961
1050
  "baseVolume": "quoteVolume >= baseVolume * low is failing"
1051
+ },
1052
+ "orderBook":{
1053
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L6363"
962
1054
  }
963
1055
  }
964
1056
  },
@@ -973,7 +1065,18 @@
973
1065
  },
974
1066
  "ticker": {
975
1067
  "baseVolume": "quoteVolume >= baseVolume * low is failing",
976
- "bid":"messed bid-ask"
1068
+ "spread":"messed bid-ask"
1069
+ },
1070
+ "orderBook": {
1071
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5797",
1072
+ "compareToZero": "bid/ask might be 0 - https://app.travis-ci.com/github/ccxt/ccxt/builds/263552512#L2214"
1073
+ }
1074
+ }
1075
+ },
1076
+ "indodax": {
1077
+ "skipMethods": {
1078
+ "orderBook": {
1079
+ "timestamp":"https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5881"
977
1080
  }
978
1081
  }
979
1082
  },
@@ -986,8 +1089,14 @@
986
1089
  "fetchTrades": {
987
1090
  "side":"side is undefined"
988
1091
  },
1092
+ "fetchTickers": "negative values",
989
1093
  "orderBook": {
990
- "bid": "messed sequence"
1094
+ "compareToNextItem": "sometimes bid equals to next bid",
1095
+ "compareToZero": "https://app.travis-ci.com/github/ccxt/ccxt/builds/263629640#L2165"
1096
+ },
1097
+ "fetchL2OrderBook": {
1098
+ "compareToNextItem": "same",
1099
+ "compareToZero": "same"
991
1100
  }
992
1101
  }
993
1102
  },
@@ -1059,6 +1168,9 @@
1059
1168
  "bid": "negative values",
1060
1169
  "ask": "negative values",
1061
1170
  "average": "negative values"
1171
+ },
1172
+ "orderBook":{
1173
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L6049"
1062
1174
  }
1063
1175
  }
1064
1176
  },
@@ -1066,7 +1178,7 @@
1066
1178
  "skipWs": "temp",
1067
1179
  "skipMethods": {
1068
1180
  "orderBook": {
1069
- "bid": "messed"
1181
+ "compareToNextItem": "messed"
1070
1182
  }
1071
1183
  }
1072
1184
  },
@@ -1094,7 +1206,7 @@
1094
1206
  "fee":"not provided"
1095
1207
  },
1096
1208
  "orderBook": {
1097
- "bid": "bid should be greater than next bid"
1209
+ "compareToNextItem": "sometimes bid equals to next bid"
1098
1210
  },
1099
1211
  "ticker": {
1100
1212
  "baseVolume": "quoteVolume >= baseVolume * low is failing",
@@ -1109,11 +1221,12 @@
1109
1221
  "mercado": {
1110
1222
  "skipMethods": {
1111
1223
  "loadMarkets": "needs migration to v4, as raw info is not being used. granular can be used for skipping 'info'",
1112
- "orderBook": {
1113
- "spread": "bid-ask crossing"
1114
- },
1115
1224
  "ticker": {
1116
- "bid": "bid-ask crossing"
1225
+ "spread": "sometimes bid is not lower than ask"
1226
+ },
1227
+ "orderBook": {
1228
+ "spread": "bid-ask crossing",
1229
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L6133"
1117
1230
  },
1118
1231
  "fetchCurrencies": {
1119
1232
  "info":"key is missing"
@@ -1239,6 +1352,9 @@
1239
1352
  },
1240
1353
  "watchOrderBook": {
1241
1354
  "nonce": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4807"
1355
+ },
1356
+ "orderBook": {
1357
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5420"
1242
1358
  }
1243
1359
  }
1244
1360
  },
@@ -1303,6 +1419,9 @@
1303
1419
  },
1304
1420
  "ticker": {
1305
1421
  "baseVolume": "quoteVolume <= baseVolume * high is failing"
1422
+ },
1423
+ "orderBook": {
1424
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5965"
1306
1425
  }
1307
1426
  }
1308
1427
  },
@@ -1324,6 +1443,12 @@
1324
1443
  "watchBidsAsks": {
1325
1444
  "bidVolume": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269878519#L3759",
1326
1445
  "askVolume": "same"
1446
+ },
1447
+ "watchOrderBook.cs": {
1448
+ "bid": "strange issue specifically for krakenfutures, todo in near future https://app.travis-ci.com/github/ccxt/ccxt/builds/269965859#L4781"
1449
+ },
1450
+ "watchOrderBookForSymbols.cs": {
1451
+ "bid": "same as above"
1327
1452
  }
1328
1453
  },
1329
1454
  "timeout": 120000
@@ -1400,7 +1525,10 @@
1400
1525
  "loadMarkets":{
1401
1526
  "currencyIdAndCode": "messed"
1402
1527
  },
1403
- "fetchTickers": "all tickers request exceedes max url length"
1528
+ "fetchTickers": "all tickers request exceedes max url length",
1529
+ "orderBook":{
1530
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L6425"
1531
+ }
1404
1532
  }
1405
1533
  },
1406
1534
  "zaif": {
@@ -1410,6 +1538,9 @@
1410
1538
  },
1411
1539
  "loadMarkets": {
1412
1540
  "active": "is undefined"
1541
+ },
1542
+ "orderBook":{
1543
+ "timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L6279"
1413
1544
  }
1414
1545
  }
1415
1546
  },