#blockchain #tendermint #consensus #bft #cosmos #remote-procedure #fault-tolerant

no-std celestia-tendermint

This is a hard fork of tendermint to make it compatible with Celestia network. Tendermint is a high-performance blockchain consensus engine that powers Byzantine fault tolerant applications written in any programming language. This crate provides core types for representing information about Tendermint blockchain networks, including chain information types, secret connections, and remote procedure calls (JSON-RPC)

2 releases

0.32.1 Jan 15, 2024
0.32.0 Jan 12, 2024

#235 in Magic Beans

Download history 151/week @ 2024-01-09 108/week @ 2024-01-16 143/week @ 2024-01-23 351/week @ 2024-01-30 501/week @ 2024-02-06 710/week @ 2024-02-13 464/week @ 2024-02-20 571/week @ 2024-02-27 607/week @ 2024-03-05 539/week @ 2024-03-12 717/week @ 2024-03-19 833/week @ 2024-03-26 1442/week @ 2024-04-02 1695/week @ 2024-04-09 1227/week @ 2024-04-16

5,395 downloads per month
Used in 5 crates (via celestia-types)

Apache-2.0

650KB
14K SLoC

Crate Docs

See the repo root for build status, license, rust version, etc.

tendermint

Implementation of the Tendermint Blockchain Data Structures.

Documentation

See documentation on crates.io.


lib.rs:

Tendermint is a high-performance blockchain consensus engine that powers Byzantine fault tolerant applications written in any programming language. This crate provides core types for representing information about Tendermint blockchain networks, including chain information types, secret connections, and remote procedure calls (JSON-RPC).

Dependencies

~3.5–6.5MB
~133K SLoC