polynode 0.12.1__tar.gz → 0.12.2__tar.gz
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.
- {polynode-0.12.1 → polynode-0.12.2}/PKG-INFO +2 -2
- {polynode-0.12.1 → polynode-0.12.2}/README.md +1 -1
- polynode-0.12.2/polynode/_version.py +1 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/types/rest.py +1 -1
- {polynode-0.12.1 → polynode-0.12.2}/pyproject.toml +1 -1
- polynode-0.12.1/polynode/_version.py +0 -1
- {polynode-0.12.1 → polynode-0.12.2}/.gitignore +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/core-contract-v1.json +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/core-fixtures-v1.json +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/__init__.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/cache/__init__.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/client.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/engine.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/errors.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/orderbook.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/orderbook_integrity.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/orderbook_state.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/perps.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/redemption_watcher.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/short_form.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/subscription.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/testing.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/V2_ORDER_FLOW.md +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/__init__.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/clob_api.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/constants.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/cosigner.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/eip712.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/escrow.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/onboarding.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/position_management.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/privy.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/relayer.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/signer.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/sqlite_backend.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/trader.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/trading/types.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/types/__init__.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/types/enums.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/types/events.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/types/orderbook.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/types/perps.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/types/short_form.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/types/ws.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/v3.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/v3_operations.py +0 -0
- {polynode-0.12.1 → polynode-0.12.2}/polynode/ws.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: polynode
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.2
|
|
4
4
|
Summary: Python SDK for the PolyNode real-time prediction market data platform
|
|
5
5
|
Project-URL: Homepage, https://polynode.dev
|
|
6
6
|
Project-URL: Documentation, https://docs.polynode.dev
|
|
@@ -36,7 +36,7 @@ Description-Content-Type: text/markdown
|
|
|
36
36
|
|
|
37
37
|
Python SDK for the [PolyNode](https://polynode.dev) real-time prediction market data platform.
|
|
38
38
|
|
|
39
|
-
**Current in v0.12.
|
|
39
|
+
**Current in v0.12.2:** Python provides the same core capabilities as the TypeScript and Rust SDKs: complete V3 API access, the V3 perps WebSocket, reconnect-aware settlement delivery, and PN1 orderbook integrity. Unknown additive events remain available as raw payloads, decimal values remain precision-safe, and any local queue eviction is reported.
|
|
40
40
|
|
|
41
41
|
**New in v0.11.0:** Current-production parity. Trading now defaults to CLOB V2 on `clob.polymarket.com`, uses PolyNode's public builder attribution unless overridden, omits removed V1 wire fields, and supports V2 GTD expiration. Managed 5-minute, 15-minute, and 4-hour streams select the required 30/60-second Chainlink TWAP lookbacks on a dedicated connection and reconnect/resubscribe at every market rotation. WebSocket models, presets, and filters now cover current redemption, position-conversion, dome/fill, and PM2 combo events. REST position queries now include redeemable/condition filters, multi-wallet batches, and market-holder views; connection and status observability match the current public API.
|
|
42
42
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Python SDK for the [PolyNode](https://polynode.dev) real-time prediction market data platform.
|
|
4
4
|
|
|
5
|
-
**Current in v0.12.
|
|
5
|
+
**Current in v0.12.2:** Python provides the same core capabilities as the TypeScript and Rust SDKs: complete V3 API access, the V3 perps WebSocket, reconnect-aware settlement delivery, and PN1 orderbook integrity. Unknown additive events remain available as raw payloads, decimal values remain precision-safe, and any local queue eviction is reported.
|
|
6
6
|
|
|
7
7
|
**New in v0.11.0:** Current-production parity. Trading now defaults to CLOB V2 on `clob.polymarket.com`, uses PolyNode's public builder attribution unless overridden, omits removed V1 wire fields, and supports V2 GTD expiration. Managed 5-minute, 15-minute, and 4-hour streams select the required 30/60-second Chainlink TWAP lookbacks on a dedicated connection and reconnect/resubscribe at every market rotation. WebSocket models, presets, and filters now cover current redemption, position-conversion, dome/fill, and PM2 combo events. REST position queries now include redeemable/condition filters, multi-wallet batches, and market-holder views; connection and status observability match the current public API.
|
|
8
8
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.12.2"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.12.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|