aboutsummaryrefslogtreecommitdiffstats
path: root/eth/bad_block.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update license informationFelix Lange2016-11-091-1/+1
|
* eth: enable bad block reportsFelix Lange2016-05-251-0/+74
We used to have reporting of bad blocks, but it was disabled before the Frontier release. We need it back because users are usually unable to provide the full RLP data of a bad block when it occurs. A shortcoming of this particular implementation is that the origin peer is not tracked for blocks received during eth/63 sync. No origin peer info is still better than no report at all though.