aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/vm_test.go
Commit message (Expand)AuthorAgeFilesLines
* Call fixedobscuren2014-04-111-3/+1
* Call fixedobscuren2014-04-111-3/+20
* Split code for contractsobscuren2014-04-101-1/+2
* Updateobscuren2014-04-051-5/+10
* Fixed some state issuesobscuren2014-03-311-2/+0
* Added storage testobscuren2014-03-311-2/+10
* Fixed bug in stack to expand beyond expectations. Fixed EQ and NOT opcodeobscuren2014-03-311-12/+9
* Changed to new mutan APIobscuren2014-03-301-12/+15
* Update vm_test.goJeffrey Wilcke2014-03-281-1/+1
* Fixed testsobscuren2014-03-281-8/+8
* Test fixes and removed old code. Added VM gas feesobscuren2014-03-241-102/+45
* Changes 'compiler' to work with any typeobscuren2014-03-211-16/+14
* Closure return, arguments fixed. Added proper testsobscuren2014-03-211-2/+1
* Implemented closure argumentsobscuren2014-03-211-7/+22
* Added address to account and contractobscuren2014-03-211-6/+5
* Removed caller from tx and added "callership" to account.obscuren2014-03-211-7/+6
* Fixed MSTORE and added some more commetsobscuren2014-03-211-2/+4
* Closures and vm based on closuresobscuren2014-03-211-0/+56
* Separated the VM from the block manager and added statesobscuren2014-02-241-0/+106