Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed | obscuren | 2014-04-12 | 1 | -7/+22 |
| | |||||
* | Added the possibility for debug hooks during closure call | obscuren | 2014-04-11 | 1 | -1/+1 |
| | |||||
* | Added push20 | obscuren | 2014-04-11 | 1 | -13/+11 |
| | |||||
* | Added better address format | obscuren | 2014-04-11 | 1 | -1/+1 |
| | |||||
* | Added better address format | obscuren | 2014-04-11 | 1 | -2/+3 |
| | |||||
* | Call fixed | obscuren | 2014-04-11 | 1 | -3/+1 |
| | |||||
* | Call fixed | obscuren | 2014-04-11 | 1 | -3/+20 |
| | |||||
* | Split code for contracts | obscuren | 2014-04-10 | 1 | -1/+2 |
| | |||||
* | Update | obscuren | 2014-04-05 | 1 | -5/+10 |
| | |||||
* | Fixed some state issues | obscuren | 2014-03-31 | 1 | -2/+0 |
| | |||||
* | Added storage test | obscuren | 2014-03-31 | 1 | -2/+10 |
| | |||||
* | Fixed bug in stack to expand beyond expectations. Fixed EQ and NOT opcode | obscuren | 2014-03-31 | 1 | -12/+9 |
| | |||||
* | Changed to new mutan API | obscuren | 2014-03-30 | 1 | -12/+15 |
| | |||||
* | Update vm_test.go | Jeffrey Wilcke | 2014-03-28 | 1 | -1/+1 |
| | | | store ... | ||||
* | Fixed tests | obscuren | 2014-03-28 | 1 | -8/+8 |
| | |||||
* | Test fixes and removed old code. Added VM gas fees | obscuren | 2014-03-24 | 1 | -102/+45 |
| | |||||
* | Changes 'compiler' to work with any type | obscuren | 2014-03-21 | 1 | -16/+14 |
| | |||||
* | Closure return, arguments fixed. Added proper tests | obscuren | 2014-03-21 | 1 | -2/+1 |
| | |||||
* | Implemented closure arguments | obscuren | 2014-03-21 | 1 | -7/+22 |
| | |||||
* | Added address to account and contract | obscuren | 2014-03-21 | 1 | -6/+5 |
| | | | | | 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 | -7/+6 |
| | | | | | | 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 | -2/+4 |
| | |||||
* | Closures and vm based on closures | obscuren | 2014-03-21 | 1 | -0/+56 |
| | | | | Status: Work in progress | ||||
* | Separated the VM from the block manager and added states | obscuren | 2014-02-24 | 1 | -0/+106 |