Changelog
Econia Move source code adheres to Semantic Versioning and Keep a Changelog standards.
v4.3.0
Changed
- Change orders and price levels view functions to have public visibility (#691).
Added
- View function struct return decoders for public view functions (#691).
v4.2.1
Fixed
- Cancel event emission logic for max quote traded case (#629).
v4.2.0
Added
v4.1.1
Added
v4.1.0
Added
- Assorted view functions (#287, #301, #308, #321, #334, #428, #429).
- Assorted user- and market-level events with common order ID (#321, #347, #360, #366, #428).
- Authors field on manifest (#380).
Changed
- Use generic
econia
named address (#368) - Fee assessment updated to be processed per fill, rather than per trade (#321).
- Market order size is no longer automatically adjusted based on available market account holdings (#321).
- Default self match behavior for swaps (signing swapper self match against signing market account) changed from
ABORT
toCANCEL_TAKER
(#321). - Started using
order_id
instead ofmarket_order_id
for new implementations (#321). - Replaced
market::NO_MARKET_ACCOUNT
withmarket::NO_TAKER_ADDRESS
to account for signing swappers (#321). - Allow limit orders to post less than minimum size if they first fill across the spread (#347, #365).