#tendermint #bft #consensus #cosmos #blockchain

tendermint-light-client-verifier

Implementation of the Tendermint Light Client Verification Algorithm

35 releases (17 breaking)

0.40.1 Dec 25, 2024
0.40.0 Oct 23, 2024
0.39.1 Aug 9, 2024
0.38.1 Jul 23, 2024
0.24.0-pre.1 Jan 14, 2022

#14 in #bft

Download history 4144/week @ 2024-10-28 3868/week @ 2024-11-04 3668/week @ 2024-11-11 4659/week @ 2024-11-18 4680/week @ 2024-11-25 6170/week @ 2024-12-02 7036/week @ 2024-12-09 5565/week @ 2024-12-16 2392/week @ 2024-12-23 3566/week @ 2024-12-30 5910/week @ 2025-01-06 5409/week @ 2025-01-13 4310/week @ 2025-01-20 5735/week @ 2025-01-27 7044/week @ 2025-02-03 6639/week @ 2025-02-10

23,924 downloads per month
Used in 141 crates (15 directly)

Apache-2.0

620KB
14K SLoC

Crate Docs

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

Light Client Verifier

The verification component of the Light Client. This is extracted in order to be able to make use of verification predicates without any of the I/O and dependencies on the Rust standard library (i.e. to facilitate no_std support).

Documentation

See documentation on crates.io.

Dependencies

~5–6.5MB
~128K SLoC