Releases: InjectiveLabs/sdk-python
Releases · InjectiveLabs/sdk-python
v0.9.5
v0.9.4
v1.0-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.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
- Updated the gas fee buffer used to calculate fee consumption in all examples
v1.0-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