Matus Kysel
Matus Kysel
## Purpose ## How does the solution address the problem ## Changes made
## 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...
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...