Skip to content

Releases: InjectiveLabs/sdk-python

v1.12.0

10 Nov 15:16
79d4a0a

Choose a tag to compare

  • Updated proto definitions to Injective Core v1.17.0 and Indexer v1.17.16

What's Changed

  • [CHORE] sync with master after v1.11 by @aarmoa in #392
  • Feat/add liquidable positions example script by @aarmoa in #395
  • Feat/sync dev with master after v1.11.2 by @aarmoa in #399
  • [CHORE] sync dev with master v1.11.2 by @aarmoa in #401
  • [CP-652] update protos for v1.17.0 upgrade by @aarmoa in #400
  • Release/chain v1.17.0 support to master by @aarmoa in #402

Full Changelog: v1.11.2...v1.12.0

v1.12.0-rc1

23 Oct 13:13

Choose a tag to compare

v1.12.0-rc1 Pre-release
Pre-release
  • Updated proto definitions to Injective Core v1.17.0-beta.3 and Indexer v1.17.0-beta

What's Changed

  • [CHORE] sync with master after v1.11 by @aarmoa in #392
  • Feat/add liquidable positions example script by @aarmoa in #395
  • Feat/sync dev with master after v1.11.2 by @aarmoa in #399
  • [CHORE] sync dev with master v1.11.2 by @aarmoa in #401

Full Changelog: v1.11.2...v1.12.0-rc1

v1.11.2

24 Sep 15:31
fb9fcd0

Choose a tag to compare

  • Updated the proto definitions to match injective-core v1.16.4
  • Updated the proto definitions to match indexer v1.16.91

What's Changed

Full Changelog: v1.11.1...v1.11.2

v1.11.1

20 Aug 16:03
ac4d044

Choose a tag to compare

  • Fixed the v1 AsyncClient orderbooks queries to include the depth parameter
  • Marked the v1 AsyncClient as deprecated in favor of the v2 AsyncClient

What's Changed

  • chore/fix_typo_readme by @aarmoa in #393
  • fix/add_depth_to_legacy_async_client_orderbooks_queries by @aarmoa in #396

Full Changelog: v1.11.0...v1.11.1

v1.11.0

28 Jul 18:33
ad289d5

Choose a tag to compare

  • 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
    • Created a new AsyncClient in the async_client_v2 module to provide easy access to Exchange V2 queries
    • Created a new Composer in the composer_v2 module to create V2 orders for the trading messages
    • Created v2 markets to load information from Exchange V2 in human readable format, and provide the values conversion functions with those values

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
  • [CP-446] created v2 client for exchange v2 endpoints by @aarmoa in #382
  • [chore] fix example scripts by @aarmoa in #383
  • [chore] add positions in market endpoint by @aarmoa in #384
  • fix: renamed market modules by @aarmoa in #385
  • feat/add unique token symbol by @aarmoa in #386
  • Feat/add human readable function in token by @aarmoa in #387
  • [CP-508] add address creation from eth by @aarmoa in #389
  • [CHORE] final v1.16 alignment for release by @aarmoa in #390
  • Release/v1.11 for chain v1.16 by @aarmoa in #391

Full Changelog: v1.10.0...v1.11.0

v1.11.0-rc6

25 Jun 13:42
e9538ac

Choose a tag to compare

v1.11.0-rc6 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
    • Created a new AsyncClient in the async_client_v2 module to provide easy access to Exchange V2 queries
    • Created a new Composer in the composer_v2 module to create V2 orders for the trading messages
    • Created v2 markets to load information from Exchange V2 in human readable format, and provide the values conversion functions with those values

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
  • [CP-446] created v2 client for exchange v2 endpoints by @aarmoa in #382
  • [chore] fix example scripts by @aarmoa in #383
  • [chore] add positions in market endpoint by @aarmoa in #384
  • fix: renamed market modules by @aarmoa in #385
  • feat/add unique token symbol by @aarmoa in #386
  • Feat/add human readable function in token by @aarmoa in #387

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

v1.11.0-rc5

25 Jun 03:01
28f1854

Choose a tag to compare

v1.11.0-rc5 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
    • Created a new AsyncClient in the async_client_v2 module to provide easy access to Exchange V2 queries
    • Created a new Composer in the composer_v2 module to create V2 orders for the trading messages
    • Created v2 markets to load information from Exchange V2 in human readable format, and provide the values conversion functions with those values

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
  • [CP-446] created v2 client for exchange v2 endpoints by @aarmoa in #382
  • [chore] fix example scripts by @aarmoa in #383
  • [chore] add positions in market endpoint by @aarmoa in #384
  • fix: renamed market modules by @aarmoa in #385
  • feat/add unique token symbol by @aarmoa in #386

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

v1.11.0-rc4

24 Jun 13:44
9286d63

Choose a tag to compare

v1.11.0-rc4 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
    • Created a new AsyncClient in the async_client_v2 module to provide easy access to Exchange V2 queries
    • Created a new Composer in the composer_v2 module to create V2 orders for the trading messages
    • Created v2 markets to load information from Exchange V2 in human readable format, and provide the values conversion functions with those values

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
  • [CP-446] created v2 client for exchange v2 endpoints by @aarmoa in #382
  • [chore] fix example scripts by @aarmoa in #383
  • [chore] add positions in market endpoint by @aarmoa in #384
  • fix: renamed market modules by @aarmoa in #385

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

v1.11.0-rc3

17 Jun 12:44
fbe418c

Choose a tag to compare

v1.11.0-rc3 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
    • Created a new AsyncClient in the async_client_v2 module to provide easy access to Exchange V2 queries
    • Created a new Composer in the composer_v2 module to create V2 orders for the trading messages
    • Created v2 markets to load information from Exchange V2 in human readable format, and provide the values conversion functions with those values

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
  • [CP-446] created v2 client for exchange v2 endpoints by @aarmoa in #382

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

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