Changelog
Econia Move source code adheres to Semantic Versioning and Keep a Changelog standards.
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).