olas-operate-middleware 0.13.10__py3-none-any.whl → 0.13.11__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.
- {olas_operate_middleware-0.13.10.dist-info → olas_operate_middleware-0.13.11.dist-info}/METADATA +1 -1
- {olas_operate_middleware-0.13.10.dist-info → olas_operate_middleware-0.13.11.dist-info}/RECORD +6 -6
- operate/quickstart/run_service.py +3 -0
- {olas_operate_middleware-0.13.10.dist-info → olas_operate_middleware-0.13.11.dist-info}/WHEEL +0 -0
- {olas_operate_middleware-0.13.10.dist-info → olas_operate_middleware-0.13.11.dist-info}/entry_points.txt +0 -0
- {olas_operate_middleware-0.13.10.dist-info → olas_operate_middleware-0.13.11.dist-info}/licenses/LICENSE +0 -0
{olas_operate_middleware-0.13.10.dist-info → olas_operate_middleware-0.13.11.dist-info}/RECORD
RENAMED
|
@@ -70,7 +70,7 @@ operate/quickstart/claim_staking_rewards.py,sha256=K7X1Yq0mxe3qWmFLb1Xu9-Jghhml9
|
|
|
70
70
|
operate/quickstart/reset_configs.py,sha256=DVPM4mh6Djunwq16hf8lD9-nGkkm7wVtwr2JUXr1if8,3380
|
|
71
71
|
operate/quickstart/reset_password.py,sha256=jEBk2ROR1q8PkTIHlqum7E8PRQtXHwrauiy0_bik3RQ,2394
|
|
72
72
|
operate/quickstart/reset_staking.py,sha256=SB5LZq9EctG4SYn2M6oPZ7R7ARHSFLRGzAqfKkpRcy0,5111
|
|
73
|
-
operate/quickstart/run_service.py,sha256
|
|
73
|
+
operate/quickstart/run_service.py,sha256=myncdvwHD9DDgjj6fBVC2Ju4SplfBUZnPyXu0Z2gNYg,30279
|
|
74
74
|
operate/quickstart/stop_service.py,sha256=a3-1vVyZma2UtFUPKMvVrOso1Iwpz5Rzpus9VAI4qOc,2169
|
|
75
75
|
operate/quickstart/terminate_on_chain_service.py,sha256=5ENU8_mkj06i80lKUX-v1QbLU0YzKeOZDUL1e_jzySE,2914
|
|
76
76
|
operate/quickstart/utils.py,sha256=i1juhJCPkzB7ZKgSk5tNiRmYxGcx8MG-dTjVyC5sKys,9287
|
|
@@ -94,8 +94,8 @@ operate/utils/ssl.py,sha256=O5DrDoZD4T4qQuHP8GLwWUVxQ-1qXeefGp6uDJiF2lM,4308
|
|
|
94
94
|
operate/wallet/__init__.py,sha256=NGiozD3XhvkBi7_FaOWQ8x1thZPK4uGpokJaeDY_o2w,813
|
|
95
95
|
operate/wallet/master.py,sha256=5UvfEDFjgHNOHC25ZhZeewte1kXr69YPs5ue1NYSe5Q,33751
|
|
96
96
|
operate/wallet/wallet_recovery_manager.py,sha256=Dn0QmOYmmNj4p1X1TVQOrua3fysR3XJ99m6Z3H7tJQI,19792
|
|
97
|
-
olas_operate_middleware-0.13.
|
|
98
|
-
olas_operate_middleware-0.13.
|
|
99
|
-
olas_operate_middleware-0.13.
|
|
100
|
-
olas_operate_middleware-0.13.
|
|
101
|
-
olas_operate_middleware-0.13.
|
|
97
|
+
olas_operate_middleware-0.13.11.dist-info/METADATA,sha256=KdXRjShg1XPVGB8ZTQFOadXprdZjviExImHafXLxl4U,1493
|
|
98
|
+
olas_operate_middleware-0.13.11.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
99
|
+
olas_operate_middleware-0.13.11.dist-info/entry_points.txt,sha256=dM1g2I7ODApKQFcgl5J4NGA7pfBTo6qsUTXM-j2OLlw,44
|
|
100
|
+
olas_operate_middleware-0.13.11.dist-info/licenses/LICENSE,sha256=mdBDB-mWKV5Cz4ejBzBiKqan6Z8zVLAh9xwM64O2FW4,11339
|
|
101
|
+
olas_operate_middleware-0.13.11.dist-info/RECORD,,
|
|
@@ -566,6 +566,9 @@ def get_service(manager: ServiceManager, template: ServiceTemplate) -> Service:
|
|
|
566
566
|
if env_var_name not in service.env_variables:
|
|
567
567
|
service.env_variables[env_var_name] = env_var_data
|
|
568
568
|
|
|
569
|
+
if env_var_data["provision_type"] == ServiceEnvProvisionType.FIXED:
|
|
570
|
+
service.env_variables[env_var_name]["value"] = env_var_data["value"]
|
|
571
|
+
|
|
569
572
|
service.update_user_params_from_template(service_template=template)
|
|
570
573
|
service.store()
|
|
571
574
|
break
|
{olas_operate_middleware-0.13.10.dist-info → olas_operate_middleware-0.13.11.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|