Releases: nktkas/hyperliquid
Releases · nktkas/hyperliquid
v0.24.3
- feat(info): add
dex
field to parameters for methodsclearinghouseState
,metaAndAssetCtxs
,perpsAtOpenInterestCap
(71592fb) - feat(subscription): add
assetCtxs
method (f94d201) - feat(subscription): add
clearinghouseState
method (5d1a15a) - feat(subscription): add
openOrders
method (3155bbc) - refactor(subscription): rename params types to use Ws prefix (9f4fdde)
Full Changelog: v0.24.2...v0.24.3
v0.24.2
v0.24.1
- feat(exchange): add
sendAsset
method (e0609c5) - feat(exchange): add
noop
method (ed5e314) - fix(subscription): correct parameter order in
l2Book
anduserFills
payloads (f12bdda) - feat(info): add
spotPairDeployAuctionStatus
method (cfa9a04) - docs(readme): update polyfills for react native (77f67cf)
Full Changelog: v0.24.0...v0.24.1
v0.24.0
Features
- feat(exchange): add
subAccountModify
method (1c6942a) - feat(exchange): add
expiresAfter
for all L1 actions (f46a19a) - feat(info): add
activeAssetData
method (a7591cc)
BREAKING CHANGES
- refactor(exchange)!: changes args in methods
createVault
andtwapOrder
(901a38f) - refactor(exchange)!: separate action arguments from execution modifiers (575f619)
- refactor(exchange)!: remove
perpDexClassTransfer
andperpDexTransfer
methods (f69f4a8) - refactor(signing)!: remove support for
window.ethereum
as a wallet (06f7a38) - refactor(exchange)!: change in args of method
perpDeploy
(f46a19a)
Full Changelog: v0.23.1...v0.24.0
v0.23.1
v0.23.0
- refactor: migrate to npm deps (d7c65e2)
- refactor(signing)!: change
createL1ActionHash
andsignMultiSigAction
arguments (d7c65e2) - refactor(transport)!: change
HttpTransport
andWebSocketTransport
errors (d7c65e2) - refactor(transport)!: errors in
request
,subscribe
, andunsubscribe
calls are wrapped in aTransportError
error class (d7c65e2) - feat(exchange): add API
PerpDexTransfer
(d7c65e2)
Full Changelog: v0.22.2...v0.23.0
v0.22.2
v0.22.1
v0.22.0
This release implements the MultiSign client and adds support utilities for signature generation.
Features
- Implementation of Multi-Sign class (b0a0856)
- Add
actionSorter
with functions anduserSignedActionEip712Types
for correct signature generation insignL1Action
andsignUserSignedAction
(46e0dd8) (80fdb9a > 165ef13 > b0a0856)
BREAKING CHANGES
- In
InfoClient
, return values in theblockDetails
,txDetails
, anduserDetails
methods have been changed (f1e1287)
Full Changelog: v0.21.0...v0.22.0
v0.21.0
This release includes improvements to WebSocketTransport
and the SDK interface.
Features
- Add automatic re-subscription for
WebSocketTransport
(cb931fc)
Bug Fixes
WebSocketTransport
now does not send a request from the buffer (used when reconnecting) if the request is aborted (27818b0)- Correct handling of duplicate async requests via
WebSocketTransport
(20a6d6a) - Correct handling of errors related to subscription requests (1d8fcb8)
BREAKING CHANGES
AbortSignal
is removed from all subscription requests (86f2dfd)- Renaming client classes
Full Changelog: v0.20.0...v0.21.0