Skip to content

Releases: davebryson/py-abci

Upgraded to support Tendermint and CometBFT version 0.34.24

27 Jun 13:16
8789cd1
Compare
Choose a tag to compare

v0.8.3

25 Jul 17:41
Compare
Choose a tag to compare

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

Small fix for windows

20 Jul 23:29
Compare
Choose a tag to compare

Fix signal handling issue use on Windows

Small fix

03 Jul 01:38
Compare
Choose a tag to compare
  • Small fix of setup.py for PyPi

Trimming down and getting better

03 Jul 00:53
Compare
Choose a tag to compare
  • 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

01 Jul 00:54
Compare
Choose a tag to compare

Removed signal.SIGQUIT that's not available on windows

TM 0.34.11

24 Jun 14:02
Compare
Choose a tag to compare

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

TM 0.32.6

08 Nov 12:17
Compare
Choose a tag to compare

Upgrade to Tendermint 0.32.6, ABCI 0.16.1

Oh the protobufs!

08 Nov 04:17
Compare
Choose a tag to compare

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

Keeping up with the Tendermints

03 Jul 12:58
Compare
Choose a tag to compare

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