All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
margin_key
parameter toZo.new
.
- Add
Zo.cancel_all_orders{,_ix}
. - BREAKING: Add heimdall to
Zo.withdraw
accounts list. - BREAKING: Change default commitment from
confirmed
tofinalized
. - BREAKING: Remove deprecated
PositionInfo.value
. - BREAKING: Remove deprecated
MarketInfo.funding_rate
.
- Add
max_ts
parameter toZo.place_order
. - Add
Zo.send
method to dispatch custom instructions. - Add
_ix
variants forZo
methods. - Add
Zo.close_position
. - Add
Zo.refresh_orders
. - Omit
LUNA-PERP
market. - DEPRECATE: Deprecate
PositionInfo.value
in favour ofPositionInfo.entry_value
.
- DEPRECATE: Deprecate
MarketInfo.funding_rate
in favour ofMarketInfo.funding_{info,sample_start_time}
for new funding formula.
- Add
MarketInfo.{mark,index}_{price,twap}
andMarketInfo.funding_rate
. - Add
commitment
parameter toZo.refresh()
. - Fix
Zo.orderbook
missing whenload_margin=False
.
- Fix broken
Zo.place_order
.
- Initial release.