Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 951 Bytes

CHANGELOG.md

File metadata and controls

21 lines (13 loc) · 951 Bytes

Changelog

All notable changes to this project will be documented in this file. Version changes are pinned to SDK releases.

Unreleased

[1.0.0] 12-07-2023

  • program: Add support for CrossMarginAccount and respective instructions. (#7)

[0.1.1] 22-02-2023

  • dependencies: pin to solana 1.14.16 since issues building with other versions of CLI.

[0.1.0] 22-02-2023

  • program: Add support for new DEX APIs: place_order_v4, place_perp_order_v2, close_open_orders, close_margin_account (#2)
  • program: add APT asset
  • program: MarginAccount helper functions: get_initial_margin(), get_maintenance_margin(), get_unrealized_pnl()
  • abi-wrapper: introducing sample program that utilizes ABI CPIs
  • program: First version with support for initialization of margin and open orders accounts, deposit, withdraw, order placement and cancellation