Skip to content

Releases: drift-labs/drift-rs

v1.0.0-alpha.14

29 Mar 07:21
Compare
Choose a tag to compare

Fixes:

  • fix libdrift linking on linux platforms: (#124) (prior users had to run ldconfig manually)
  • ensure BlockhashSubscriber returns None blockhash when it is in unsubscribed state
  • fix margin calc when perp market oracle and corresponding spot market oracle had different precisions (#125)

Adds:

  • Add helpers to check User status (e.g. is_being_liquidated, is_reduce_only)
  • Add Wallet is_read_only helper