quorum/core/types
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
..
block.go core: split out TD from database and all internals 2015-09-11 17:42:25 +03:00
block_test.go Add tests for uncle timestamps and refactor timestamp type 2015-08-25 04:46:11 +02:00
bloom9.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
bloom9_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
common.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
derive_sha.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
receipt.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
transaction.go core, core/types: readd transactions after chain re-org 2015-09-21 20:33:28 +02:00
transaction_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00