aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/stack.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed couple issuesobscuren2014-05-211-1/+1
| | | | | * (imp) Lock / RLock tries * (fix) stack
* Upped version numberobscuren2014-04-271-0/+12
|
* Moved assembler stage processing to it's own fileobscuren2014-04-161-147/+4
|
* Renamedobscuren2014-04-121-0/+8
|
* Added push20obscuren2014-04-111-1/+1
|
* Added better address formatobscuren2014-04-111-0/+1
|
* Fixed bug in stack to expand beyond expectations. Fixed EQ and NOT opcodeobscuren2014-03-311-5/+9
|
* Test fixes and removed old code. Added VM gas feesobscuren2014-03-241-4/+4
|
* Removed regular ints from the virtual machine and closuresobscuren2014-03-221-0/+4
|
* Closure return, arguments fixed. Added proper testsobscuren2014-03-211-26/+26
|
* Implemented closure argumentsobscuren2014-03-211-5/+23
|
* Rewrote opcodes againobscuren2014-03-211-159/+144
|
* Fixed MSTORE and added some more commetsobscuren2014-03-211-0/+1
|
* Fixed issue with stack where it sliced of the wrong valuesobscuren2014-03-211-5/+63
|
* Added opcodesobscuren2014-02-241-52/+51
|
* Added peek(n)obscuren2014-02-211-0/+16
|
* Debug logging functionsobscuren2014-02-191-1/+2
|
* Running contracts fixedobscuren2014-02-191-1/+8
|
* The great mergeobscuren2014-02-151-0/+167