aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/vm_env.go
Commit message (Expand)AuthorAgeFilesLines
* Removed some VMEnv & Added VmType() to vm.Environmentobscuren2015-02-011-98/+0
* Added license headersobscuren2015-01-061-0/+20
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-2/+10
* Closure => Contextobscuren2015-01-021-3/+3
* Refactored block & Transactionobscuren2014-12-231-6/+6
* Cleaned up objectsobscuren2014-12-191-3/+1
* Log is now interfaceobscuren2014-12-041-1/+1
* Renamed State => StateDBobscuren2014-12-041-3/+3
* Renamed `chain` => `core`obscuren2014-12-041-4/+4
* Updated environments according to the new interface setobscuren2014-12-041-1/+33
* Begin of moving objects to types packageobscuren2014-11-181-4/+3
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-1/+1
* ethstate => stateobscuren2014-10-311-14/+14
* Moved utils to cmdobscuren2014-10-311-0/+41