py-near 1.1.56__tar.gz → 1.1.57__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 (44) hide show
  1. {py_near-1.1.56/src/py_near.egg-info → py_near-1.1.57}/PKG-INFO +1 -1
  2. {py_near-1.1.56 → py_near-1.1.57}/pyproject.toml +2 -2
  3. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/account.py +1 -1
  4. {py_near-1.1.56 → py_near-1.1.57/src/py_near.egg-info}/PKG-INFO +1 -1
  5. {py_near-1.1.56 → py_near-1.1.57}/LICENSE +0 -0
  6. {py_near-1.1.56 → py_near-1.1.57}/README.md +0 -0
  7. {py_near-1.1.56 → py_near-1.1.57}/setup.cfg +0 -0
  8. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/__init__.py +0 -0
  9. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/constants.py +0 -0
  10. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/__init__.py +0 -0
  11. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/core.py +0 -0
  12. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/ft/__init__.py +0 -0
  13. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/ft/async_client.py +0 -0
  14. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/ft/exceptions.py +0 -0
  15. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/ft/models.py +0 -0
  16. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/fts.py +0 -0
  17. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/keypom/__init__.py +0 -0
  18. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/keypom/async_client.py +0 -0
  19. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/keypom/exceptions.py +0 -0
  20. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/keypom/models.py +0 -0
  21. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/staking/__init__.py +0 -0
  22. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/staking/async_client.py +0 -0
  23. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/staking/exceptions.py +0 -0
  24. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/dapps/staking/models.py +0 -0
  25. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/exceptions/__init__.py +0 -0
  26. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/exceptions/exceptions.py +0 -0
  27. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/exceptions/provider.py +0 -0
  28. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/models.py +0 -0
  29. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/mpc/__init__.py +0 -0
  30. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/mpc/auth/__init__.py +0 -0
  31. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/mpc/auth/auth_2fa.py +0 -0
  32. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/mpc/auth/base.py +0 -0
  33. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/mpc/auth/core.py +0 -0
  34. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/mpc/auth/default_auth.py +0 -0
  35. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/mpc/auth/keys_auth.py +0 -0
  36. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/mpc/models.py +0 -0
  37. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/mpc/wallet.py +0 -0
  38. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/providers.py +0 -0
  39. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/transactions.py +0 -0
  40. {py_near-1.1.56 → py_near-1.1.57}/src/py_near/utils.py +0 -0
  41. {py_near-1.1.56 → py_near-1.1.57}/src/py_near.egg-info/SOURCES.txt +0 -0
  42. {py_near-1.1.56 → py_near-1.1.57}/src/py_near.egg-info/dependency_links.txt +0 -0
  43. {py_near-1.1.56 → py_near-1.1.57}/src/py_near.egg-info/top_level.txt +0 -0
  44. {py_near-1.1.56 → py_near-1.1.57}/tests/test_account.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: py-near
3
- Version: 1.1.56
3
+ Version: 1.1.57
4
4
  Summary: Pretty simple and fully asynchronous framework for working with NEAR blockchain
5
5
  Author-email: pvolnov <petr@herewallet.app>
6
6
  License: Permission is hereby granted, free of charge, to any
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "py-near"
3
- version = "1.1.56"
3
+ version = "1.1.57"
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"
@@ -27,7 +27,7 @@ twine = "^6.1.0"
27
27
 
28
28
  [project]
29
29
  name = "py-near"
30
- version = "1.1.56"
30
+ version = "1.1.57"
31
31
  description = "Pretty simple and fully asynchronous framework for working with NEAR blockchain"
32
32
  authors = [{ name = "pvolnov", email = "petr@herewallet.app" }]
33
33
  license = { file = "LICENSE" }
@@ -479,7 +479,7 @@ class Account(object):
479
479
  raise ValueError(f"Public key {public_key} not found in signer list")
480
480
 
481
481
  private_key = signing.SigningKey(self._signer_by_pk[public_key][:32], encoder=encoding.RawEncoder)
482
- sign = private_key.sign(nep461_hash)
482
+ sign = private_key.sign(nep461_hash).signature
483
483
  return base58.b58encode(sign).decode("utf-8")
484
484
 
485
485
  async def get_balance(self, account_id: str = None) -> int:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: py-near
3
- Version: 1.1.56
3
+ Version: 1.1.57
4
4
  Summary: Pretty simple and fully asynchronous framework for working with NEAR blockchain
5
5
  Author-email: pvolnov <petr@herewallet.app>
6
6
  License: Permission is hereby granted, free of charge, to any
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes