nethermind icon indicating copy to clipboard operation
nethermind copied to clipboard

fix: add informative message to block processing timeout exception

Open hawkadrian opened this issue 3 weeks ago • 0 comments

What

Adds descriptive error message to InvalidOperationException thrown when block processing times out in HiveRunner.WaitForBlockProcessing.

Why

The exception was previously thrown without a message, making it difficult to diagnose timeout issues from logs. The new message includes the timeout duration and context, improving error visibility during HIVE initialization.

hawkadrian avatar Dec 10 '25 09:12 hawkadrian