Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug where logging could crash client during tx adding | obscuren | 2015-01-03 | 1 | -1/+0 |
| | |||||
* | Changed JUMP(I) behaviour. | obscuren | 2015-01-03 | 1 | -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 methods | obscuren | 2014-12-04 | 1 | -5/+5 |
| | | | | | | * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup | ||||
* | Proper packages | obscuren | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | Accidental packages | obscuren | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | Added JUMP analysis (WIP) | obscuren | 2014-11-05 | 1 | -0/+35 |