Commit message (Collapse) | 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 |
| | | | | | Contract and account now both have an address field or method for the sake of simplicity. | ||||
* | Removed caller from tx and added "callership" to account. | obscuren | 2014-03-21 | 1 | -0/+4 |
| | | | | | | Transactions can no longer serve as callers. Accounts are now the initial callee of closures. Transactions now serve as transport to call closures. | ||||
* | 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 |
| | | | | Status: Work in progress | ||||
* | 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 |