Michal Rzeszutko
Results
2
issues of
Michal Rzeszutko
Current implementation of block proposal and attestation validation penalizes peers based on slot numbers (current or next slot are allowed). ``` async validate(message: BlockAttestation): Promise { const slotNumberBigInt = message.payload.header.slotNumber.toBigInt();...
…ate. Relates to #9408 ## Changes - Updated BlockChainBridge. HasStateForBlock to check the configuration and not call the state at all. The result is calculated based on the node type:...