aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/runtime
Commit message (Expand)AuthorAgeFilesLines
* all: get rid of error when creating memory database (#16716)gary rong2018-05-092-6/+3
* common: delete StringToAddress, StringToHash (#16436)Felix Lange2018-04-101-2/+2
* core/vm: remove JIT VM codes (#16362)hydai2018-03-261-3/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-3/+1
* core/vm/runtime: remove unused state parameter to NewEnv (#14953)Joel Burget2017-08-112-5/+4
* core/vm/runtime: fix evm command to use --gasprice flag valuecdetrio2017-07-261-1/+1
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-272-3/+3
* cmd/evm: add --prestate, --sender, --json flags for fuzzing (#14476)Martin Holst Swende2017-06-072-7/+7
* all: update license informationFelix Lange2017-04-141-0/+16
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-2/+2
* core, core/state, core/vm: remove exported account getters (#3618)Jeffrey Wilcke2017-02-231-7/+7
* core/vm, crypto: support for go-fuzz (#3672)Jeffrey Wilcke2017-02-211-0/+20
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-143-9/+11
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-133-11/+9
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-023-9/+11
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-053-11/+3
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-062-86/+41
* core/vm/runtime: fixed go vetJeffrey Wilcke2016-11-141-1/+9
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-1/+1
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-132-25/+25
* core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-0/+4
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-4/+4
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-1/+1
* core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-221-14/+0
* Revert "test, cmd/evm, core, core/vm: illegal code hash implementation"Péter Szilágyi2016-06-292-27/+22
* Revert "core: update DAO soft-fork number, clean up the code"Péter Szilágyi2016-06-292-22/+25
* core: update DAO soft-fork number, clean up the codePéter Szilágyi2016-06-232-25/+22
* test, cmd/evm, core, core/vm: illegal code hash implementationJeffrey Wilcke2016-06-222-22/+27
* all: update license informationFelix Lange2016-04-152-2/+2
* core: added basic chain configurationJeffrey Wilcke2016-04-012-3/+17
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-243-47/+11
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-1/+7
* core: various typosLeif Jurvetson2016-03-161-1/+1
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-0/+4
* core/vm/runtime: simplified runtime calling mechanismJeffrey Wilcke2016-02-112-6/+93
* core/vm/runtime: added simple execution runtimeJeffrey Wilcke2015-11-185-0/+399