Releases: fetchai/cosmpy
Releases · fetchai/cosmpy
v0.4.0
What's Changed
- tendermint module by @solarw in #128
- ibc module by @solarw in #118
- feat: add docs preview by @ianharris-fetch in #136
- upgrade module by @solarw in #130
- dorado updates by @daeMOn63 in #115
- feat: configuration updates for dorado by @ejfitzgerald in #135
- fixes for rest api support by @solarw in #138
- Release 0.4.0 by @5A11 in #142
New Contributors
- @ianharris-fetch made their first contribution in #136
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Aerial High Level API by @ejfitzgerald in #96
- Aerial: Initial offline table based gas strategy by @ejfitzgerald in #107
- gov module queries support by @solarw in #91
- Aerial: Simulation based Gas estimation by @ejfitzgerald in #108
- added darglint to
make lint
command by @solarw in #109 - unused darglint config removed from the setup.cfg by @solarw in #111
- chores: update protos, fix Makefile by @daeMOn63 in #113
- add slashing module API by @solarw in #116
- added evidence module API by @solarw in #117
- fix staking tests by @daeMOn63 in #119
- feat: add params rest client by @daeMOn63 in #120
- Add distribution module by @Galadrin in #92
- Mint module by @solarw in #122
- Initial documentation using MkDocs by @5A11 in #123
- Basic staking support by @ejfitzgerald in #125
- Minor docs edit by @5A11 in #129
- Feature/release 0.3.0 by @5A11 in #131
- Release 0.3.0 by @5A11 in #132
New Contributors
Full Changelog: 0.3.0...v0.3.1
v0.3.0
CosmPy Version 0.3.0 (2022-03-30):
-
Introduced
Aerial
high-level API.- Groundwork for a strategy engine for choosing tx gas fees
- Simulation-based gas estimation
- Support for queries, sending tokens, wallets, basic smart contract interactions
- Support for staking-related logic
-
Added documentation using MkDocs
-
Added low-level support for Cosmos SDK's
gov
module -
Added low-level support for Cosmos SDK's
distribution
module -
Added low-level support for Cosmos SDK's
mint
module -
Added low-level support for Cosmos SDK's
slashing
module -
Added low-level support for Cosmos SDK's
evidence
module -
Improvement to linters (added
darglint
tomake lint
). Resolveddarglint
complains. -
Various fixes and cleanups
initial release
feat: python client for upgraded fetchd and other Stargate Cosmos-SDK chains