yeref 0.24.9__tar.gz → 0.24.11__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.24.9
3
+ Version: 0.24.11
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='yeref',
5
- version='0.24.9',
5
+ version='0.24.11',
6
6
  description='desc-f',
7
7
  author='john smith',
8
8
  packages=['yeref'],
@@ -8424,6 +8424,7 @@ async def calculate_wallet_address(owner, master, KEYS_JSON, is_test_only=False)
8424
8424
  # Address(owner)
8425
8425
  # Address(master)
8426
8426
 
8427
+ print(f"calculate_wallet_address {owner=}, {master=}")
8427
8428
  pfx_testnet = "testnet." if is_test_only else ""
8428
8429
  async with aiofiles.open(KEYS_JSON, mode='r') as f:
8429
8430
  data = json.loads(await f.read())
@@ -8458,6 +8459,7 @@ async def calculate_wallet_address(owner, master, KEYS_JSON, is_test_only=False)
8458
8459
  random.shuffle(items)
8459
8460
  for item in items:
8460
8461
  try:
8462
+ print(f"{item=}")
8461
8463
  name, url, headers = item
8462
8464
 
8463
8465
  if name == 'tonapi':
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.24.9
3
+ Version: 0.24.11
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
File without changes
File without changes
File without changes
File without changes
File without changes