ratio1 3.4.48__py3-none-any.whl → 3.4.50__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.
ratio1/_ver.py CHANGED
@@ -1,4 +1,4 @@
1
- __VER__ = "3.4.48"
1
+ __VER__ = "3.4.50"
2
2
 
3
3
  if __name__ == "__main__":
4
4
  with open("pyproject.toml", "rt") as fd:
ratio1/bc/evm.py CHANGED
@@ -1349,6 +1349,8 @@ class _EVMMixin:
1349
1349
  "balance": result_tuple[8],
1350
1350
  "lastAllocatedEpoch": result_tuple[9],
1351
1351
  "activeNodes": result_tuple[10],
1352
+ "escrowAddress": result_tuple[11],
1353
+ "escrowOwner": result_tuple[12],
1352
1354
  }
1353
1355
  self.P(f"Job Details:\n{json.dumps(details, indent=2)}", verbosity=2)
1354
1356
 
ratio1/const/evm_net.py CHANGED
@@ -287,9 +287,19 @@ _GET_JOB_DETAILS_ABI = [
287
287
  "internalType": "address[]",
288
288
  "name": "activeNodes",
289
289
  "type": "address[]"
290
+ },
291
+ {
292
+ "internalType": "address",
293
+ "name": "escrowAddress",
294
+ "type": "address"
295
+ },
296
+ {
297
+ "internalType": "address",
298
+ "name": "escrowOwner",
299
+ "type": "address"
290
300
  }
291
301
  ],
292
- "internalType": "struct JobDetails",
302
+ "internalType": "struct JobWithAllDetails",
293
303
  "name": "",
294
304
  "type": "tuple"
295
305
  }
ratio1/const/heartbeat.py CHANGED
@@ -54,6 +54,7 @@ CONDA_ENV = 'CONDA_ENV'
54
54
  SERVING_PIDS = 'SERVING_PIDS'
55
55
  DCT_STATS = 'DCT_STATS'
56
56
  COMM_STATS = 'COMM_STATS'
57
+ DID = 'DID'
57
58
 
58
59
  STOP_LOG = 'STOP_LOG'
59
60
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ratio1
3
- Version: 3.4.48
3
+ Version: 3.4.50
4
4
  Summary: `ratio1` or Ration1 SDK is the Python SDK required for client app development for the Ratio1 ecosystem
5
5
  Project-URL: Homepage, https://github.com/Ratio1/ratio1_sdk
6
6
  Project-URL: Bug Tracker, https://github.com/Ratio1/ratio1_sdk/issues
@@ -1,5 +1,5 @@
1
1
  ratio1/__init__.py,sha256=YimqgDbjLuywsf8zCWE0EaUXH4MBUrqLxt0TDV558hQ,632
2
- ratio1/_ver.py,sha256=BZd1ihoYVkbn_YDX70CUQYuP1DUXZNJtZBqdjs9sqZU,331
2
+ ratio1/_ver.py,sha256=yAAAYhJyKtnPjgz0kswB6oWBOBrYyGHwO577HiQLc5o,331
3
3
  ratio1/base_decentra_object.py,sha256=iXvAAf6wPnGWzeeiRfwLojVoan-m1e_VsyPzjUQuENo,4492
4
4
  ratio1/plugins_manager_mixin.py,sha256=X1JdGLDz0gN1rPnTN_5mJXR8JmqoBFQISJXmPR9yvCo,11106
5
5
  ratio1/base/__init__.py,sha256=hACh83_cIv7-PwYMM3bQm2IBmNqiHw-3PAfDfAEKz9A,259
@@ -17,7 +17,7 @@ ratio1/bc/__init__.py,sha256=BI5pcqHdhwnMdbWTYDLW1cVP_844VtLra-lz7xprgsk,171
17
17
  ratio1/bc/base.py,sha256=g7tARNgi_0N1p9HpvqRDWDVYxuqU7W6S0q3ARC6oxKk,45870
18
18
  ratio1/bc/chain.py,sha256=HCTQGnmuKqTvUo95OKdg8rL2jhKfSMwrich2e_7Nyms,2336
19
19
  ratio1/bc/ec.py,sha256=FwlkWmJvQ9aHuf_BZX1CWSUAxw6OZ9jBparLIWcs_e4,18933
20
- ratio1/bc/evm.py,sha256=p9iiDgUv3KB_DuJGR092Y1o95J7X9DL847hnDZXI000,43030
20
+ ratio1/bc/evm.py,sha256=syQ1h_m9tsx5rKj7lAlfi-hHrCChdpzB4oKTcnmrh6Y,43114
21
21
  ratio1/certs/51.15.142.167.crt,sha256=rLxkwDIQm-u6Kw570NmdSFgjSChcdSJvXPxr4Mj-EU8,1167
22
22
  ratio1/certs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
23
  ratio1/certs/a0d9818f.ala.eu-central-1.emqxsl.com.crt,sha256=y-6io0tseyx9-a4Pmde1z1gPULtJNSYUpG_YFkYaMKU,1337
@@ -42,9 +42,9 @@ ratio1/const/apps.py,sha256=0NiuoAPak0HjEULF3fs3xaUH8IRSZ0i4fZw7T2fEd_g,785
42
42
  ratio1/const/base.py,sha256=OiAZB0ctoQtVr6oIkyPQYJoJ8dP9rQm6aLbFtiC5tLo,5988
43
43
  ratio1/const/comms.py,sha256=qEYX4ciYg8SYWSDZZTUYxzpR1--2a7UusrWzAq0hxo8,2259
44
44
  ratio1/const/environment.py,sha256=632L5GrcNqF3-JhvrC6kXzXwLMcihRgMlOkLurnOwGY,1031
45
- ratio1/const/evm_net.py,sha256=9Rx6ONehFjXCV1hZ7_FHwyQ59Fnp8nrOF3qkkNKbAQY,13563
45
+ ratio1/const/evm_net.py,sha256=GCABrs9Q1Kkec0tuZ9Btcp15cVqwouE3l12bRR317zI,13830
46
46
  ratio1/const/formatter.py,sha256=AW3bWlqf39uaqV4BBUuW95qKYfF2OkkU4f9hy3kSVhM,200
47
- ratio1/const/heartbeat.py,sha256=diQcAUZDNL2oJpWgh4JORhfBB6dvLa8ZW7Ce-xM-IcU,2655
47
+ ratio1/const/heartbeat.py,sha256=6l3wcpExs1KQE_2lvkJb7q4Q8gqs1KWTThO_uJ1DRa0,2667
48
48
  ratio1/const/misc.py,sha256=VDCwwpf5bl9ltx9rzT2WPVP8B3mZFRufU1tSS5MO240,413
49
49
  ratio1/const/payload.py,sha256=0rzfC__amwAIeTA8WIVteohMDN5zbBg4txis57Qh0PM,6844
50
50
  ratio1/const/plugins/deeploy_const.py,sha256=8QcIf7zo_gSC6SdHqQVecn4yOUKCPMXzHC9zgGW5-3E,13314
@@ -103,8 +103,8 @@ ratio1/utils/comm_utils.py,sha256=4cS9llRr_pK_3rNgDcRMCQwYPO0kcNU7AdWy_LtMyCY,10
103
103
  ratio1/utils/config.py,sha256=IMXAN9bpHePKEuTFGRRqFJXz_vBa-wi7s9gLhFEheRY,9953
104
104
  ratio1/utils/dotenv.py,sha256=_AgSo35n7EnQv5yDyu7C7i0kHragLJoCGydHjvOkrYY,2008
105
105
  ratio1/utils/oracle_sync/oracle_tester.py,sha256=aJOPcZhtbw1XPqsFG4qYpfv2Taj5-qRXbwJzrPyeXDE,27465
106
- ratio1-3.4.48.dist-info/METADATA,sha256=jM0d8U2Weyso4-N4C_DwTcNNnCLlMWkaW81TTuV3D6E,12248
107
- ratio1-3.4.48.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
108
- ratio1-3.4.48.dist-info/entry_points.txt,sha256=DR_olREzU1egwmgek3s4GfQslBi-KR7lXsd4ap0TFxE,46
109
- ratio1-3.4.48.dist-info/licenses/LICENSE,sha256=cvOsJVslde4oIaTCadabXnPqZmzcBO2f2zwXZRmJEbE,11311
110
- ratio1-3.4.48.dist-info/RECORD,,
106
+ ratio1-3.4.50.dist-info/METADATA,sha256=PtVob3T5o-aaDmwxmJ1h3VvE4cNh_C2nNADVuHxi5TU,12248
107
+ ratio1-3.4.50.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
108
+ ratio1-3.4.50.dist-info/entry_points.txt,sha256=DR_olREzU1egwmgek3s4GfQslBi-KR7lXsd4ap0TFxE,46
109
+ ratio1-3.4.50.dist-info/licenses/LICENSE,sha256=cvOsJVslde4oIaTCadabXnPqZmzcBO2f2zwXZRmJEbE,11311
110
+ ratio1-3.4.50.dist-info/RECORD,,