Don Perignom
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. 
[`_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...