aboutsummaryrefslogtreecommitdiffstats
path: root/eth/bad_block.go
Commit message (Collapse)AuthorAgeFilesLines
* Logger updates 3 (#3730)Péter Szilágyi2017-03-021-2/+2
| | | | | | | | * accounts, cmd, eth, ethdb: port logs over to new system * ethdb: drop concept of cache distribution between dbs * eth: fix some log nitpicks to make them nicer
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-4/+3
|
* 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.