v1.0.1-rc5
Pre-release
Pre-release
- 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