Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -3/+0 |
| | |||||
* | Fixed tests | obscuren | 2014-12-10 | 1 | -172/+1 |
| | |||||
* | Removed mutan. Closes #183 | obscuren | 2014-12-05 | 1 | -11/+4 |
| | |||||
* | Convert vm test to checker | Taylor Gerring | 2014-11-17 | 1 | -183/+175 |
| | | | | Tests are skipped due to reliance on deprecated mutan | ||||
* | try to get full coverage report on travis | Taylor Gerring | 2014-11-15 | 1 | -179/+179 |
| | |||||
* | Merge branch 'develop' of https://github.com/tgerring/go-ethereum | Taylor Gerring | 2014-11-15 | 1 | -7/+7 |
| | |||||
* | Added VM testing tool | obscuren | 2014-11-10 | 1 | -0/+18 |
| | |||||
* | chain, tests/helper, vm: make tests compile | Felix Lange | 2014-11-01 | 1 | -1/+1 |
| | | | | They were broken by df5603de0a34e80a1, when vm.Log became ethstate.Log. | ||||
* | all: fix rename breakage | Felix Lange | 2014-11-01 | 1 | -17/+17 |
| | |||||
* | vm: fix basic VM tests | Felix Lange | 2014-10-30 | 1 | -19/+35 |
| | | | | | | | | | The tests now compile and won't panic for unexpected return values. We need a recent-enough version of the mutan compiler because of the new JUMPDEST requirements. Skip some tests if the installed mutan version is too old. The debug VM test still fails, probably because of an implementation bug. | ||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -5/+5 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Moved ethvm => vm | obscuren | 2014-10-18 | 1 | -0/+155 |