Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Auto update state changes notifications | obscuren | 2014-05-09 | 1 | -3/+3 |
| | |||||
* | Removed value from closure. | obscuren | 2014-05-08 | 1 | -3/+1 |
| | |||||
* | Added manifest changes and changed closures | obscuren | 2014-04-30 | 1 | -12/+5 |
| | |||||
* | Upped version number | obscuren | 2014-04-27 | 1 | -8/+15 |
| | |||||
* | Fixed gas, price & value setters on initialization | obscuren | 2014-04-23 | 1 | -1/+9 |
| | |||||
* | Updated VM | obscuren | 2014-04-20 | 1 | -6/+4 |
| | |||||
* | Added proper gas handling | obscuren | 2014-04-18 | 1 | -2/+3 |
| | |||||
* | Moved assembler stage processing to it's own file | obscuren | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | Added pre processing of script data | obscuren | 2014-04-12 | 1 | -1/+1 |
| | |||||
* | Renamed | obscuren | 2014-04-12 | 1 | -2/+2 |
| | |||||
* | Added the possibility for debug hooks during closure call | obscuren | 2014-04-11 | 1 | -2/+4 |
| | |||||
* | 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 |