aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/vm.go
Commit message (Expand)AuthorAgeFilesLines
* all: add some godoc synopsis commentsFelix Lange2015-07-071-0/+1
* all: update license informationFelix Lange2015-07-071-0/+16
* Fix core error forwarding, unify OOG VM errGustav Simonsson2015-07-041-2/+2
* Use uint64 for block header timestampGustav Simonsson2015-06-301-1/+1
* core/vm: clarified SSTOREobscuren2015-06-181-7/+5
* core/state, core/vm: reworked storage get / set to use common.Hashobscuren2015-06-171-4/+11
* core/state, core/vm: cleanup refundsobscuren2015-06-171-2/+2
* core/vm: Improved error reporting for trace loggingobscuren2015-06-121-35/+34
* core/vm: added a comment regarding the uint64 vs *big.Intobscuren2015-06-111-1/+3
* core, core/vm: moved logger and added gas cost to struct loggingobscuren2015-06-111-4/+4
* core/vm: unexported stack again. No longer requiredobscuren2015-06-101-3/+3
* core/vm: documentation and name changesobscuren2015-06-101-18/+30
* core/vm, core/state: added storage to structured vm loggingobscuren2015-06-101-3/+10
* core, core/vm: added structure loggingobscuren2015-06-101-133/+14
* core/vm: added structured loggingobscuren2015-06-101-4/+22
* core/vm: changed program counter to uint64obscuren2015-06-101-9/+9
* core/vm: check for 'no code' before doing any workFelix Lange2015-06-031-5/+5
* core/vm: improve JUMPDEST analysisFelix Lange2015-06-031-9/+8
* core/vm: Cleanups & SUB output fix. Closes #1096obscuren2015-05-261-15/+3
* core/vm: RETURN op code returns pointer to memory rather than copyobscuren2015-05-201-1/+1
* Changed how logs are being recordedobscuren2015-04-081-1/+2
* basic glogobscuren2015-04-041-7/+4
* Read most protocol params from common/params.jsonGustav Simonsson2015-04-021-21/+22
* Blocktest fixed, Execution fixedobscuren2015-04-011-1/+2
* Cleanup VM.obscuren2015-03-291-36/+20
* Cleanup VMobscuren2015-03-291-1/+7
* PUSH gas fixobscuren2015-03-271-17/+1
* Removed defer/panic. #503obscuren2015-03-271-27/+61
* Cleaned up changesobscuren2015-03-241-1/+1
* Decrement depthobscuren2015-03-241-1/+3
* moved state and vm to coreobscuren2015-03-231-0/+897