Skip to content

Releases: devashishdxt/abci-rs

abci-rs v0.11.2

21 Mar 01:58
29855c4
Compare
Choose a tag to compare
  • Upgraded dependencies
  • Use Rust 2021

abci-rs v0.11.1

23 Jun 02:35
0056b45
Compare
Choose a tag to compare
  • Upgraded dependencies

abci-rs v0.9.2

27 Jul 06:03
Compare
Choose a tag to compare
  • Updated dependencies
  • Added tests
  • New ConsensusStateValidator implementation

abci-rs v0.9.1

26 May 03:38
Compare
Choose a tag to compare
  • Updated dependencies
  • Updated to latest tendermint version v0.33.4

abci-rs v0.8.0

31 Mar 19:50
75af14c
Compare
Choose a tag to compare
  • Removed unnecessary is_initialized argument from Server::run (now this information is fetched from Info::info)

abci-rs v0.7.0

31 Mar 18:57
Compare
Choose a tag to compare
  • Updated all dependencies
  • Add support for structured logging using tracing crate
  • API improvements (take is_initialized as an argument in Server::run)

abci-rs v0.6.0

17 Jan 09:25
496b1a7
Compare
Choose a tag to compare
  • Upgrade minimum supported tendermint version to v0.33.0.

abci-rs v0.5.0

09 Jan 09:50
818fe22
Compare
Choose a tag to compare
  • Upgrade minimum supported tendermint version to v0.32.8.
  • Automate gen-proto workflow.

abci-rs v0.4.2

07 Jan 06:48
fe20d9f
Compare
Choose a tag to compare

Updated documentation.

abci-rs v0.4.1

07 Jan 06:23
e1662a3
Compare
Choose a tag to compare

Removed uds feature flag.