Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Call fixed | obscuren | 2014-04-11 | 1 | -0/+4 |
| | |||||
* | Split code for contracts | obscuren | 2014-04-10 | 1 | -8/+14 |
| | |||||
* | Added new insruction methods | obscuren | 2014-04-09 | 1 | -0/+5 |
| | |||||
* | Removed regular ints from the virtual machine and closures | obscuren | 2014-03-22 | 1 | -2/+7 |
| | |||||
* | Closure return, arguments fixed. Added proper tests | obscuren | 2014-03-21 | 1 | -8/+16 |
| | |||||
* | Added address to account and contract | obscuren | 2014-03-21 | 1 | -0/+1 |
| | | | | | 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 | -2/+2 |
| | | | | | | Transactions can no longer serve as callers. Accounts are now the initial callee of closures. Transactions now serve as transport to call closures. | ||||
* | Fixed MSTORE and added some more commets | obscuren | 2014-03-21 | 1 | -4/+12 |
| | |||||
* | Closures and vm based on closures | obscuren | 2014-03-21 | 1 | -0/+68 |
Status: Work in progress |