quorum/cmd/geth
Felix Lange ca18202eb9 eth: enable bad block reports
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.
2016-05-25 02:02:51 +02:00
..
testdata cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
accountcmd.go accounts: improve API and add documentation 2016-04-12 15:59:18 +02:00
accountcmd_test.go cmd/geth: add recovery procedure for AmbiguousAddrError 2016-04-12 15:59:18 +02:00
chaincmd.go cmd/geth, cmd/utils: improve input handling 2016-04-12 15:56:49 +02:00
info_test.json fix solc tests unskip 2015-05-20 02:47:13 +01:00
js.go eth: add new RPC method (personal.) SignAndSendTransaction 2016-05-20 15:54:18 +02:00
js_test.go all: fix go vet warnings 2016-04-15 11:17:27 +02:00
library.c Makefile, cmd/geth: assemble ios xcode frameworks 2015-12-08 18:05:43 +02:00
library.go Makefile, cmd/geth: assemble ios xcode frameworks 2015-12-08 18:05:43 +02:00
library_android.go Makefile, cmd/geth: support building Android archives 2015-12-14 14:28:14 +02:00
main.go eth: enable bad block reports 2016-05-25 02:02:51 +02:00
monitorcmd.go Merge pull request #2206 from fjl/update-deps 2016-02-17 13:46:30 +01:00
run_test.go cmd/geth: use text/templates in the tester, not html 2016-05-11 11:58:48 +03:00
usage.go cmd: add a `--fakepow` flag to help benchmarking database changes 2016-04-21 12:14:57 +03:00