You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates minor version to 0.2.0
Fixes signature hashing for TP/SL orders
Adds example to set referrer for a user
Various quality of life improvements for development
Updates the SDK to use a new and simplified hashing scheme based on MsgPack. The legacy hashing based on applying Keccak256 to fields individually is still supported by the backend as of this release, but will eventually be deprecated. Users should not expect any api function signatures to change.
Updates examples to make working with vaults and API wallets clearer.
Checks that the account has a balance to try to catch users that set the account address to the API wallet address
Disables certain examples that don't make sense when using API wallets as they could get the API wallet into a bad state.
Fixes issues with market_close
Adds tpsl example