tonutils 2.0.1b0__tar.gz → 2.0.1b1__tar.gz

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.
Files changed (100) hide show
  1. {tonutils-2.0.1b0/tonutils.egg-info → tonutils-2.0.1b1}/PKG-INFO +2 -2
  2. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/README.md +1 -1
  3. tonutils-2.0.1b1/tonutils/__meta__.py +1 -0
  4. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/provider/provider.py +0 -2
  5. {tonutils-2.0.1b0 → tonutils-2.0.1b1/tonutils.egg-info}/PKG-INFO +2 -2
  6. tonutils-2.0.1b0/tonutils/__meta__.py +0 -1
  7. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/LICENSE +0 -0
  8. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/pyproject.toml +0 -0
  9. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/setup.cfg +0 -0
  10. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/__init__.py +0 -0
  11. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/__init__.py +0 -0
  12. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/__init__.py +0 -0
  13. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/balancer.py +0 -0
  14. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/client.py +0 -0
  15. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/provider/__init__.py +0 -0
  16. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/provider/builder.py +0 -0
  17. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/provider/config.py +0 -0
  18. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/provider/limiter.py +0 -0
  19. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/provider/models.py +0 -0
  20. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/provider/transport.py +0 -0
  21. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/provider/workers/__init__.py +0 -0
  22. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/provider/workers/base.py +0 -0
  23. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/provider/workers/pinger.py +0 -0
  24. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/provider/workers/reader.py +0 -0
  25. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/provider/workers/updater.py +0 -0
  26. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/adnl/stack.py +0 -0
  27. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/base.py +0 -0
  28. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/__init__.py +0 -0
  29. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/balancer.py +0 -0
  30. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/chainstack/__init__.py +0 -0
  31. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/chainstack/client.py +0 -0
  32. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/chainstack/provider.py +0 -0
  33. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/quicknode/__init__.py +0 -0
  34. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/quicknode/client.py +0 -0
  35. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/quicknode/provider.py +0 -0
  36. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/tatum/__init__.py +0 -0
  37. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/tatum/client.py +0 -0
  38. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/tatum/provider.py +0 -0
  39. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/tonapi/__init__.py +0 -0
  40. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/tonapi/client.py +0 -0
  41. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/tonapi/models.py +0 -0
  42. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/tonapi/provider.py +0 -0
  43. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/tonapi/stack.py +0 -0
  44. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/toncenter/__init__.py +0 -0
  45. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/toncenter/client.py +0 -0
  46. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/toncenter/models.py +0 -0
  47. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/toncenter/provider.py +0 -0
  48. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/clients/http/toncenter/stack.py +0 -0
  49. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/__init__.py +0 -0
  50. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/base.py +0 -0
  51. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/codes.py +0 -0
  52. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/dns/__init__.py +0 -0
  53. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/dns/collection.py +0 -0
  54. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/dns/item.py +0 -0
  55. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/dns/methods.py +0 -0
  56. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/dns/tlb.py +0 -0
  57. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/jetton/__init__.py +0 -0
  58. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/jetton/master.py +0 -0
  59. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/jetton/methods.py +0 -0
  60. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/jetton/tlb.py +0 -0
  61. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/jetton/wallet.py +0 -0
  62. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/nft/__init__.py +0 -0
  63. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/nft/collection.py +0 -0
  64. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/nft/item.py +0 -0
  65. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/nft/methods.py +0 -0
  66. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/nft/tlb.py +0 -0
  67. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/opcodes.py +0 -0
  68. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/telegram/__init__.py +0 -0
  69. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/telegram/collection.py +0 -0
  70. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/telegram/item.py +0 -0
  71. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/telegram/methods.py +0 -0
  72. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/telegram/tlb.py +0 -0
  73. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/versions.py +0 -0
  74. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/__init__.py +0 -0
  75. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/base.py +0 -0
  76. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/configs.py +0 -0
  77. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/messages.py +0 -0
  78. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/methods.py +0 -0
  79. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/params.py +0 -0
  80. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/tlb.py +0 -0
  81. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/versions/__init__.py +0 -0
  82. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/versions/hw.py +0 -0
  83. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/versions/pp.py +0 -0
  84. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/versions/v1.py +0 -0
  85. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/versions/v2.py +0 -0
  86. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/versions/v3.py +0 -0
  87. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/versions/v4.py +0 -0
  88. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/contracts/wallet/versions/v5.py +0 -0
  89. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/exceptions.py +0 -0
  90. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/protocols/__init__.py +0 -0
  91. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/protocols/client.py +0 -0
  92. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/protocols/contract.py +0 -0
  93. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/protocols/wallet.py +0 -0
  94. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/py.typed +0 -0
  95. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/types.py +0 -0
  96. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils/utils.py +0 -0
  97. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils.egg-info/SOURCES.txt +0 -0
  98. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils.egg-info/dependency_links.txt +0 -0
  99. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils.egg-info/requires.txt +0 -0
  100. {tonutils-2.0.1b0 → tonutils-2.0.1b1}/tonutils.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tonutils
3
- Version: 2.0.1b0
3
+ Version: 2.0.1b1
4
4
  Summary: Tonutils is a high-level, object-oriented Python library designed to facilitate seamless interactions with the TON blockchain.
5
5
  Author: nessshon
6
6
  Maintainer: nessshon
@@ -37,7 +37,7 @@ Dynamic: license-file
37
37
 
38
38
  [![TON](https://img.shields.io/badge/TON-grey?logo=TON&logoColor=40AEF0)](https://ton.org)
39
39
  ![Python Versions](https://img.shields.io/badge/Python-3.10%20--%203.14-black?color=FFE873&labelColor=3776AB)
40
- [![PyPI](https://img.shields.io/badge/pypi-2.0.1b0-FFE873?labelColor=3776AB)](https://pypi.org/project/tonutils/2.0.1b0/)
40
+ [![PyPI](https://img.shields.io/badge/pypi-2.0.1b1-FFE873?labelColor=3776AB)](https://pypi.org/project/tonutils/2.0.1b1/)
41
41
  [![License](https://img.shields.io/github/license/nessshon/tonutils)](LICENSE)
42
42
 
43
43
  ![Image](assets/banner-640x274.png)
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![TON](https://img.shields.io/badge/TON-grey?logo=TON&logoColor=40AEF0)](https://ton.org)
4
4
  ![Python Versions](https://img.shields.io/badge/Python-3.10%20--%203.14-black?color=FFE873&labelColor=3776AB)
5
- [![PyPI](https://img.shields.io/badge/pypi-2.0.1b0-FFE873?labelColor=3776AB)](https://pypi.org/project/tonutils/2.0.1b0/)
5
+ [![PyPI](https://img.shields.io/badge/pypi-2.0.1b1-FFE873?labelColor=3776AB)](https://pypi.org/project/tonutils/2.0.1b1/)
6
6
  [![License](https://img.shields.io/github/license/nessshon/tonutils)](LICENSE)
7
7
 
8
8
  ![Image](assets/banner-640x274.png)
@@ -0,0 +1 @@
1
+ __version__ = "2.0.1b1"
@@ -262,8 +262,6 @@ class AdnlProvider:
262
262
  except AdnlServerError as e:
263
263
  if e.code != 651:
264
264
  raise
265
- print("missing block!", e.message)
266
- print(self.last_mc_block)
267
265
  error_message = e.message
268
266
  if attempt < max_651_retries - 1:
269
267
  await asyncio.sleep(0.3 * (2**attempt))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tonutils
3
- Version: 2.0.1b0
3
+ Version: 2.0.1b1
4
4
  Summary: Tonutils is a high-level, object-oriented Python library designed to facilitate seamless interactions with the TON blockchain.
5
5
  Author: nessshon
6
6
  Maintainer: nessshon
@@ -37,7 +37,7 @@ Dynamic: license-file
37
37
 
38
38
  [![TON](https://img.shields.io/badge/TON-grey?logo=TON&logoColor=40AEF0)](https://ton.org)
39
39
  ![Python Versions](https://img.shields.io/badge/Python-3.10%20--%203.14-black?color=FFE873&labelColor=3776AB)
40
- [![PyPI](https://img.shields.io/badge/pypi-2.0.1b0-FFE873?labelColor=3776AB)](https://pypi.org/project/tonutils/2.0.1b0/)
40
+ [![PyPI](https://img.shields.io/badge/pypi-2.0.1b1-FFE873?labelColor=3776AB)](https://pypi.org/project/tonutils/2.0.1b1/)
41
41
  [![License](https://img.shields.io/github/license/nessshon/tonutils)](LICENSE)
42
42
 
43
43
  ![Image](assets/banner-640x274.png)
@@ -1 +0,0 @@
1
- __version__ = "2.0.1b0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes