aboutsummaryrefslogtreecommitdiffstats
path: root/vm/environment.go
Commit message (Expand)AuthorAgeFilesLines
* Cleanup old codeobscuren2015-01-041-5/+0
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-2/+1
* Closure => Contextobscuren2015-01-021-3/+3
* Minor updates on gas and removed/refactored old code.obscuren2014-12-201-0/+5
* Log is now interfaceobscuren2014-12-041-1/+23
* Renamed State => StateDBobscuren2014-12-041-1/+1
* Moved execution from vm to chain.obscuren2014-12-041-4/+7
* reverted vm backobscuren2014-12-031-10/+7
* rework vmobscuren2014-12-011-7/+10
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-1/+1
* ethstate => stateobscuren2014-10-311-3/+3
* Moved logging to state, proper structured blockobscuren2014-10-301-1/+5
* Implemented LOG. Closes #159obscuren2014-10-271-0/+1
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
* added a transfer method to vm envobscuren2014-10-221-0/+20
* Moved ethvm => vmobscuren2014-10-181-0/+26