quorum/core/types
Jeffrey Wilcke 29e2fb38f8 core, miner: miner header validation, transaction & receipt writing
* Miners do now verify their own header, not their state.
* Changed old putTx and putReceipts to be exported
* Moved writing of transactions and receipts out of the block processer
  in to the chain manager. Closes #1386
* Miner post ChainHeadEvent & ChainEvent. Closes #1388
2015-07-03 13:56:50 +02:00
..
block.go Use uint64 for block header timestamp 2015-06-30 10:52:11 +02:00
block_test.go Use uint64 for block header timestamp 2015-06-30 10:52:11 +02:00
bloom9.go core/types: Changed bloom lookup to take anything bytes backed 2015-04-15 11:58:45 +02:00
bloom9_test.go moved state and vm to core 2015-03-23 16:59:09 +01:00
common.go core, miner: miner header validation, transaction & receipt writing 2015-07-03 13:56:50 +02:00
derive_sha.go added tx tests and fixed block tests 2015-03-25 17:05:29 +01:00
receipt.go core: fixed an issue with storing receipts 2015-05-28 01:00:23 +02:00
transaction.go core/types: cache computed transaction values 2015-06-29 18:51:48 +02:00
transaction_test.go core/types: make transactions immutable 2015-06-29 18:51:47 +02:00