aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/vm.go
Commit message (Expand)AuthorAgeFilesLines
* Added the possibility for debug hooks during closure callobscuren2014-04-111-40/+5
* Added better address formatobscuren2014-04-111-1/+10
* Call fixedobscuren2014-04-111-10/+16
* Split code for contractsobscuren2014-04-101-2/+2
* Added new insruction methodsobscuren2014-04-091-1/+25
* Fixed some state issuesobscuren2014-03-311-0/+2
* Fixed bug in stack to expand beyond expectations. Fixed EQ and NOT opcodeobscuren2014-03-311-6/+14
* Reworked transaction constructorsobscuren2014-03-271-1/+2
* Test fixes and removed old code. Added VM gas feesobscuren2014-03-241-3/+45
* Removed old VM codeobscuren2014-03-221-369/+0
* Removed regular ints from the virtual machine and closuresobscuren2014-03-221-6/+15
* Closure return, arguments fixed. Added proper testsobscuren2014-03-211-5/+28
* Implemented closure argumentsobscuren2014-03-211-9/+175
* Added address to account and contractobscuren2014-03-211-4/+3
* Removed caller from tx and added "callership" to account.obscuren2014-03-211-0/+4
* Rewrote opcodes againobscuren2014-03-211-32/+9
* Fixed MSTORE and added some more commetsobscuren2014-03-211-12/+34
* Closures and vm based on closuresobscuren2014-03-211-5/+93
* Trie's are no longer referenced directly but through State insteadobscuren2014-03-031-2/+2
* Some log statements changed to the default loggerobscuren2014-02-241-5/+5
* Removed debug printobscuren2014-02-241-2/+1
* Separated the VM from the block manager and added statesobscuren2014-02-241-0/+437