mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
When peers return invalid data during initial sync, log the specific validation failure reason. This helps identify: - Whether peer exceeded requested block count - Whether peer exceeded MAX_REQUEST_BLOCKS protocol limit - Whether blocks are outside the requested slot range - Whether blocks are out of order (not increasing or wrong step) Each log includes the specific condition that failed, making it easier to debug whether the issue is with peer implementations or request validation logic.
Prysmatic Labs Beacon Chain Implementation
This is the main project folder for the beacon chain implementation of Ethereum written in Go by Prysmatic Labs.
You can also read our main README and join our active chat room on Discord.
Also, read the official beacon chain specification, this design spec serves as a source of truth for the beacon chain implementation we follow at Prysmatic Labs.
