Skip to content

v1.15.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@aarmoa aarmoa released this 19 May 12:06
f06600a
  • Updated proto definitions pointing to injective-core v1.20.0-alpha.3 and injective-indexer v1.19.41.
  • Added support in v2 Composer for the new exchange module MsgBatchLiquidatePositions message, including the liquidate_position_data and msg_batch_liquidate_positions composer helpers and a corresponding example script
  • Exposed OrderType, OracleType, and CrossMarginEligibility proto enums as IntEnum class attributes on the v2 Composer (Composer.ORDER_TYPE, Composer.ORACLE_TYPE, Composer.CROSS_MARGIN_ELIGIBILITY) for IDE discoverability and type safety. The order_type and oracle_type parameters in composer methods now accept either the string name or an integer / enum value (backward-compatible); cross_margin_eligibility (newly introduced this release) accepts only the Composer.CROSS_MARGIN_ELIGIBILITY enum.

What's Changed

  • [CHORE] sync dev with master by @aarmoa in #414
  • [IC-1055] create-python-sdk-final-release-for-v120-testnet by @aarmoa in #415

Full Changelog: v1.14.1...v1.15.0-rc1