Py Abci Versions Save

Build Tendermint blockchain applications in Python

v0.8.4

10 months ago

Thanks to @eckelj for the updates

v0.8.3

2 years ago

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 the tendermint package
  • Refactored to src directory
  • Change readme to markdown
  • More tests

v0.8.2

2 years ago

Fix signal handling issue use on Windows

v0.8.1

2 years ago
  • Small fix of setup.py for PyPi

v0.8.0

2 years ago
  • 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

0.7.1

2 years ago

Removed signal.SIGQUIT that's not available on windows

v0.7.0

2 years ago

Supports Tendermint 0.34.11. Specifics: upgraded protobufs, added support for new state sync calls

v0.6.1

4 years ago

Upgrade to Tendermint 0.32.6, ABCI 0.16.1

v0.6.0

5 years ago

Upgraded to ABCI 0.15.0, Tendermint 0.26.0. Refactor the protobuf files to preserve imports.

0.5.1

5 years ago

Upgraded to ABCI 12.0 and other improvements. Thanks for the contributions