aboutsummaryrefslogtreecommitdiffstats
path: root/chain/vm_env.go
Commit message (Collapse)AuthorAgeFilesLines
* Renamed `chain` => `core`obscuren2014-12-041-63/+0
|
* Moved execution from vm to chain.obscuren2014-12-041-0/+23
| | | | | | | | This moves call and create to the specified environments. Vms are no longer re-used. Vm uses environment's Call(Code) and Create in order to execute new contracts or transfer value between accounts. State transition now uses the same mechanism described above.
* Begin of moving objects to types packageobscuren2014-11-181-3/+4
| | | | | * Block(s) * Transaction(s)
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-1/+1
|
* ethstate => stateobscuren2014-10-311-14/+14
|
* Moved ethchain to chainobscuren2014-10-311-0/+39