aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/environment.go
Commit message (Collapse)AuthorAgeFilesLines
* core/vm: cleanup and renamesobscuren2015-06-041-40/+0
|
* Changed how logs are being recordedobscuren2015-04-081-1/+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.
* Cleaned up changesobscuren2015-03-241-2/+1
|
* Modified according to poc 9 changesobscuren2015-03-241-1/+1
| | | | * Refund of value
* moved state and vm to coreobscuren2015-03-231-0/+92