Matus Kysel

Results 27 issues of Matus Kysel

## Task Description This Task will... ## Epic Parent

task
Housekeeping

## Purpose ## How does the solution address the problem ## Changes made

## Task Description This Task will... ## Epic Parent

task
Housekeeping

## Purpose ## How does the solution address the problem ## Changes made

We need to re-implement `handleOperatorRemoved` as it currently doing nothing ```go // TODO: In original handler we didn't delete operator data, so this behavior was preserved. However we likely need...

bug

This PR fixes an issue where both metrics updates and logging were skipped when not at the logging frequency. Metrics should always be updated on every peer inspection, but logging...

**Description:** This PR corrects the computation of the `requests_hash` field for block headers. According to [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685), the `requests_hash` should match the value of an empty `sha256()` digest if there are...