bitmart 0.0.80__py3-none-any.whl → 0.0.81__py3-none-any.whl
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.
Potentially problematic release.
This version of bitmart might be problematic. Click here for more details.
- bitmart/ccxt/__init__.py +1 -1
- bitmart/ccxt/async_support/__init__.py +1 -1
- bitmart/ccxt/async_support/base/exchange.py +1 -1
- bitmart/ccxt/base/errors.py +0 -6
- bitmart/ccxt/base/exchange.py +1 -1
- bitmart/ccxt/pro/__init__.py +1 -1
- bitmart/ccxt/pro/bitmart.py +2 -2
- {bitmart-0.0.80.dist-info → bitmart-0.0.81.dist-info}/METADATA +1 -1
- {bitmart-0.0.80.dist-info → bitmart-0.0.81.dist-info}/RECORD +10 -10
- {bitmart-0.0.80.dist-info → bitmart-0.0.81.dist-info}/WHEEL +0 -0
bitmart/ccxt/__init__.py
CHANGED
|
@@ -26,7 +26,7 @@ sys.modules['ccxt'] = ccxt_module
|
|
|
26
26
|
|
|
27
27
|
# ----------------------------------------------------------------------------
|
|
28
28
|
|
|
29
|
-
__version__ = '4.4.
|
|
29
|
+
__version__ = '4.4.99'
|
|
30
30
|
|
|
31
31
|
# ----------------------------------------------------------------------------
|
|
32
32
|
|
bitmart/ccxt/base/errors.py
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
# ----------------------------------------------------------------------------
|
|
2
|
-
|
|
3
|
-
# PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
|
|
4
|
-
# https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
|
|
5
|
-
# EDIT THE CORRESPONDENT .ts FILE INSTEAD
|
|
6
|
-
|
|
7
1
|
error_hierarchy = {
|
|
8
2
|
'BaseError': {
|
|
9
3
|
'ExchangeError': {
|
bitmart/ccxt/base/exchange.py
CHANGED
bitmart/ccxt/pro/__init__.py
CHANGED
bitmart/ccxt/pro/bitmart.py
CHANGED
|
@@ -7,7 +7,7 @@ import ccxt.async_support
|
|
|
7
7
|
from ccxt.async_support.base.ws.cache import ArrayCache, ArrayCacheBySymbolById, ArrayCacheBySymbolBySide, ArrayCacheByTimestamp
|
|
8
8
|
from ccxt.async_support.base.ws.order_book_side import Asks, Bids
|
|
9
9
|
import hashlib
|
|
10
|
-
from ccxt.base.types import Any, Balances, Int, Market, Order, OrderBook, Position, Str, Strings, Ticker, Tickers, Trade
|
|
10
|
+
from ccxt.base.types import Any, Balances, Bool, Int, Market, Order, OrderBook, Position, Str, Strings, Ticker, Tickers, Trade
|
|
11
11
|
from ccxt.async_support.base.ws.client import Client
|
|
12
12
|
from typing import List
|
|
13
13
|
from ccxt.base.errors import ExchangeError
|
|
@@ -1465,7 +1465,7 @@ class bitmart(bitmartAsync):
|
|
|
1465
1465
|
future = self.safe_value(client.futures, messageHash)
|
|
1466
1466
|
future.resolve(True)
|
|
1467
1467
|
|
|
1468
|
-
def handle_error_message(self, client: Client, message):
|
|
1468
|
+
def handle_error_message(self, client: Client, message) -> Bool:
|
|
1469
1469
|
#
|
|
1470
1470
|
# {event: "error", message: "Invalid sign", errorCode: 30013}
|
|
1471
1471
|
# {"event":"error","message":"Unrecognized request: {\"event\":\"subscribe\",\"channel\":\"spot/depth:BTC-USDT\"}","errorCode":30039}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
bitmart/__init__.py,sha256=DRRGWQ_AXzv_ztbAPzIZ0ID_zHfKYZID66sOb-SJ3eM,258
|
|
2
|
-
bitmart/ccxt/__init__.py,sha256=
|
|
2
|
+
bitmart/ccxt/__init__.py,sha256=Uxy4dzAYX0PxX62kM4cTcXVpj9SFEB_v_QPxMSHB__g,6133
|
|
3
3
|
bitmart/ccxt/bitmart.py,sha256=s3XXIBeFJ5wxlkQ8FCvMBiEEB59FcycZx-uD0xuiUAU,249337
|
|
4
4
|
bitmart/ccxt/abstract/bitmart.py,sha256=er1v0vWmX1-eus1XP5EyQCsmDS5LHVCUGEHqwvZuxyU,17395
|
|
5
|
-
bitmart/ccxt/async_support/__init__.py,sha256=
|
|
5
|
+
bitmart/ccxt/async_support/__init__.py,sha256=46vTiG3t_8XTd-YGqCcP68H3l0Dxf26CLbovJyUJHJw,4866
|
|
6
6
|
bitmart/ccxt/async_support/bitmart.py,sha256=yiFwdael2gfr0nhi9sub13DaACwojOeCGb6CPt2ZKuU,250461
|
|
7
7
|
bitmart/ccxt/async_support/base/__init__.py,sha256=aVYSsFi--b4InRs9zDN_wtCpj8odosAB726JdUHavrk,67
|
|
8
|
-
bitmart/ccxt/async_support/base/exchange.py,sha256=
|
|
8
|
+
bitmart/ccxt/async_support/base/exchange.py,sha256=byGHDRDag0QkyLZKSuej4Ipj_i5e-BEVEtkwVPE2ESw,119769
|
|
9
9
|
bitmart/ccxt/async_support/base/throttler.py,sha256=tvDVcdRUVYi8fZRlEcnqtgzcgB_KMUMRs5Pu8tuU-tU,1847
|
|
10
10
|
bitmart/ccxt/async_support/base/ws/__init__.py,sha256=uockzpLuwntKGZbs5EOWFe-Zg-k6Cj7GhNJLc_RX0so,1791
|
|
11
11
|
bitmart/ccxt/async_support/base/ws/cache.py,sha256=xf2VOtfUwloxSlIQ39M1RGZHWQzyS9IGhB5NX6cDcAc,8370
|
|
@@ -16,12 +16,12 @@ bitmart/ccxt/async_support/base/ws/order_book.py,sha256=uBUaIHhzMRykpmo4BCsdJ-t_
|
|
|
16
16
|
bitmart/ccxt/async_support/base/ws/order_book_side.py,sha256=GhnGUt78pJ-AYL_Dq9produGjmBJLCI5FHIRdMz1O-g,6551
|
|
17
17
|
bitmart/ccxt/base/__init__.py,sha256=eTx1OE3HJjspFUQjGm6LBhaQiMKJnXjkdP-JUXknyQ0,1320
|
|
18
18
|
bitmart/ccxt/base/decimal_to_precision.py,sha256=3XI30u9YudHbTA438397u5rkdlXa3atxwZEfUus3C4k,6803
|
|
19
|
-
bitmart/ccxt/base/errors.py,sha256=
|
|
20
|
-
bitmart/ccxt/base/exchange.py,sha256=
|
|
19
|
+
bitmart/ccxt/base/errors.py,sha256=LdTTHPmxpeFHJze93mGl7I3maqTgN0y_1mJ6coWkXmA,4734
|
|
20
|
+
bitmart/ccxt/base/exchange.py,sha256=gQLGpgb8TTdsXUl9_GqbubUcEtJrzCdsrXeJPZS-IoA,333932
|
|
21
21
|
bitmart/ccxt/base/precise.py,sha256=koce64Yrp6vFbGijJtUt-QQ6XhJgeGTCksZ871FPp_A,8886
|
|
22
22
|
bitmart/ccxt/base/types.py,sha256=vMQfFDVntED4YHrRJt0Q98YaM7OtGhK-DkbkqXFTYHc,11485
|
|
23
|
-
bitmart/ccxt/pro/__init__.py,sha256=
|
|
24
|
-
bitmart/ccxt/pro/bitmart.py,sha256
|
|
23
|
+
bitmart/ccxt/pro/__init__.py,sha256=PRuCkRSUU9BIQzDyVzUV63hP_Tk4iRulhbeRGVoyq54,4180
|
|
24
|
+
bitmart/ccxt/pro/bitmart.py,sha256=3ccOHmxOrnGnqvmh-DRG6w2XMjbSqBW3O3vCBH3CIkg,67267
|
|
25
25
|
bitmart/ccxt/static_dependencies/README.md,sha256=3TCvhhn09_Cqf9BDDpao1V7EfKHDpQ6k9oWRsLFixpU,18
|
|
26
26
|
bitmart/ccxt/static_dependencies/__init__.py,sha256=tzFje8cloqmiIE6kola3EaYC0SnD1izWnri69hzHsSw,168
|
|
27
27
|
bitmart/ccxt/static_dependencies/ecdsa/__init__.py,sha256=Xaj0G79BLtBt2YZcOOMV8qOlQZ7fIJznNiHhiEEZfQA,594
|
|
@@ -281,6 +281,6 @@ bitmart/ccxt/static_dependencies/toolz/curried/exceptions.py,sha256=gKFOHDIayAWn
|
|
|
281
281
|
bitmart/ccxt/static_dependencies/toolz/curried/operator.py,sha256=ML92mknkAwzBl2NCm-4werSUmJEtSHNY9NSzhseNM9s,525
|
|
282
282
|
bitmart/ccxt/static_dependencies/typing_inspect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
283
283
|
bitmart/ccxt/static_dependencies/typing_inspect/typing_inspect.py,sha256=5gIWomLPfuDpgd3gX1GlnX0MuXM3VorR4j2W2qXORiQ,28269
|
|
284
|
-
bitmart-0.0.
|
|
285
|
-
bitmart-0.0.
|
|
286
|
-
bitmart-0.0.
|
|
284
|
+
bitmart-0.0.81.dist-info/METADATA,sha256=QqgBzbeaYAtaZQ26OJAK__IDxd3uXJG6JORLvoU0OEA,15156
|
|
285
|
+
bitmart-0.0.81.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
286
|
+
bitmart-0.0.81.dist-info/RECORD,,
|
|
File without changes
|