aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/vm_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Changed to lower caseobscuren2014-05-051-8/+8
|
* Using mutan assembler stageobscuren2014-04-281-20/+2
|
* Fixed testsobscuren2014-04-261-3/+3
|
* Updated VMobscuren2014-04-201-12/+29
|
* Added proper gas handlingobscuren2014-04-181-7/+10
|
* Renamedobscuren2014-04-121-7/+22
|
* Added the possibility for debug hooks during closure callobscuren2014-04-111-1/+1
|
* Added push20obscuren2014-04-111-13/+11
|
* Added better address formatobscuren2014-04-111-1/+1
|
* Added better address formatobscuren2014-04-111-2/+3
|
* 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
| | | store ...
* 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
| | | | | 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.obscuren2014-03-211-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 commetsobscuren2014-03-211-2/+4
|
* Closures and vm based on closuresobscuren2014-03-211-0/+56
| | | | Status: Work in progress
* Separated the VM from the block manager and added statesobscuren2014-02-241-0/+106