aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm
Commit message (Expand)AuthorAgeFilesLines
...
* core/vm: Fork fix. Removal of appending 0 bytes in memsetobscuren2015-05-261-6/+2
* Merge pull request #1101 from obscuren/issue-1096Jeffrey Wilcke2015-05-261-15/+3
|\
| * core/vm: Cleanups & SUB output fix. Closes #1096obscuren2015-05-261-15/+3
* | core/vm, rpc: added disasm to `ext_` RPCobscuren2015-05-221-0/+21
|/
* core/vm: RETURN op code returns pointer to memory rather than copyobscuren2015-05-202-1/+13
* Changed how logs are being recordedobscuren2015-04-082-2/+3
* Use logger.Error instead of 0 with glogGustav Simonsson2015-04-071-1/+2
* Forward and log EC recover err and remove dup pubkey len checkGustav Simonsson2015-04-071-2/+4
* basic glogobscuren2015-04-042-11/+6
* bool => intobscuren2015-04-031-63/+63
* fixed stack levelobscuren2015-04-031-3/+4
* Read most protocol params from common/params.jsonGustav Simonsson2015-04-027-81/+46
* sha3 stack checkobscuren2015-04-011-1/+1
* Check stack for BALANCE. Closes #622obscuren2015-04-011-1/+1
* Blocktest fixed, Execution fixedobscuren2015-04-011-1/+2
* Cleanup.obscuren2015-03-291-10/+13
* Merge branch 'fix_ecrecover' of https://github.com/ebuchman/go-ethereum into ...obscuren2015-03-291-7/+21
* Cleanup VM.obscuren2015-03-294-56/+45
* Cleanup VMobscuren2015-03-293-10/+22
* PUSH gas fixobscuren2015-03-272-21/+5
* Removed commentsobscuren2015-03-271-15/+0
* Removed defer/panic. #503obscuren2015-03-274-120/+180
* Explicitly check memory's data store. #515obscuren2015-03-271-1/+8
* Stack limitobscuren2015-03-271-0/+6
* Cleaned up changesobscuren2015-03-242-3/+2
* Modified according to poc 9 changesobscuren2015-03-241-1/+1
* Decrement depthobscuren2015-03-241-1/+3
* moved state and vm to coreobscuren2015-03-2317-0/+2384