quorum/core/types
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
..
block.go eth: enable bad block reports 2016-05-25 02:02:51 +02:00
block_test.go Add tests for uncle timestamps and refactor timestamp type 2015-08-25 04:46:11 +02:00
bloom9.go all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00:00
bloom9_test.go core: Simplify bloom9 tests with available convenience method `TestBytes` 2016-05-22 16:42:46 -07:00
derive_sha.go core, trie: new trie 2015-09-22 22:53:49 +02:00
receipt.go core/state, core/types use package rlp for state, receipt serialisation 2015-12-18 12:09:10 +01:00
transaction.go core: various typos 2016-03-15 11:08:18 -07:00
transaction_test.go core, core/types, miner: fix transaction nonce-price combo sort 2016-01-22 12:33:34 +02:00