aboutsummaryrefslogtreecommitdiffstats
path: root/utils/vm_env.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved utils to cmdobscuren2014-10-311-41/+0
|
* Moved ethchain to chainobscuren2014-10-311-3/+3
|
* Moved logging to state, proper structured blockobscuren2014-10-301-1/+1
| | | | | | * Moved logs to state so it's subject to snapshotting * Split up block header * Removed logs from transactions and made them receipts only
* Implemented LOG. Closes #159obscuren2014-10-271-0/+1
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-3/+3
| | | | mist, etheruem have been moved to cmd/
* Reflect VM Env changesobscuren2014-10-231-0/+4
|
* Updated vmobscuren2014-10-171-0/+1
|
* Added open js option for repetitive tasks in etherealobscuren2014-08-111-1/+3
|
* Refactored to reflect the new VM and Stateobscuren2014-07-241-0/+33