Releases: fetchai/cosmpy
Releases · fetchai/cosmpy
v0.11.1
v0.11.0
- feat: TxFee and Coins, support for fee granter & payer
- fix: outdated links in documentation
v0.9.3
- chore: add/update repo health files
- fix: readme
- fix: CI
- feat: support Python 3.13
- fix: Non-deterministic conversion of string representation of numbers with radix point
- feat: TX timeout height
v0.9.2
- fix: coin parsing to support ibc denominations
- chore: bump grpcio to support Apple M1 architectures and Python 3.12
v0.9.1
- fix: move googleapis-common-protos to main dependency group to resolve installation issues
v0.9.0
- feat: General LedgerClient features (query blocks, chain id, current height)
- refactor: Remove biputils google-api-python-client dependencies
- drop BLS support
v0.8.0
- feat: Python 3.11 support
- feat: add timestamp to LedgerClient TxResponse
v0.7.0
- feat: update/clear contract admin
- fix: ValueError exceptions when using query_staking_summary
- fix: key pair logic
- update protobuf and grpcio dependencies
v0.6.2
- feat: add migration for wasm contracts in aerial
- CI: fix release automation