aboutsummaryrefslogtreecommitdiffstats
path: root/vm.go
Commit message (Expand)AuthorAgeFilesLines
* Moved the vm code the block manager and added more opcodesobscuren2014-01-171-284/+0
* gofmt no coding standardsobscuren2014-01-111-217/+234
* Moving the ethgo to individual packagesobscuren2014-01-111-11/+11
* Minor updateobscuren2014-01-091-23/+49
* Removed loggingobscuren2014-01-061-2/+2
* Updated stack based vmobscuren2014-01-041-173/+147
* Pop, push, load for vmobscuren2014-01-031-10/+28
* WIP rewrite vmobscuren2014-01-031-2/+66
* Test code updatedobscuren2013-12-281-9/+9
* Reset stack pointer on runobscuren2013-12-281-10/+13
* Initial commitobscuren2013-12-261-0/+182