Don Perignom

Results 11 issues of Don Perignom

The problem is in `simple-rlp` dependency introduced by `trezor`, see the [issue](https://github.com/trezor/trezor-firmware/issues/2693). ``` class HashableRLP(rlp.Serializable): AttributeError: module 'rlp' has no attribute 'Serializable' ``` Possible workaround ~~for those who doesn't rely...

`val_nos_module_id` set to 1 even the validator doesn't relate to any module. ![image](https://github.com/lidofinance/ethereum-validators-monitoring/assets/10616301/9a69906d-2d94-4e8b-9d12-e5ba2588ca73)

bug

[`_receive_last_finalized_slot`](https://github.com/lidofinance/lido-oracle/blob/4e1e2210483fb44926d751049ea2d21561779dc8/src/modules/submodules/oracle_module.py#L81-L88) function returns a slot where the last finalized block was created, but in the case where the first slot of a finalized epoch is missed, the "finalized" slot will...

## Description Not a bug, but rather an issue. In the following example, it is known at compile time that the `else` branch is unreachable. If the loop is commented...

bug :bug: