aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/vm_env.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved ethchain to chainobscuren2014-10-311-39/+0
|
* Moved logging to state, proper structured blockobscuren2014-10-301-2/+2
| | | | | | * 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/+3
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
| | | | mist, etheruem have been moved to cmd/
* Updated the VM & VM testsobscuren2014-10-231-0/+4
| | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env
* Fixed most of the testsobscuren2014-10-171-0/+1
|
* Updated chain for filteringobscuren2014-08-111-1/+3
|
* Add Txobscuren2014-07-241-0/+1
|
* Refactored to new state and vmobscuren2014-07-241-0/+28