aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/errors.go
Commit message (Expand)AuthorAgeFilesLines
* core/vm: support for multiple interpreters (#17093)Guillaume Ballet2018-07-251-0/+1
* core/vm: clear linter warnings (#17057)Guillaume Ballet2018-06-261-0/+1
* core, tests: implement Metropolis EIP 684Péter Szilágyi2017-08-251-5/+6
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-10/+5
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-4/+7
* vm, ethapi: add `limit` option to traceTransactionYoichi Hirai2016-09-301-0/+1
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-0/+1
* core, core/vm, core/state: remove unused functionsGustav Simonsson2015-09-111-17/+0
* 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
* core, miner: removed vm errors from consensus err checkingJeffrey Wilcke2015-07-061-1/+1
* Fix core error forwarding, unify OOG VM errGustav Simonsson2015-07-041-21/+3
* core/vm: Improved error reporting for trace loggingobscuren2015-06-121-9/+3
* Read most protocol params from common/params.jsonGustav Simonsson2015-04-021-1/+2
* moved state and vm to coreobscuren2015-03-231-0/+51