Releases: davebryson/py-abci
Releases · davebryson/py-abci
Upgraded to support Tendermint and CometBFT version 0.34.24
Thanks to @eckelj for the updates
v0.8.3
v0.8.3
- Removed ABCI re-exports. You must import the full proper module path
abci.application
abci.server
abci.utils
You can also access all the tendermint protobuf classes in thetendermint
package - Refactored to src directory
- Change readme to markdown
- More tests
Small fix for windows
Fix signal handling issue use on Windows
Small fix
- Small fix of
setup.py
for PyPi
Trimming down and getting better
- Replaced Gevent with asyncio
- Some refactor to simplify application development
counter
example app now available from the command line when ABCI package installed via PyPi
Small fix for windows
Removed signal.SIGQUIT
that's not available on windows
TM 0.34.11
Supports Tendermint 0.34.11. Specifics: upgraded protobufs, added support for new state sync calls
TM 0.32.6
Upgrade to Tendermint 0.32.6, ABCI 0.16.1
Oh the protobufs!
Upgraded to ABCI 0.15.0, Tendermint 0.26.0. Refactor the protobuf files to preserve imports.
Keeping up with the Tendermints
Upgraded to ABCI 12.0 and other improvements. Thanks for the contributions