Open Issues Need Help
View All on GitHubA robust execution client for Ethereum node operators.
A robust execution client for Ethereum node operators.
AI Summary: This issue proposes enhancing the codebase by integrating the existing `ProgressLogger` class into long-running operations that currently lack progress reporting. Specific areas identified include full pruning and `VerifyTrie`, with a broader task to discover and implement logging in other suitable parts of the code.
A robust execution client for Ethereum node operators.
AI Summary: Extend the `trace_block` endpoint of the Nethermind Ethereum client to accept a fork parameter, enabling execution of blocks with ModExp operations on both Pectra and Fusaka forks. This involves modifying the Nethermind codebase to integrate the fork selection into the `trace_block` functionality, likely utilizing the existing `ReleaseSpec` class.
A robust execution client for Ethereum node operators.