prediction-market-agent-tooling 0.69.14__py3-none-any.whl → 0.69.15.dev1135__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.
Potentially problematic release.
This version of prediction-market-agent-tooling might be problematic. Click here for more details.
- prediction_market_agent_tooling/tools/cow/models.py +5 -2
- {prediction_market_agent_tooling-0.69.14.dist-info → prediction_market_agent_tooling-0.69.15.dev1135.dist-info}/METADATA +1 -1
- {prediction_market_agent_tooling-0.69.14.dist-info → prediction_market_agent_tooling-0.69.15.dev1135.dist-info}/RECORD +6 -6
- {prediction_market_agent_tooling-0.69.14.dist-info → prediction_market_agent_tooling-0.69.15.dev1135.dist-info}/WHEEL +0 -0
- {prediction_market_agent_tooling-0.69.14.dist-info → prediction_market_agent_tooling-0.69.15.dev1135.dist-info}/entry_points.txt +0 -0
- {prediction_market_agent_tooling-0.69.14.dist-info → prediction_market_agent_tooling-0.69.15.dev1135.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from enum import Enum
|
|
2
|
-
from typing import Optional
|
|
2
|
+
from typing import Optional, TypeAlias
|
|
3
3
|
|
|
4
4
|
from pydantic import BaseModel, ConfigDict
|
|
5
5
|
from sqlmodel import Field, SQLModel
|
|
@@ -74,10 +74,13 @@ class OrderStatus(str, Enum):
|
|
|
74
74
|
expired = "expired"
|
|
75
75
|
|
|
76
76
|
|
|
77
|
+
CowOrderUID: TypeAlias = HexBytes
|
|
78
|
+
|
|
79
|
+
|
|
77
80
|
class Order(BaseModel):
|
|
78
81
|
model_config = ConfigDict(validate_by_name=True, validate_by_alias=True)
|
|
79
82
|
|
|
80
|
-
uid:
|
|
83
|
+
uid: CowOrderUID
|
|
81
84
|
quoteId: int | None = None
|
|
82
85
|
validTo: int
|
|
83
86
|
sellAmount: Wei
|
|
@@ -96,7 +96,7 @@ prediction_market_agent_tooling/tools/contract.py,sha256=ZPQT3Kk9-q-ns7DO3MjQ_OL
|
|
|
96
96
|
prediction_market_agent_tooling/tools/contract_utils.py,sha256=9X9raICUZkPDShilt02aYzS_ILZ62u0vG5081uWLdqk,2152
|
|
97
97
|
prediction_market_agent_tooling/tools/costs.py,sha256=EaAJ7v9laD4VEV3d8B44M4u3_oEO_H16jRVCdoZ93Uw,954
|
|
98
98
|
prediction_market_agent_tooling/tools/cow/cow_order.py,sha256=DN_8cPrr4jWVpXdS4D0j1QB19nB8fxDoSheo2BFMc8M,14523
|
|
99
|
-
prediction_market_agent_tooling/tools/cow/models.py,sha256=
|
|
99
|
+
prediction_market_agent_tooling/tools/cow/models.py,sha256=t91mG-ZN-KxWt3qZbWfu0lS8iKdWoRToH3GiZ0q2YdI,3060
|
|
100
100
|
prediction_market_agent_tooling/tools/cow/semaphore.py,sha256=LPB-4wNQf7El7dgBD4Tmol6vr5j1CP9qMeDm8dcs6RI,3741
|
|
101
101
|
prediction_market_agent_tooling/tools/custom_exceptions.py,sha256=Fh8z1fbwONvP4-j7AmV_PuEcoqb6-QXa9PJ9m7guMcM,93
|
|
102
102
|
prediction_market_agent_tooling/tools/datetime_utc.py,sha256=_oO6mMc28C9aSmQfrG-S7UQy5uMHVEQqia8arnscVCk,3213
|
|
@@ -137,8 +137,8 @@ prediction_market_agent_tooling/tools/tokens/usd.py,sha256=DPO-4HBTy1-TZHKL_9CnH
|
|
|
137
137
|
prediction_market_agent_tooling/tools/transaction_cache.py,sha256=K5YKNL2_tR10Iw2TD9fuP-CTGpBbZtNdgbd0B_R7pjg,1814
|
|
138
138
|
prediction_market_agent_tooling/tools/utils.py,sha256=ruq6P5TFs8CBHxeBLj1Plpx7kuNFPpDgMsJGQgDiRNs,8785
|
|
139
139
|
prediction_market_agent_tooling/tools/web3_utils.py,sha256=CDbaidlLeQ4VHzSg150L7QNfHfGveljSePGuDVFEYqc,13963
|
|
140
|
-
prediction_market_agent_tooling-0.69.
|
|
141
|
-
prediction_market_agent_tooling-0.69.
|
|
142
|
-
prediction_market_agent_tooling-0.69.
|
|
143
|
-
prediction_market_agent_tooling-0.69.
|
|
144
|
-
prediction_market_agent_tooling-0.69.
|
|
140
|
+
prediction_market_agent_tooling-0.69.15.dev1135.dist-info/METADATA,sha256=1H0d5JE8lKB6PgIB_tlN93PQHxM1fcPdnTtINOj2_Rg,8899
|
|
141
|
+
prediction_market_agent_tooling-0.69.15.dev1135.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
142
|
+
prediction_market_agent_tooling-0.69.15.dev1135.dist-info/entry_points.txt,sha256=m8PukHbeH5g0IAAmOf_1Ahm-sGAMdhSSRQmwtpmi2s8,81
|
|
143
|
+
prediction_market_agent_tooling-0.69.15.dev1135.dist-info/licenses/LICENSE,sha256=6or154nLLU6bELzjh0mCreFjt0m2v72zLi3yHE0QbeE,7650
|
|
144
|
+
prediction_market_agent_tooling-0.69.15.dev1135.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|