aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/runtime/env.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-3/+3
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-3/+3
* 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-111-2/+1
* core/vm/runtime: fix evm command to use --gasprice flag valuecdetrio2017-07-261-1/+1
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-1/+1
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-1/+1
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-1/+1
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-2/+2
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-84/+14
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-21/+22
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-4/+4
* 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-291-15/+11
* Revert "core: update DAO soft-fork number, clean up the code"Péter Szilágyi2016-06-291-11/+13
* core: update DAO soft-fork number, clean up the codePéter Szilágyi2016-06-231-13/+11
* test, cmd/evm, core, core/vm: illegal code hash implementationJeffrey Wilcke2016-06-221-11/+15
* all: update license informationFelix Lange2016-04-151-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-3/+6
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-3/+11
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-1/+7
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-0/+4
* core/vm/runtime: added simple execution runtimeJeffrey Wilcke2015-11-181-0/+106