aboutsummaryrefslogtreecommitdiffstats
path: root/core/execution.go
Commit message (Expand)AuthorAgeFilesLines
* [release/1.3.4] core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-241-26/+34
* [release/1.3.4] parmas, crypto, core, core/vm: homestead consensus protocol c...Gustav Simonsson2016-02-241-7/+61
* core, core/vm, cmd/evm: remove redundant balance checkGustav Simonsson2015-10-061-8/+1
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-59/+55
* core, tests: reduced state copy by N callsJeffrey Wilcke2015-08-071-10/+17
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* Fix core error forwarding, unify OOG VM errGustav Simonsson2015-07-041-1/+1
* core/vm: added structured loggingobscuren2015-06-101-4/+0
* Handle call depth exception for CREATEGustav Simonsson2015-05-181-0/+6
* Set input to nil for createobscuren2015-04-111-1/+4
* Read most protocol params from common/params.jsonGustav Simonsson2015-04-021-1/+2
* Blocktest fixed, Execution fixedobscuren2015-04-011-2/+15
* Cleanup VMobscuren2015-03-291-12/+15
* Modified according to poc 9 changesobscuren2015-03-241-4/+6
* Updated for PV59obscuren2015-03-241-10/+8
* moved state and vm to coreobscuren2015-03-231-2/+2
* converted vmobscuren2015-03-171-14/+13
* Changed context and ADDMOD, MULMODobscuren2015-03-131-1/+5
* more obvious failure for ethtestobscuren2015-03-131-4/+1
* Spec changes.obscuren2015-03-061-3/+5
* Secure trieobscuren2015-03-011-1/+1
* Added (disabled) Jit validationobscuren2015-02-011-2/+1
* StdVm by defaultobscuren2015-01-201-1/+1
* VmDebug => StdVmobscuren2015-01-191-1/+1
* Updated testsobscuren2015-01-141-3/+12
* updated testsobscuren2015-01-121-9/+6
* Precompiled contract & Depth changeobscuren2015-01-061-1/+2
* Closure => Contextobscuren2015-01-021-3/+3
* Minor updates on gas and removed/refactored old code.obscuren2014-12-201-9/+6
* Removed OOG check. Revert should always happen.obscuren2014-12-191-3/+1
* Moved VM to executionobscuren2014-12-191-10/+10
* Cleaned up objectsobscuren2014-12-191-2/+4
* Moved pre-compiled, moved depth checkobscuren2014-12-181-13/+7
* moved err checkobscuren2014-12-171-16/+16
* Squashed commit of the following:obscuren2014-12-121-2/+2
* Core changesobscuren2014-12-101-8/+8
* Renamed `chain` => `core`obscuren2014-12-041-0/+80