Skip to main content

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

  • Paginated view functions for open orders and price levels (#577, #597).

v4.1.1

Added

  • Abort for order size change below min size (#500).
  • Check for empty orders during matching (#504).

v4.1.0

Added

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 to CANCEL_TAKER (#321).
  • Started using order_id instead of market_order_id for new implementations (#321).
  • Replaced market::NO_MARKET_ACCOUNT with market::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).

Deprecated