Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closure return, arguments fixed. Added proper tests | obscuren | 2014-03-21 | 1 | -5/+28 |
* | Implemented closure arguments | obscuren | 2014-03-21 | 1 | -9/+175 |
* | Added address to account and contract | obscuren | 2014-03-21 | 1 | -4/+3 |
* | Removed caller from tx and added "callership" to account. | obscuren | 2014-03-21 | 1 | -0/+4 |
* | Rewrote opcodes again | obscuren | 2014-03-21 | 1 | -32/+9 |
* | Fixed MSTORE and added some more commets | obscuren | 2014-03-21 | 1 | -12/+34 |
* | Closures and vm based on closures | obscuren | 2014-03-21 | 1 | -5/+93 |
* | Trie's are no longer referenced directly but through State instead | obscuren | 2014-03-03 | 1 | -2/+2 |
* | Some log statements changed to the default logger | obscuren | 2014-02-24 | 1 | -5/+5 |
* | Removed debug print | obscuren | 2014-02-24 | 1 | -2/+1 |
* | Separated the VM from the block manager and added states | obscuren | 2014-02-24 | 1 | -0/+437 |