Releases: ojo-network/turbine-py-client
Releases · ojo-network/turbine-py-client
v0.1.16
v0.1.13
feat: use Multicall3 discovery for periodic MM claims (#27) Replace the session-only claim loop with claim_all_winnings() which uses Multicall3 batched on-chain reads to discover ALL claimable positions — not just markets traded in the current session. This ensures the market maker recycles liquidity from: - Previous sessions that were restarted - Positions from manual trades or other tools - Any resolved markets the old tracker missed Runs every 5 minutes (vs 2 min before) since discovery scans all markets. Initial 60s delay to let markets initialize first.
v0.1.11
feat: multi-asset trading support (BTC, ETH, SOL) (#20)
v0.1.10
What's Changed
- feat: Add CLAUDE.md, /setup and /create-bot skills, improve AI context by @rbajollari in #12
- fix: add missing owner field to batch-ctf-redemption request by @ten-nex in #13
Full Changelog: v0.1.8...v0.1.10
v0.1.9
What's Changed
- feat: Add CLAUDE.md, /setup and /create-bot skills, improve AI context by @rbajollari in #12
- fix: add missing owner field to batch-ctf-redemption request by @ten-nex in #13
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Docs: Polymarket → Turbine migration guide by @ten-nex in #7
- fix: market maker example script by @rbajollari in #10
New Contributors
Full Changelog: v0.1.7...v0.1.8
v0.1.7
feat: Replace USDC approval modes with gasless one-time max permit (#5)
v0.1.6
nonce
v0.1.5
fix: unit tests
v0.1.4
fix: claim winnings in client (#1)