aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/receipt.go
Commit message (Collapse)AuthorAgeFilesLines
* core: fixed an issue with storing receiptsobscuren2015-05-281-0/+29
|
* Changed how logs are being recordedobscuren2015-04-081-18/+1
| | | | | | | 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.
* moved state and vm to coreobscuren2015-03-231-1/+1
|
* converted chain managerobscuren2015-03-171-1/+1
|
* updated blockpoolobscuren2015-03-171-18/+18
|
* Moved ethutil => commonobscuren2015-03-161-7/+7
|
* Fixed mining & limited hash powerobscuren2015-02-141-1/+1
|
* Fixed issue in VM where LOG didn't pop anything of the stackobscuren2014-12-051-0/+13
|
* Renamed `chain` => `core`obscuren2014-12-041-0/+68