Zaino is an indexer for the Zcash blockchain implemented in Rust.

3 Open Issues Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub
bug help wanted

Zaino is an indexer for the Zcash blockchain implemented in Rust.

Rust

AI Summary: Debug inconsistencies between local and CI environment checks (fmt and clippy) for the Rust-based Zcash blockchain indexer, Zaino. This involves precisely defining and standardizing the execution commands for both checks in both environments, identifying the source of ruleset specifications, ensuring consistency, and understanding how GitHub Actions jobs interpret process output to determine failure.

Complexity: 3/5
good first issue CI

Zaino is an indexer for the Zcash blockchain implemented in Rust.

Rust

AI Summary: Debug a `cargo make` failure during testing. The error message indicates that a shell script, likely generated by `cargo make`, is failing because the `source` command is not found. The task involves identifying the source of the script, determining why `source` is unavailable (e.g., incorrect shell, missing shebang), and correcting the issue to allow successful test execution.

Complexity: 3/5
bug good first issue help wanted local-tooling

Zaino is an indexer for the Zcash blockchain implemented in Rust.

Rust