| Commit message (Expand) | Author | Age | Files | Lines |
* | core/vm/runtime: remove unused state parameter to NewEnv (#14953) | Joel Burget | 2017-08-11 | 2 | -5/+4 |
* | core/vm/runtime: fix evm command to use --gasprice flag value | cdetrio | 2017-07-26 | 1 | -1/+1 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 2 | -3/+3 |
* | cmd/evm: add --prestate, --sender, --json flags for fuzzing (#14476) | Martin Holst Swende | 2017-06-07 | 2 | -7/+7 |
* | all: update license information | Felix Lange | 2017-04-14 | 1 | -0/+16 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 1 | -2/+2 |
* | core, core/state, core/vm: remove exported account getters (#3618) | Jeffrey Wilcke | 2017-02-23 | 1 | -7/+7 |
* | core/vm, crypto: support for go-fuzz (#3672) | Jeffrey Wilcke | 2017-02-21 | 1 | -0/+20 |
* | params: core, core/vm, miner: 64bit gas instructions | Jeffrey Wilcke | 2017-02-14 | 3 | -9/+11 |
* | Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" | Jeffrey Wilcke | 2017-02-13 | 3 | -11/+9 |
* | params: core, core/vm, miner: 64bit gas instructions (#3514) | Jeffrey Wilcke | 2017-02-02 | 3 | -9/+11 |
* | core/vm: improved EVM run loop & instruction calling (#3378) | Jeffrey Wilcke | 2017-01-05 | 3 | -11/+3 |
* | core, core/vm: implemented a generic environment (#3348) | Jeffrey Wilcke | 2016-12-06 | 2 | -86/+41 |
* | core/vm/runtime: fixed go vet | Jeffrey Wilcke | 2016-11-14 | 1 | -1/+9 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 1 | -1/+1 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 2 | -25/+25 |
* | core, core/vm: added gas price variance table | Jeffrey Wilcke | 2016-10-15 | 1 | -0/+4 |
* | core/state: implement reverts by journaling all changes | Felix Lange | 2016-10-06 | 1 | -4/+4 |
* | cmd, core, internal, light, tests: avoid hashing the code in the VM | Péter Szilágyi | 2016-10-01 | 1 | -1/+1 |
* | core/vm: Refactor tracing to make Tracer the main interface | Nick Johnson | 2016-08-22 | 1 | -14/+0 |
* | Revert "test, cmd/evm, core, core/vm: illegal code hash implementation" | Péter Szilágyi | 2016-06-29 | 2 | -27/+22 |
* | Revert "core: update DAO soft-fork number, clean up the code" | Péter Szilágyi | 2016-06-29 | 2 | -22/+25 |
* | core: update DAO soft-fork number, clean up the code | Péter Szilágyi | 2016-06-23 | 2 | -25/+22 |
* | test, cmd/evm, core, core/vm: illegal code hash implementation | Jeffrey Wilcke | 2016-06-22 | 2 | -22/+27 |
* | all: update license information | Felix Lange | 2016-04-15 | 2 | -2/+2 |
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 2 | -3/+17 |
* | core: Added EVM configuration options | Jeffrey Wilcke | 2016-03-24 | 3 | -47/+11 |
* | core, core/vm, tests: changed the initialisation behaviour of the EVM | Jeffrey Wilcke | 2016-03-23 | 1 | -1/+7 |
* | core: various typos | Leif Jurvetson | 2016-03-16 | 1 | -1/+1 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -1/+1 |
* | parmas, crypto, core, core/vm: homestead consensus protocol changes | Gustav Simonsson | 2016-02-18 | 1 | -0/+4 |
* | core/vm/runtime: simplified runtime calling mechanism | Jeffrey Wilcke | 2016-02-11 | 2 | -6/+93 |
* | core/vm/runtime: added simple execution runtime | Jeffrey Wilcke | 2015-11-18 | 5 | -0/+399 |