Skip to content

Releases: ojo-network/turbine-py-client

v0.1.16

22 Feb 19:39
bc0bbf1

Choose a tag to compare

What's Changed

  • feat: remove all direct RPC calls, route through Turbine API by @ten-nex in #30

Full Changelog: v0.1.15...v0.1.16

v0.1.13

18 Feb 16:00
2ed3a5f

Choose a tag to compare

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

13 Feb 23:37
e85e02b

Choose a tag to compare

feat: multi-asset trading support (BTC, ETH, SOL) (#20)

v0.1.10

13 Feb 16:50
fcc417f

Choose a tag to compare

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

11 Feb 23:39
fcc417f

Choose a tag to compare

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

09 Feb 20:33
08996b5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

06 Feb 23:15
614979f

Choose a tag to compare

feat: Replace USDC approval modes with gasless one-time max permit (#5)

v0.1.6

06 Feb 01:16
f159464

Choose a tag to compare

nonce

v0.1.5

02 Feb 03:01
85bd37b

Choose a tag to compare

fix: unit tests

v0.1.4

30 Jan 17:52
92c5f37

Choose a tag to compare

fix: claim winnings in client (#1)