bitmart 0.0.94__py3-none-any.whl → 0.0.95__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 CHANGED
@@ -26,7 +26,7 @@ sys.modules['ccxt'] = ccxt_module
26
26
 
27
27
  # ----------------------------------------------------------------------------
28
28
 
29
- __version__ = '4.5.9'
29
+ __version__ = '4.5.10'
30
30
 
31
31
  # ----------------------------------------------------------------------------
32
32
 
@@ -8,7 +8,7 @@ sys.modules['ccxt'] = ccxt_module
8
8
 
9
9
  # -----------------------------------------------------------------------------
10
10
 
11
- __version__ = '4.5.9'
11
+ __version__ = '4.5.10'
12
12
 
13
13
  # -----------------------------------------------------------------------------
14
14
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # -----------------------------------------------------------------------------
4
4
 
5
- __version__ = '4.5.9'
5
+ __version__ = '4.5.10'
6
6
 
7
7
  # -----------------------------------------------------------------------------
8
8
 
@@ -86,6 +86,9 @@ class Client(object):
86
86
  def reusable_future(self, message_hash):
87
87
  return self.future(message_hash) # only used in go
88
88
 
89
+ def reusableFuture(self, message_hash):
90
+ return self.future(message_hash) # only used in go
91
+
89
92
  def resolve(self, result, message_hash):
90
93
  if self.verbose and message_hash is None:
91
94
  self.log(iso8601(milliseconds()), 'resolve received None messageHash')
@@ -4,7 +4,7 @@
4
4
 
5
5
  # -----------------------------------------------------------------------------
6
6
 
7
- __version__ = '4.5.9'
7
+ __version__ = '4.5.10'
8
8
 
9
9
  # -----------------------------------------------------------------------------
10
10
 
@@ -8,7 +8,7 @@ sys.modules['ccxt'] = ccxt_module
8
8
 
9
9
  # ----------------------------------------------------------------------------
10
10
 
11
- __version__ = '4.5.9'
11
+ __version__ = '4.5.10'
12
12
 
13
13
  # ----------------------------------------------------------------------------
14
14
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bitmart
3
- Version: 0.0.94
3
+ Version: 0.0.95
4
4
  Summary: bitmart crypto exchange api client
5
5
  Project-URL: Homepage, https://github.com/ccxt/ccxt
6
6
  Project-URL: Issues, https://github.com/ccxt/ccxt
@@ -1,15 +1,15 @@
1
1
  bitmart/__init__.py,sha256=DRRGWQ_AXzv_ztbAPzIZ0ID_zHfKYZID66sOb-SJ3eM,258
2
- bitmart/ccxt/__init__.py,sha256=ENpB_4gZNPVXUFDKAVFKvVl5FOXQKrWonYhJNS6-TVg,6132
2
+ bitmart/ccxt/__init__.py,sha256=GdvezOyyhWayOQNuFIqlkKdggsTDyzAAqKEUfYeECLg,6133
3
3
  bitmart/ccxt/bitmart.py,sha256=Ga9w7UrbcCqrYwvVqWJreUrYYTqwf2AjaZMrhW6on0s,249344
4
4
  bitmart/ccxt/abstract/bitmart.py,sha256=er1v0vWmX1-eus1XP5EyQCsmDS5LHVCUGEHqwvZuxyU,17395
5
- bitmart/ccxt/async_support/__init__.py,sha256=nszeT0MQisQRiXK7gwcnmGjI1Evu2OvHiv2ws9MyMGw,4865
5
+ bitmart/ccxt/async_support/__init__.py,sha256=RvfABT3IZ1v1sjQQ10Pb4y62T8h_g6decMS_OXTGqfg,4866
6
6
  bitmart/ccxt/async_support/bitmart.py,sha256=ofWMsd-q3nCWoztRppPl4muuWJ4nSSM8kc-IrtmzReI,250468
7
7
  bitmart/ccxt/async_support/base/__init__.py,sha256=aVYSsFi--b4InRs9zDN_wtCpj8odosAB726JdUHavrk,67
8
- bitmart/ccxt/async_support/base/exchange.py,sha256=pTMxjDanueHt_kGil2cNH2gVettnmaDYORYt49eky4c,125893
8
+ bitmart/ccxt/async_support/base/exchange.py,sha256=oot0YaWYtaxnwFZrxt5yfe3ddF2nsZmrbwsiSg2jeOM,125894
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
12
- bitmart/ccxt/async_support/base/ws/client.py,sha256=TNcgR6zTQks4G57HcFbBQyOhjALevuTLkoleL3zFhXY,13841
12
+ bitmart/ccxt/async_support/base/ws/client.py,sha256=5eVs_896IJFZOewdyvf7H-lior529AXQ0Cu6ID4AwBI,13946
13
13
  bitmart/ccxt/async_support/base/ws/functions.py,sha256=qwvEnjtINWL5ZU-dbbeIunjyBxzFqbGWHfVhxqAcKug,1499
14
14
  bitmart/ccxt/async_support/base/ws/future.py,sha256=hjdQ42zkfju5nar0GpTLJ4zXQBtgBU8DzYM5uPFcjsE,1450
15
15
  bitmart/ccxt/async_support/base/ws/order_book.py,sha256=uBUaIHhzMRykpmo4BCsdJ-t_HozS6VxhEs8x-Kbj-NI,2894
@@ -17,10 +17,10 @@ bitmart/ccxt/async_support/base/ws/order_book_side.py,sha256=GhnGUt78pJ-AYL_Dq9p
17
17
  bitmart/ccxt/base/__init__.py,sha256=eTx1OE3HJjspFUQjGm6LBhaQiMKJnXjkdP-JUXknyQ0,1320
18
18
  bitmart/ccxt/base/decimal_to_precision.py,sha256=3XI30u9YudHbTA438397u5rkdlXa3atxwZEfUus3C4k,6803
19
19
  bitmart/ccxt/base/errors.py,sha256=OGhWNvNtRlJOzFx-n1x3ZjTnaPpfWH0Vc0xACS-MeDw,5012
20
- bitmart/ccxt/base/exchange.py,sha256=82RGoXZXMLF0mfbYoRqM-dC7QRulQr9r4Ys0NBJ7Xto,348995
20
+ bitmart/ccxt/base/exchange.py,sha256=5IpUL0esiHjlGykZKYZFQrw1hxRpa6AInul6LHO6HoU,348996
21
21
  bitmart/ccxt/base/precise.py,sha256=koce64Yrp6vFbGijJtUt-QQ6XhJgeGTCksZ871FPp_A,8886
22
22
  bitmart/ccxt/base/types.py,sha256=Gvbogh9i7pPH7Z18xesYeDPribqqwq8uKpOv-YODFBs,11505
23
- bitmart/ccxt/pro/__init__.py,sha256=8I4J-6N3KYt-NAwbzJJnsSqrIpUE2TinKL_oi_iZBig,4179
23
+ bitmart/ccxt/pro/__init__.py,sha256=etjKs-nRxli-E6KECEmxrpgF08gWTkyvsbTs6UBKffI,4180
24
24
  bitmart/ccxt/pro/bitmart.py,sha256=D4B14nh-2hbDQUE4s2QIUg8HiTzD9v8oINFmovU-nqA,67275
25
25
  bitmart/ccxt/static_dependencies/README.md,sha256=3TCvhhn09_Cqf9BDDpao1V7EfKHDpQ6k9oWRsLFixpU,18
26
26
  bitmart/ccxt/static_dependencies/__init__.py,sha256=tzFje8cloqmiIE6kola3EaYC0SnD1izWnri69hzHsSw,168
@@ -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.94.dist-info/METADATA,sha256=LpGsQ8aE0c5TbHjBnKfCsDAv2tcwNCQwtz6nFdk_phg,15163
285
- bitmart-0.0.94.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
286
- bitmart-0.0.94.dist-info/RECORD,,
284
+ bitmart-0.0.95.dist-info/METADATA,sha256=Rc3kfqX6nMXO4BfZZT6HDYXP9z1eWCd4L2fxj1fU4Uk,15163
285
+ bitmart-0.0.95.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
286
+ bitmart-0.0.95.dist-info/RECORD,,