• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sonirico / go-hyperliquid
18%

Build:
DEFAULT BRANCH: master
Repo Added 30 May 2025 11:57PM UTC
Token 0yRH2EThaJxpYOaRxPWy7Xb8lrcojM6FH regen
Build 209 Last
Files 39
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
Sync Branches
  • master
  • chore/remove-name-to-coin
  • chore/types
  • dependabot/github_actions/actions/cache-5
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/akhilmhdh/contributors-readme-action-2.3.11
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.0
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.1
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.3
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.4
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.5
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.7
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.8
  • dependabot/go_modules/github.com/sonirico/vago-0.10.0
  • dependabot/go_modules/github.com/sonirico/vago-0.11.4
  • dependabot/go_modules/github.com/sonirico/vago-0.7.3
  • dependabot/go_modules/github.com/sonirico/vago-0.8.1
  • dependabot/go_modules/github.com/sonirico/vago-0.9.0
  • dependabot/go_modules/github.com/sonirico/vago/lol-0.1.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • dependabot/go_modules/github.com/valyala/fastjson-1.6.7
  • dependabot/go_modules/gopkg.in/dnaeon/go-vcr.v4-4.0.6
  • feat/add-user-non-funding-ledger-updates
  • feat/add-vault-methods
  • feat/aggregate-by-time
  • feat/allmids
  • feat/asset-info-new-fields
  • feat/custom-client-options
  • feat/debug-mode
  • feat/export-order-types
  • feat/hip3
  • feat/notifications
  • feat/perp-dexs
  • feat/subscribe-user-fills
  • feat/user-active-asset-data
  • feat/ws-active-asset-ctx
  • feat/ws-endpoints-custom-hosts
  • feat/ws-order-updates
  • feat/ws-webdata2
  • feature/context
  • feature/create-token-details-method
  • feature/issue-18
  • feature/nonce
  • fix
  • fix/HIP3-markets-order-placing
  • fix/approve-agent-and-cloid-serialization
  • fix/bulk-modify-orders-wiring
  • fix/clearinghousestate-callback
  • fix/context
  • fix/fill-type
  • fix/generate-types
  • fix/missing-websocket-matchings
  • fix/nonce
  • fix/order-query-methods
  • fix/order-type-wire
  • fix/position-cumfunding
  • fix/remove-log
  • fix/sigfigs
  • fix/slippage-rounding
  • fix/spot-user-state
  • fix/typing-meta-info
  • fix/user-fills-subscription-type
  • fix/userfees-missing-props
  • fix/vaultaddr-response-parsing
  • fix/websocket-deadlock
  • fix/ws-candles
  • fix_orderstatusvalue
  • halt-trading-method
  • refactor/context
  • refactor/typed-modify-order-request
  • refactor/ws
  • remove-dispatch-pong-err-log
  • set-oracle
  • test/apiresponse-unmarshal
  • test/exchange-orders-cancelbycloid
  • test/meta-methods

20 Jan 2026 09:41AM UTC coverage: 17.816% (-0.008%) from 17.824%
21166661620

push

github

web-flow
feat: add custom HTTP client and WebSocket dialer options (#123)

* feat: add custom HTTP client and WebSocket dialer options

Add ClientOptHTTPClient to allow custom http.Client for Info requests.
Add WsOptDialer to allow custom websocket.Dialer for WebSocket connections.

* refactor: simplify dialer initialization in WebsocketClient.Connect

0 of 12 new or added lines in 2 files covered. (0.0%)

3365 of 18887 relevant lines covered (17.82%)

278.53 hits per line

Relevant lines Covered
Build:
Build:
18887 RELEVANT LINES 3365 COVERED LINES
278.53 HITS PER LINE
Source Files on master
  • Tree
  • List 39
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21166661620 master feat: add custom HTTP client and WebSocket dialer options (#123) * feat: add custom HTTP client and WebSocket dialer options Add ClientOptHTTPClient to allow custom http.Client for Info requests. Add WsOptDialer to allow custom websocket.Dialer ... push 20 Jan 2026 09:42AM UTC web-flow github
17.82
21135527315 master deps(deps): bump github.com/ethereum/go-ethereum from 1.16.7 to 1.16.8 (#122) Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.16.7 to 1.16.8. - [Release notes](https://github.com/ethereum/go-ethereum/releas... push 19 Jan 2026 11:21AM UTC web-flow github
17.82
21063563155 master feat: add UserNonFundingLedgerUpdates API endpoint (#121) Add support for querying user non-funding ledger updates with time range parameters. This includes the UserNonFundingLedgerUpdates method and related types LedgerDelta. push 16 Jan 2026 10:29AM UTC web-flow github
17.82
20950804250 master feat: add aggregateByTime parameter to UserFills function (#117) * feat: add aggregateByTime parameter to UserFills function * refactor: use UserFillsParams struct for UserFills function * chore: regenerate types_easyjson.go for UserFillsParams push 13 Jan 2026 09:03AM UTC web-flow github
18.0
20827720322 master add `perpDexs` argument in `NewInfo` and `NewExchange` function (#120) * feat: add `perpDexs` argument in `NewInfo` and `NewExchange` function * fix: `nil dereference in store` bug push 08 Jan 2026 06:39PM UTC web-flow github
18.07
20822733836 master chore: update types for `Meta` (#119) push 08 Jan 2026 03:51PM UTC web-flow github
18.07
20813850015 master fix: use DefaultDialer to support proxy for websocket connections (#118) Replace empty websocket.Dialer{} with websocket.DefaultDialer to allow websocket connections to respect system proxy settings (HTTP_PROXY, etc). push 08 Jan 2026 10:35AM UTC web-flow github
18.09
20777788802 master fix: Update clearinghouseState subscription to parse responses with "dex" enabled correctly (#115) * feat: Update message dispatcher to use prefix matching for subscriber IDs to include dispatches having clearingHouse with dex parameter * feat: ... push 07 Jan 2026 10:07AM UTC web-flow github
18.09
20777711230 master fix: dex field added to req json payload to allow place/cancel order #116 * dex field added to req json payload to allow place/cancel order for HIP3 builder deployed markets and see open positions and open orders * make generate * rebased chang... push 07 Jan 2026 10:05AM UTC web-flow github
18.18
20715392241 master Remove name to coin from info (#112) * chore: remove name to coin * fix: reflect feedbacks * fix: fix wrong signature update push 05 Jan 2026 12:29PM UTC web-flow github
18.24
See All Builds (209)

Badge your Repo: go-hyperliquid

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc