ics23

Crates.ioics23
lib.rsics23
version0.12.0
sourcesrc
created_at2019-08-22 09:48:44.39995
updated_at2024-07-17 16:01:03.451129
descriptionMerkle proof verification library - implements Cosmos ICS23 Spec
homepage
repositoryhttps://github.com/cosmos/ics23/tree/master/rust
max_upload_size
id158842
size185,025
Shoaib Ahmed (hu55a1n1)

documentation

README

Rust Proof Validation

Codegen

To avoid direct dependencies on protoc in the build system, I have separated codegen into a sub-crate. This will generate the rust proofs.rs file from the proofs.proto file. The rest of the main build/test cycle is now independent of the protoc binary.

To rebuild protobuf, simply: cargo protoc (on a dev machine with protoc in path). Unless you modify the protobuf file, you can ignore this step.

Formatting

cargo fmt

Testing

cargo test

Linting

cargo clippy -- --test -W clippy::pedantic

Code Coverage

cargo llvm-cov

MSRV

The minimum supported Rust version (MSRV) is 1.60.

Commit count: 0

cargo fmt