olas-operate-middleware 0.10.9__py3-none-any.whl → 0.10.10__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.10.9.dist-info → olas_operate_middleware-0.10.10.dist-info}/METADATA +1 -1
- {olas_operate_middleware-0.10.9.dist-info → olas_operate_middleware-0.10.10.dist-info}/RECORD +6 -6
- operate/services/manage.py +1 -1
- {olas_operate_middleware-0.10.9.dist-info → olas_operate_middleware-0.10.10.dist-info}/LICENSE +0 -0
- {olas_operate_middleware-0.10.9.dist-info → olas_operate_middleware-0.10.10.dist-info}/WHEEL +0 -0
- {olas_operate_middleware-0.10.9.dist-info → olas_operate_middleware-0.10.10.dist-info}/entry_points.txt +0 -0
{olas_operate_middleware-0.10.9.dist-info → olas_operate_middleware-0.10.10.dist-info}/RECORD
RENAMED
|
@@ -79,7 +79,7 @@ operate/services/__init__.py,sha256=isrThS-Ccu5Sc15JZgkN4uTAVaSg-NwUUSDeTyJEqLk,
|
|
|
79
79
|
operate/services/agent_runner.py,sha256=6tJePUJmlRxlIugT2fDaCJHSrQlDnl1t9pbg3-7EmCQ,7560
|
|
80
80
|
operate/services/deployment_runner.py,sha256=Su73o7cdH6fkQfj468K77J04a_TWiokJwbMyVQ25xko,27067
|
|
81
81
|
operate/services/health_checker.py,sha256=2KSEDxG3YmGolUDU--648ny0UJpTAAKvxkcr_VZQv-I,9654
|
|
82
|
-
operate/services/manage.py,sha256=
|
|
82
|
+
operate/services/manage.py,sha256=KFRaBLLkZNNtGSZ0ayC4z07HsJhyIVg4b6X5G-hxceE,118105
|
|
83
83
|
operate/services/protocol.py,sha256=FoJmHz5nukI01-VYtReMsIl3JT5RgZZSLX-mf9EXQ90,62903
|
|
84
84
|
operate/services/service.py,sha256=ZbkTryuK3kBkdvhxd9QDyXRxRFsGGG9WZqbLGOUPloc,39301
|
|
85
85
|
operate/services/utils/__init__.py,sha256=TvioaZ1mfTRUSCtrQoLNAp4WMVXyqEJqFJM4PxSQCRU,24
|
|
@@ -91,8 +91,8 @@ operate/utils/ssl.py,sha256=O5DrDoZD4T4qQuHP8GLwWUVxQ-1qXeefGp6uDJiF2lM,4308
|
|
|
91
91
|
operate/wallet/__init__.py,sha256=NGiozD3XhvkBi7_FaOWQ8x1thZPK4uGpokJaeDY_o2w,813
|
|
92
92
|
operate/wallet/master.py,sha256=jLFLcRgO6ADok2DigpK59PFJ4mnc_0H9a4RRioYzlvw,30811
|
|
93
93
|
operate/wallet/wallet_recovery_manager.py,sha256=sXEZyvFMePxQKf9NJg4HT90mPg4-7ZcTbvggMnKKzhA,7795
|
|
94
|
-
olas_operate_middleware-0.10.
|
|
95
|
-
olas_operate_middleware-0.10.
|
|
96
|
-
olas_operate_middleware-0.10.
|
|
97
|
-
olas_operate_middleware-0.10.
|
|
98
|
-
olas_operate_middleware-0.10.
|
|
94
|
+
olas_operate_middleware-0.10.10.dist-info/LICENSE,sha256=mdBDB-mWKV5Cz4ejBzBiKqan6Z8zVLAh9xwM64O2FW4,11339
|
|
95
|
+
olas_operate_middleware-0.10.10.dist-info/METADATA,sha256=ws4V3q2GY0du3aYLhO2xg6iMwIDcjiWT7wTykSUXHGA,2036
|
|
96
|
+
olas_operate_middleware-0.10.10.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
97
|
+
olas_operate_middleware-0.10.10.dist-info/entry_points.txt,sha256=dM1g2I7ODApKQFcgl5J4NGA7pfBTo6qsUTXM-j2OLlw,44
|
|
98
|
+
olas_operate_middleware-0.10.10.dist-info/RECORD,,
|
operate/services/manage.py
CHANGED
|
@@ -1936,7 +1936,7 @@ class ServiceManager:
|
|
|
1936
1936
|
|
|
1937
1937
|
# transfer claimed amount from agents safe to master safe
|
|
1938
1938
|
# TODO: remove after staking contract directly starts sending the rewards to master safe
|
|
1939
|
-
amount_claimed = receipt["logs"][0]["data"]
|
|
1939
|
+
amount_claimed = int(receipt["logs"][0]["data"].hex(), 16)
|
|
1940
1940
|
self.logger.info(f"Claimed amount: {amount_claimed}")
|
|
1941
1941
|
ethereum_crypto = KeysManager().get_crypto_instance(service.agent_addresses[0])
|
|
1942
1942
|
transfer_erc20_from_safe(
|
{olas_operate_middleware-0.10.9.dist-info → olas_operate_middleware-0.10.10.dist-info}/LICENSE
RENAMED
|
File without changes
|
{olas_operate_middleware-0.10.9.dist-info → olas_operate_middleware-0.10.10.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|