Skip to content

Releases: drift-labs/drift-rs

v1.0.0.alpha-16

30 Jul 03:18

Choose a tag to compare

v1.0.0-alpha.16

v1.0.0-alpha.16

v1.0.0-alpha.14

29 Mar 07:21

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