Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored VM to two separate VMs; std & debug | obscuren | 2014-10-14 | 1 | -8/+54 |
| | | | | | | Standard VM should be about 10x faster than the debug VM. Some error checking has been removed, all of the log statements and therefor quite some unnecessary if-statements. | ||||
* | ethtrie.NewTrie => ethtrie.New | obscuren | 2014-08-04 | 1 | -6/+4 |
| | |||||
* | Minor improvements and fixes to the new vm structure | obscuren | 2014-07-22 | 1 | -11/+8 |
| | |||||
* | Refactored state, state object and vm | obscuren | 2014-07-22 | 1 | -0/+48 |
* The State and StateObject have been moved to their own package * The VM is moved to it's own package |