aboutsummaryrefslogtreecommitdiffstats
path: root/ethpipe/vm_env.go
Commit message (Collapse)AuthorAgeFilesLines
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-40/+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/
* 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-0/+1
|
* Added general Pipe APIobscuren2014-08-041-0/+33