prediction-market-agent-tooling 0.59.0__py3-none-any.whl → 0.59.1__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.
- prediction_market_agent_tooling/tools/web3_utils.py +4 -2
- {prediction_market_agent_tooling-0.59.0.dist-info → prediction_market_agent_tooling-0.59.1.dist-info}/METADATA +1 -1
- {prediction_market_agent_tooling-0.59.0.dist-info → prediction_market_agent_tooling-0.59.1.dist-info}/RECORD +6 -6
- {prediction_market_agent_tooling-0.59.0.dist-info → prediction_market_agent_tooling-0.59.1.dist-info}/LICENSE +0 -0
- {prediction_market_agent_tooling-0.59.0.dist-info → prediction_market_agent_tooling-0.59.1.dist-info}/WHEEL +0 -0
- {prediction_market_agent_tooling-0.59.0.dist-info → prediction_market_agent_tooling-0.59.1.dist-info}/entry_points.txt +0 -0
@@ -164,7 +164,8 @@ def _prepare_tx_params(
|
|
164
164
|
|
165
165
|
@tenacity.retry(
|
166
166
|
# Don't retry on `reverted` messages, as they would always fail again.
|
167
|
-
|
167
|
+
# TODO: Check this, see https://github.com/gnosis/prediction-market-agent-tooling/issues/625.
|
168
|
+
# retry=tenacity.retry_if_exception_message(match=NOT_REVERTED_ICASE_REGEX_PATTERN),
|
168
169
|
wait=tenacity.wait_chain(*[tenacity.wait_fixed(n) for n in range(1, 10)]),
|
169
170
|
stop=tenacity.stop_after_attempt(9),
|
170
171
|
after=lambda x: logger.debug(
|
@@ -201,7 +202,8 @@ def send_function_on_contract_tx(
|
|
201
202
|
|
202
203
|
@tenacity.retry(
|
203
204
|
# Don't retry on `reverted` messages, as they would always fail again.
|
204
|
-
|
205
|
+
# TODO: Check this, see https://github.com/gnosis/prediction-market-agent-tooling/issues/625.
|
206
|
+
# retry=tenacity.retry_if_exception_message(match=NOT_REVERTED_ICASE_REGEX_PATTERN),
|
205
207
|
wait=tenacity.wait_chain(*[tenacity.wait_fixed(n) for n in range(1, 10)]),
|
206
208
|
stop=tenacity.stop_after_attempt(5),
|
207
209
|
after=lambda x: logger.debug(
|
@@ -116,9 +116,9 @@ prediction_market_agent_tooling/tools/tokens/auto_withdraw.py,sha256=B02maQkl3wN
|
|
116
116
|
prediction_market_agent_tooling/tools/tokens/main_token.py,sha256=5iHO7-iehSlXuue6ocVrr4IsklVjm7QHIwln4BsebJA,573
|
117
117
|
prediction_market_agent_tooling/tools/transaction_cache.py,sha256=K5YKNL2_tR10Iw2TD9fuP-CTGpBbZtNdgbd0B_R7pjg,1814
|
118
118
|
prediction_market_agent_tooling/tools/utils.py,sha256=jLG4nbEoIzzJiZ4RgMx4Q969Zdl0p0s63p8uET_0Fuw,6440
|
119
|
-
prediction_market_agent_tooling/tools/web3_utils.py,sha256=
|
120
|
-
prediction_market_agent_tooling-0.59.
|
121
|
-
prediction_market_agent_tooling-0.59.
|
122
|
-
prediction_market_agent_tooling-0.59.
|
123
|
-
prediction_market_agent_tooling-0.59.
|
124
|
-
prediction_market_agent_tooling-0.59.
|
119
|
+
prediction_market_agent_tooling/tools/web3_utils.py,sha256=2PXZfGRrDVZD60agVpBN4JkOF0YsNBXgTEH1y-V71uQ,12723
|
120
|
+
prediction_market_agent_tooling-0.59.1.dist-info/LICENSE,sha256=6or154nLLU6bELzjh0mCreFjt0m2v72zLi3yHE0QbeE,7650
|
121
|
+
prediction_market_agent_tooling-0.59.1.dist-info/METADATA,sha256=N_mRu0JnDDQKsmdWO2N9wrS7n3y-4t4_hFs4vFIemjE,8629
|
122
|
+
prediction_market_agent_tooling-0.59.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
123
|
+
prediction_market_agent_tooling-0.59.1.dist-info/entry_points.txt,sha256=m8PukHbeH5g0IAAmOf_1Ahm-sGAMdhSSRQmwtpmi2s8,81
|
124
|
+
prediction_market_agent_tooling-0.59.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|