v0.1.0
First public release of @bloxwap/hyperliquid — a Bun/TypeScript Hyperliquid SDK.
- Complete Info / Exchange / Explorer / Subscription API surface with strict request validation
- WASM-accelerated signing path (optional tiny-secp256k1 + hash-wasm, auto-installed): signed order ~70 µs, batch hashing 2.5x faster
- Pre-signed payloads (prepareRequest/submitPrepared), opt-in skipValidation, orders over WebSocket post
- Forward-compatible wire types, token-bucket rate limiter with 429 surfacing, WS reconnect hardening
- 100% line coverage (1,854 tests), CI-gated perf suite with zero-regression policy