v1.15.0-rc1
Pre-release
Pre-release
- 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_dataandmsg_batch_liquidate_positionscomposer helpers and a corresponding example script - Exposed
OrderType,OracleType, andCrossMarginEligibilityproto enums asIntEnumclass attributes on the v2Composer(Composer.ORDER_TYPE,Composer.ORACLE_TYPE,Composer.CROSS_MARGIN_ELIGIBILITY) for IDE discoverability and type safety. Theorder_typeandoracle_typeparameters 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 theComposer.CROSS_MARGIN_ELIGIBILITYenum.
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