Releases: InjectiveLabs/sdk-python
Releases · InjectiveLabs/sdk-python
v1.6.2
v1.6.1
- Added support for the new messages in exchange module, included in the chain upgrade v1.13.
- Added unit tests and example scripts
- Added the
min_notional
field to all market classes. - Added logic to initialize the
min_notional
as part of the markets and tokens initialization in AsyncClient
What's Changed
Full Changelog: v1.6.0...v1.6.1
v1.6.1-rc1
- Added the min_notional field to all market classes.
- Added logic to initialize the min_notional as part of the markets and tokens initialization in AsyncClient
Full Changelog: v1.6.0...v1.6.1-rc1
v1.6.0
Added
- Support for all queries in the chain "tendermint" module
- Support for all queries in the "IBC Transfer" module
- Support for all queries in the "IBC Channel" module
- Support for all queries in the "IBC Client" module
- Support for all queries in the "IBC Connection" module
- Support for all queries and messages in the chain "permissions" module
- Tokens initialization from the official tokens list in https://github.com/InjectiveLabs/injective-lists
Changed
- Updated all proto definitions based on chain upgrade to v1.13 (Injective Altaris)
- Refactored cookies management logic to use all gRPC calls' responses to update the current cookies
What's Changed
- Feat/tendermint module queries by @aarmoa in #313
- feat/reduce_calls_for_cookies by @aarmoa in #314
- feat/add_ibc_transfer_support by @aarmoa in #317
- feat/ibc_core_channel_module_queries by @aarmoa in #318
- Feat/network refactoring from master to dev by @aarmoa in #320
- feat/ibc_client_module_queries by @aarmoa in #321
- feat/ibc_connection_module_queries by @aarmoa in #322
- fix/update_connection_params_script by @aarmoa in #323
- Fix/sync dev with v151 by @aarmoa in #325
- Feat/load official tokens list by @aarmoa in #327
- Feat/sync dev with master v1.5.2 by @aarmoa in #330
- Feat/sync dev with master v154 by @aarmoa in #335
- fix/refactor_composer_unit_tests by @aarmoa in #336
- feat/update_dependencies_chain_v1_13 by @aarmoa in #332
- fix/solve_token_list_parsing_issue by @aarmoa in #338
- Feat/add order data creation without order mask by @aarmoa in #339
- Release v1.6.0 by @aarmoa in #337
Full Changelog: v1.5.4...v1.6.0
v1.6.0-rc1
Added
- Support for all queries in the chain "tendermint" module
- Support for all queries in the "IBC Transfer" module
- Support for all queries in the "IBC Channel" module
- Support for all queries in the "IBC Client" module
- Support for all queries in the "IBC Connection" module
- Tokens initialization from the official tokens list in https://github.com/InjectiveLabs/injective-lists
Changed
- Updated all proto definitions based on chain upgrade to v1.13
- Refactored cookies management logic to use all gRPC calls' responses to update the current cookies
What's Changed
- Feat/tendermint module queries by @aarmoa in #313
- feat/reduce_calls_for_cookies by @aarmoa in #314
- feat/add_ibc_transfer_support by @aarmoa in #317
- feat/ibc_core_channel_module_queries by @aarmoa in #318
- Feat/network refactoring from master to dev by @aarmoa in #320
- feat/ibc_client_module_queries by @aarmoa in #321
- feat/ibc_connection_module_queries by @aarmoa in #322
- fix/update_connection_params_script by @aarmoa in #323
- Fix/sync dev with v151 by @aarmoa in #325
- Feat/load official tokens list by @aarmoa in #327
- Feat/sync dev with master v1.5.2 by @aarmoa in #330
- Feat/sync dev with master v154 by @aarmoa in #335
- fix/refactor_composer_unit_tests by @aarmoa in #336
Full Changelog: v1.5.4...v1.6.0-rc1
v1.4.5-rc1
- Changed proto files generation logic to try to assign them project specific descriptors
Full Changelog: v1.4.4...v1.4.5-rc1
v1.5.4
v1.4.4
- Fixed all import statements in pyinjective.proto modules to make them explicit
Full Changelog: v1.4.3...v1.4.4
v1.5.3
- Changed parameter
key
from the PaginationOption class. It is now calledencoded_page_key
. - Fixed an error when using the next page key in PaginationOption, causing incorrect pagination responses.
What's Changed
Full Changelog: v1.5.2...v1.5.3
v1.4.3
- Change in dependencies to prevent the use of protobuf v5, that would require a refactoring in the SDK code (that refactoring was done in v1.5)
Full Changelog: v1.4.2...v1.4.3