Releases: InjectiveLabs/sdk-python
Releases · InjectiveLabs/sdk-python
v0.9.11
v1.0.1-rc4
- Added logic to support use of Client Order ID (CID) new identifier in OrderInfo
- New chain stream support
- Remove support for sentry nodes in mainnet network. The only supported node option in mainnet is lb
- Migrated all proto objects dependency to support chain version 1.12
- Moved changelog from the README.md file to its own CHANGELOG.md file
- Remove
aiocron
dependency. Use plain asyncio tasks to solve the timeout height synchronization - Refactored logic in AsyncClient that loads markets and tokens to ensure there are no duplicated tokens for the same token denom
- Added low level API components to provide the same elements the TypeScript SDK provides
v0.9.10
v0.9.9
v1.0.1-rc3
- Added logic to support use of Client Order ID (CID) new identifier in OrderInfo
- New chain stream support
- Remove support for sentry nodes in mainnet network. The only supported node option in mainnet is lb
- Migrated all proto objects dependency to support chain version 1.12
- Moved changelog from the README.md file to its own CHANGELOG.md file
- Remove
aiocron
dependency. Use plain asyncio tasks to solve the timeout height synchronization - Refactored logic in AsyncClient that loads markets and tokens to ensure there are no duplicated tokens for the same token denom
v0.9.8
v0.9.7
v0.9.6
v1.0.1-rc2
- Added logic to support use of Client Order ID (CID) new identifier in OrderInfo
- New chain stream support
- Remove support for sentry nodes in mainnet network. The only supported node option in mainnet is lb
- Migrated all proto objects dependency to support chain version 1.12
- Moved changelog from the README.md file to its own CHANGELOG.md file
- Remove aiocron dependency. Use plain asyncio tasks to solve the timeout height synchronization
v1.0.1-rc1
- Added logic to support use of Client Order ID (CID) new identifier in OrderInfo
- New chain stream support
- Remove support for
sentry
nodes in mainnet network. The only supported node option in mainnet islb
- Migrated all proto objects dependency to support chain version 1.22
- Moved changelog from the README.md file to its own CHANGELOG.md file
- Remove
aiocron
dependency. Use plain asyncio tasks to solve the timeout height synchronization