Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce log severity for late and unrevealed blocks (sigp#3775)
NA In sigp#3725 I introduced a `CRIT` log for unrevealed payloads, against @michaelsproul's [advice](sigp#3725 (comment)). After being woken up in the middle of the night by a block that was not revealed to the BN but *was* revealed to the network, I have capitulated. This PR implements @michaelsproul's suggestion and reduces the severity to `ERRO`. Additionally, I have dropped a `CRIT` to an `ERRO` for when a block is published late. The block in question was indeed published late on the network, however now that we have builders that can slow down block production I don't think the error is "actionable" enough to warrant a `CRIT` for the user. NA
- Loading branch information