quorum/core/types
obscuren 1c872ddf4b Changed how logs are being recorded
Logs are now recorded per transactions instead of tossing them out after
each transaction. This should also fix an issue with
`eth_getFilterLogs` (#629) Also now implemented are the `transactionHash,
blockHash, transactionIndex, logIndex` on logs. Closes #654.
2015-04-08 17:15:45 +02:00
..
block.go Block header changed & console miner control 2015-04-05 18:59:18 +02:00
block_test.go Changed R S to big int and fixed tests 2015-04-04 21:41:24 +02:00
bloom9.go Changed how logs are being recorded 2015-04-08 17:15:45 +02:00
bloom9_test.go moved state and vm to core 2015-03-23 16:59:09 +01:00
common.go moved state and vm to core 2015-03-23 16:59:09 +01:00
derive_sha.go added tx tests and fixed block tests 2015-03-25 17:05:29 +01:00
receipt.go Changed how logs are being recorded 2015-04-08 17:15:45 +02:00
transaction.go Use logger.Error instead of 0 with glog 2015-04-07 12:48:19 +02:00
transaction_test.go Changed R S to big int and fixed tests 2015-04-04 21:41:24 +02:00