3 Open Issues Need Help Last updated: Jul 16, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to audit the NanoReth codebase, specifically identifying and removing any instances of the `.unwrap()` method that could lead to a program panic due to potential database inconsistencies. This involves careful review of the code to understand data flow and potential failure points, and replacing `.unwrap()` calls with appropriate error handling mechanisms.

Complexity: 4/5
help wanted difficulty-medium

Reth-based hyperliquid archive node

Rust

AI Summary: Implement an ETH RPC extension to the existing NanoReth reth-based hyperliquid archive node to support read precompile calls within `eth_call` and `eth_estimateGas` specifically for the latest block. This caters to wallet needs for accessing precompile data.

Complexity: 4/5
help wanted difficulty-medium

Reth-based hyperliquid archive node

Rust

AI Summary: Adapt the HyperLiquid EVM sync code to handle additional fields in the main branch and ensure compatibility with existing data in the node-builder branch. This involves modifying the database schema and potentially updating data migration scripts.

Complexity: 4/5
help wanted

Reth-based hyperliquid archive node

Rust