aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/vm.go
Commit message (Expand)AuthorAgeFilesLines
* core/vm: check for 'no code' before doing any workFelix Lange2015-06-031-5/+5
* core/vm: improve JUMPDEST analysisFelix Lange2015-06-031-9/+8
* core/vm: Cleanups & SUB output fix. Closes #1096obscuren2015-05-261-15/+3
* core/vm: RETURN op code returns pointer to memory rather than copyobscuren2015-05-201-1/+1
* Changed how logs are being recordedobscuren2015-04-081-1/+2
* basic glogobscuren2015-04-041-7/+4
* Read most protocol params from common/params.jsonGustav Simonsson2015-04-021-21/+22
* Blocktest fixed, Execution fixedobscuren2015-04-011-1/+2
* Cleanup VM.obscuren2015-03-291-36/+20
* Cleanup VMobscuren2015-03-291-1/+7
* PUSH gas fixobscuren2015-03-271-17/+1
* Removed defer/panic. #503obscuren2015-03-271-27/+61
* Cleaned up changesobscuren2015-03-241-1/+1
* Decrement depthobscuren2015-03-241-1/+3
* moved state and vm to coreobscuren2015-03-231-0/+897