Skip to content

Releases: InjectiveLabs/sdk-python

v1.11.0-rc2

02 Jun 12:35
aa6bbfb

Choose a tag to compare

v1.11.0-rc2 Pre-release
Pre-release
  • Updated all proto definitions to match injective-core version v1.16
  • Updated all proto definitions to match indexer version v1.16
  • Added support for the new V2 version of the Exchange module. This version uses human readable values for quantities, prices, margins and notionals
    • Added new functions in AsyncClient to provide easy access to Exchange V2 queries
    • Added new functions in Composer to create V2 orders for the trading messages
    • Marked all Exchange V1 functions as deprecated

What's Changed

  • fix/rename_derivative_subaccount_orders_message by @aarmoa in #373
  • Cp 235/update gas estimator for fixed exchange gas by @aarmoa in #375
  • Fix/rebase dev with v1.10 by @aarmoa in #380
  • [CP-126] add support exchange v2 by @aarmoa in #354
  • [CP-396] Add support for v1.16 by @aarmoa in #381

Full Changelog: v1.10.0...v1.11.0-rc2

v1.11.0-rc1

23 May 02:10
b8f4603

Choose a tag to compare

v1.11.0-rc1 Pre-release
Pre-release
  • Updated all proto definitions to match injective-core version v1.16
  • Updated all proto definitions to match indexer version v1.16
  • Added support for the new V2 version of the Exchange module. This version uses human readable values for quantities, prices, margins and notionals
    • Added new functions in AsyncClient to provide easy access to Exchange V2 queries
    • Added new functions in Composer to create V2 orders for the trading messages
    • Marked all Exchange V1 functions as deprecated

What's Changed

  • fix/rename_derivative_subaccount_orders_message by @aarmoa in #373
  • Cp 235/update gas estimator for fixed exchange gas by @aarmoa in #375
  • Fix/rebase dev with v1.10 by @aarmoa in #380
  • [CP-126] add support exchange v2 by @aarmoa in #354

Full Changelog: v1.10.0...v1.11.0-rc1

v1.10.0

16 Apr 14:40
f9b9b3f

Choose a tag to compare

  • Regenerated all compiled proto types based on the definitions for Chain v1.15 and Indexer v1.15.6
  • Added all queries for the TXFees module

What's Changed

Full Changelog: v1.9.1...v1.10.0

v1.10.0-rc1

03 Apr 14:25

Choose a tag to compare

v1.10.0-rc1 Pre-release
Pre-release
  • Updated all compiled protos for compatibility for chain upgrade v1.15
  • Added new gas estimation logic based on the new fixed gas cost for Exchange module messages

What's Changed

  • fix/rename_derivative_subaccount_orders_message by @aarmoa in #373

Full Changelog: v1.9.1...v1.10.0-rc1

v1.9.1

03 Mar 15:33
0416c2a

Choose a tag to compare

  • Added quantization in the functions that convert notional values to chain format

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

14 Feb 14:12
b09a7a0

Choose a tag to compare

  • Regenerated all compiled proto types based on the definitions for Chain v1.14 and Indexer v1.14.1-RC.6
  • Updated all queries and messages for the Permissions module to support the new module version
  • Updated unit tests
  • Fixed tests failing because of new fields in other gRPC queries and messages
  • Removed all methods marked as deprecated in AsyncClient and Composer

What's Changed

Full Changelog: v1.8.2...v1.9.0

v1.9.0-rc5

20 Jan 14:56
302f09b

Choose a tag to compare

v1.9.0-rc5 Pre-release
Pre-release
  • Regenerated all compiled proto types based on the definitions for Chain v1.14 and Indexer v1.13.117_RC1.
  • Updated all queries and messages for the Permissions module to support the new module version.
  • Updated unit tests
  • Fixed tests failing because of new fields in other gRPC queries and messages

What's Changed

Full Changelog: v1.8.2...v1.9.0-rc5

v1.8.2

13 Dec 15:52
1e411e4

Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.8.2

v1.8.1

05 Dec 08:31

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.9.0-rc4

20 Nov 14:13

Choose a tag to compare

v1.9.0-rc4 Pre-release
Pre-release
  • Added support for Exchange V2 proto queries and types
  • Updated all chain exchange module examples to use the new Exchange V2 proto queries and types
  • Removed all methods marked as deprecated in AsyncClient and Composer

NOTE: This release should not be used until the proper chain upgrade is applied