Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tower-abci in the ledger. Compatible with Tendermint v0.34.x #344

Merged
merged 20 commits into from
Jul 20, 2021

Conversation

batconjurer
Copy link
Member

@batconjurer batconjurer commented Jul 16, 2021

Tower-abci provides a nice way to write an ABCI server that is compatible with the tower crate and is asynchronous. This replaces the previous ABCI server.

closes #240

Copy link
Member

@tzemanovic tzemanovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the couple comments, looks good!

@tzemanovic tzemanovic merged commit ee7234e into master Jul 20, 2021
@tzemanovic tzemanovic deleted the bat/tower-abci-0.34.x branch July 20, 2021 12:39
Fraccaman pushed a commit that referenced this pull request Jul 20, 2021
Merge: 82af98f 7a8ad90
Author: Tomas Zemanovic <tzemanovic@gmail.com>
Date:   Tue Jul 20 14:39:00 2021 +0200

    Merge pull request #344 from anoma/bat/tower-abci-0.34.x

    Use tower-abci in the ledger. Compatible with Tendermint v0.34.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

integrate tower-rs for ABCI
2 participants