Open Issues Need Help
View All on GitHubAI 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.
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.
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.