py-near 1.1.40__tar.gz → 1.1.42__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 (43) hide show
  1. {py_near-1.1.40 → py_near-1.1.42}/PKG-INFO +1 -1
  2. {py_near-1.1.40 → py_near-1.1.42}/pyproject.toml +2 -2
  3. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/providers.py +8 -2
  4. {py_near-1.1.40 → py_near-1.1.42}/LICENSE +0 -0
  5. {py_near-1.1.40 → py_near-1.1.42}/README.md +0 -0
  6. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/__init__.py +0 -0
  7. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/account.py +0 -0
  8. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/constants.py +0 -0
  9. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/__init__.py +0 -0
  10. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/__pycache__/__init__.cpython-311.pyc +0 -0
  11. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/__pycache__/core.cpython-311.pyc +0 -0
  12. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/__pycache__/fts.cpython-311.pyc +0 -0
  13. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/core.py +0 -0
  14. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/ft/__init__.py +0 -0
  15. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/ft/__pycache__/__init__.cpython-311.pyc +0 -0
  16. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/ft/__pycache__/async_client.cpython-311.pyc +0 -0
  17. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/ft/__pycache__/exceptions.cpython-311.pyc +0 -0
  18. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/ft/__pycache__/models.cpython-311.pyc +0 -0
  19. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/ft/async_client.py +0 -0
  20. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/ft/exceptions.py +0 -0
  21. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/ft/models.py +0 -0
  22. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/fts.py +0 -0
  23. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/keypom/__init__.py +0 -0
  24. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/keypom/async_client.py +0 -0
  25. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/keypom/exceptions.py +0 -0
  26. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/keypom/models.py +0 -0
  27. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/staking/__init__.py +0 -0
  28. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/staking/__pycache__/__init__.cpython-311.pyc +0 -0
  29. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/staking/__pycache__/async_client.cpython-311.pyc +0 -0
  30. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/staking/__pycache__/exceptions.cpython-311.pyc +0 -0
  31. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/staking/__pycache__/models.cpython-311.pyc +0 -0
  32. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/staking/async_client.py +0 -0
  33. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/staking/exceptions.py +0 -0
  34. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/dapps/staking/models.py +0 -0
  35. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/exceptions/__init__.py +0 -0
  36. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/exceptions/__pycache__/__init__.cpython-311.pyc +0 -0
  37. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/exceptions/__pycache__/exceptions.cpython-311.pyc +0 -0
  38. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/exceptions/__pycache__/provider.cpython-311.pyc +0 -0
  39. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/exceptions/exceptions.py +0 -0
  40. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/exceptions/provider.py +0 -0
  41. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/models.py +0 -0
  42. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/transactions.py +0 -0
  43. {py_near-1.1.40 → py_near-1.1.42}/src/py_near/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: py-near
3
- Version: 1.1.40
3
+ Version: 1.1.42
4
4
  Summary: Pretty simple and fully asynchronous framework for working with NEAR blockchain
5
5
  Author: pvolnov
6
6
  Author-email: petr@herewallet.app
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "py-near"
3
- version = "1.1.40"
3
+ version = "1.1.42"
4
4
  description="Pretty simple and fully asynchronous framework for working with NEAR blockchain"
5
5
  authors = ["pvolnov <petr@herewallet.app>"]
6
6
  readme = "README.md"
@@ -22,7 +22,7 @@ base58 = "^2.1.1"
22
22
 
23
23
  [project]
24
24
  name = "py-near"
25
- version = "1.1.40"
25
+ version = "1.1.42"
26
26
  description = "Pretty simple and fully asynchronous framework for working with NEAR blockchaink"
27
27
  authors = [ {name = "pvolnov", email = "petr@herewallet.app"} ]
28
28
  requires-python = ">=3.7"
@@ -148,6 +148,12 @@ class JsonProvider(object):
148
148
  )
149
149
  if r.status == 200:
150
150
  return json.loads(await r.text())
151
+ return {
152
+ "error": {
153
+ "cause": {"name": "RPC_ERROR", "message": f"Status: {r.status}"},
154
+ "data": await r.text(),
155
+ }
156
+ }
151
157
 
152
158
  if broadcast or threshold:
153
159
  pending = [
@@ -155,14 +161,14 @@ class JsonProvider(object):
155
161
  ]
156
162
 
157
163
  responses = []
158
- while len(pending):
164
+ while pending and len(pending):
159
165
  done, pending = await asyncio.wait(
160
166
  pending, return_when=asyncio.FIRST_COMPLETED
161
167
  )
162
168
  for task in done:
163
169
  try:
164
170
  result = task.result()
165
- if "error" not in result and threshold <= 1:
171
+ if "error" not in result and (not threshold or threshold <= 1):
166
172
  return result
167
173
  responses.append(result)
168
174
  except Exception as e:
File without changes
File without changes
File without changes
File without changes