aboutsummaryrefslogtreecommitdiffstats
path: root/vm/analysis.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug where logging could crash client during tx addingobscuren2015-01-031-1/+0
|
* Changed JUMP(I) behaviour.obscuren2015-01-031-20/+6
| | | | | * All jumps must land on a JUMPDEST instruction byte. * The byte may not be part of a PUSH*
* Renames for chain, updated VM, moved methodsobscuren2014-12-041-5/+5
| | | | | | * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup
* Proper packagesobscuren2014-11-051-1/+1
|
* Accidental packagesobscuren2014-11-051-1/+1
|
* Added JUMP analysis (WIP)obscuren2014-11-051-0/+35