4 releases
0.1.3 | Jan 6, 2023 |
---|---|
0.1.2 | Oct 2, 2022 |
0.1.1 | Jul 1, 2022 |
0.1.0 | Feb 13, 2022 |
#8 in #abci
48 downloads per month
Used in 3 crates
(2 directly)
48KB
1K
SLoC
async-abci
An ABCI like tendermint-abci, but asynchronous.
Version
- tendermint: 0.34.21
Packages
name | description | crates.io | docs.rs |
---|---|---|---|
async-abci | use tendermint in Rust | ||
tm-abci | ABCI interface in no_std |
||
tm-protos | ABCI types in no_std |
Features
- async-abci: async version of ABCI, fully cooperate with
Flush
in ABCI message. - Async runtime support: tokio, smol.
Design
Consensus
Dependencies
~2.5MB
~53K SLoC