plugeth/cmd/geth
Jeffrey Wilcke eaa4473dbd core, core/types: readd transactions after chain re-org
Added a `Difference` method to `types.Transactions` which sets the
receiver to the difference of a to b (NOTE: not a **and** b).

Transaction pool subscribes to RemovedTransactionEvent adding back to
those potential missing from the chain.

When a chain re-org occurs remove any transactions that were removed
from the canonical chain during the re-org as well as the receipts that
were generated in the process.

Closes #1746
2015-09-21 20:33:28 +02:00
..
blocktestcmd.go tests: use lastblockhash field to validate reorgs and block headers 2015-09-18 17:48:31 +02:00
chaincmd.go all: move common.Database to package ethdb 2015-09-14 23:36:30 +02:00
info_test.json fix solc tests unskip 2015-05-20 02:47:13 +01:00
js_test.go core, core/types: readd transactions after chain re-org 2015-09-21 20:33:28 +02:00
js.go cmd/geth Autocompletion bugfix which let the console crash 2015-09-06 16:25:55 +02:00
main.go cmd/geth: extradata is correcly initialized with console 2015-09-16 21:01:21 +03:00
monitorcmd.go eth: update metrics collection to handle eth/62 algos 2015-08-25 17:48:47 +03:00