Skip to content

Update sdk featues in new releases - #19

Merged
yaanakbr merged 15 commits into
mainfrom
update-sdk-featues-in-new-releases
Jul 20, 2026
Merged

Update sdk featues in new releases#19
yaanakbr merged 15 commits into
mainfrom
update-sdk-featues-in-new-releases

Conversation

@yaanakbr

@yaanakbr yaanakbr commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Note

Medium Risk
Go trading and signing wire formats change (vault, TTL, fast cancel), and gRPC streaming behavior on reconnect is non-trivial; mitigated by extensive HTTP recording tests but still affects live trading and market-data clients.

Overview
Adds monorepo CI and per-language publish workflows: path-filtered builds for TypeScript, Python, Rust, and Go, plus a single ci-ok gate for branch protection; tag-driven publish pipelines with version/tag alignment checks (PyPI trusted publishing, npm provenance, Cargo, Go release gate).

The Go SDK gains substantial API surface. gRPC streaming adds mempool, order/gossip priority, raw-bytes StreamBytes, BBO/L2 diff/L4 updates/TP-SL streams, packed L2/BBO fast paths, StreamOptions (StreamWithStartBlock, coin/user filters), and reconnect resume semantics (start block cursor, L2 diff snapshot on reconnect). Exchange actions now support optional vaultAddress and expiresAfter on build/send, fast cancel (f: true), vault-aware close, and trigger grouping; order builder mirrors vault/TTL fields. Order book protos are extended and regenerated to match new RPCs.

Docs and tests cover wire payloads, subscription registration, and mapping helpers; .gitignore picks up env variants, coverage artifacts, and local Go example binaries.

Reviewed by Cursor Bugbot for commit 94f1fcf. Configure here.

@yaanakbr

Copy link
Copy Markdown
Contributor Author

bugbot run

2 similar comments
@yaanakbr

Copy link
Copy Markdown
Contributor Author

bugbot run

@yaanakbr

Copy link
Copy Markdown
Contributor Author

bugbot run

@cursor

cursor Bot commented Jul 20, 2026

Copy link
Copy Markdown

Bugbot couldn't run

Something went wrong. Try again by commenting "Cursor review" or "bugbot run", or contact support (requestId: serverGenReqId_9ebe217d-1f68-481a-b91a-7ef1722135ac).

@yaanakbr

Copy link
Copy Markdown
Contributor Author

bugbot run

@cursor

cursor Bot commented Jul 20, 2026

Copy link
Copy Markdown

Bugbot couldn't run

Something went wrong. Try again by commenting "Cursor review" or "bugbot run", or contact support (requestId: serverGenReqId_ac5c39c9-ea57-430f-adbe-b62ff11a76a8).

@yaanakbr

Copy link
Copy Markdown
Contributor Author

bugbot run

Comment thread go/hyperliquid/sdk.go
Comment thread python/hyperliquid_sdk/client.py
@yaanakbr

Copy link
Copy Markdown
Contributor Author

bugbot run

Comment thread go/hyperliquid/grpc_stream.go
Comment thread go/hyperliquid/grpc_stream.go
@yaanakbr

Copy link
Copy Markdown
Contributor Author

bugbot run

Comment thread go/hyperliquid/grpc_stream.go Outdated
@yaanakbr

Copy link
Copy Markdown
Contributor Author

bugbot run

Comment thread go/hyperliquid/grpc_stream.go Outdated
@yaanakbr

Copy link
Copy Markdown
Contributor Author

bugbot run

Comment thread .github/workflows/publish-typescript.yml Outdated
@yaanakbr

Copy link
Copy Markdown
Contributor Author

bugbot run

Comment thread go/hyperliquid/sdk.go
Comment thread go/hyperliquid/grpc_stream.go
Comment thread .github/workflows/ci.yml
Comment thread typescript/src/client.ts
@yaanakbr

Copy link
Copy Markdown
Contributor Author

bugbot run

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit 94f1fcf. Configure here.

@yaanakbr
yaanakbr merged commit d203462 into main Jul 20, 2026
7 checks passed
@yaanakbr
yaanakbr deleted the update-sdk-featues-in-new-releases branch July 20, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants