Commit Graph

6 Commits

Author SHA1 Message Date
obscuren 16f417f5af Fixed bug where logging could crash client during tx adding 2015-01-02 22:19:58 +01:00
obscuren 55e55826ee Changed JUMP(I) behaviour.
* All jumps must land on a JUMPDEST instruction byte.
* The byte may not be part of a PUSH*
2015-01-02 17:35:55 +01:00
obscuren 83663ed4b0 Renames for chain, updated VM, moved methods
* Renamed a couple more chain => core
* Updated VM `pc` to be uint64 rather than big int
* XEth interface cleanup
2014-12-04 10:53:49 +01:00
obscuren 48488017e4 Proper packages 2014-11-05 00:34:59 +01:00
obscuren b4da085a9f Accidental packages 2014-11-05 00:34:04 +01:00
obscuren 8cfbf1836d Added JUMP analysis (WIP) 2014-11-04 18:17:38 +01:00