A Cardano full node written in Rust

9 stars 1 forks 9 watchers Rust Apache License 2.0
2 Open Issues Need Help Last updated: Mar 17, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue involves running a provided script, `scripts/cleanup-worktree-branches.sh`, to remove over 100 stale worktree branches and prune associated references. The goal is to clean up the local repository by removing these outdated branches.

Complexity: 1/5
good first issue

A Cardano full node written in Rust

Rust

AI Summary: This issue requires benchmarking the `blake2b_simd` implementation on x86_64 architecture to verify its performance gains compared to the standard `blake2` implementation. The goal is to determine if the observed performance improvement on x86_64 justifies the added complexity of a dual-implementation strategy, and to assess if AVX2-enabled systems show different results than SSE4.1-only systems.

Complexity: 2/5
good first issue performance

A Cardano full node written in Rust

Rust