aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/evm
Commit message (Expand)AuthorAgeFilesLines
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-18/+18
* all: remove weird filesFelix Lange2016-10-302-2/+0
* cmd/evm: Allow stdin and files as sources of bytecode (#3172)Nick Johnson2016-10-291-4/+32
* core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-0/+4
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-16/+16
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-1/+4
* cmd/evm, cmd/geth, cmd/utils: move version handling to cmd/utilsFelix Lange2016-09-051-2/+4
* core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-221-8/+4
* Revert "test, cmd/evm, core, core/vm: illegal code hash implementation"Péter Szilágyi2016-06-291-1/+0
* test, cmd/evm, core, core/vm: illegal code hash implementationJeffrey Wilcke2016-06-221-0/+1
* cmd/evm: added --create flag indicating the exec code is to be createdJeffrey Wilcke2016-06-141-11/+34
* cmd: fix CLI package deprecation warningsPéter Szilágyi2016-06-101-1/+2
* cmd/geth: codegansta/cli package renamed to urfave/cliBas van Kervel2016-06-091-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-8/+11
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-6/+9
* core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-1/+8
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-0/+5
* core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-161-1/+1
* core, core/vm, cmd/evm: remove redundant balance checkGustav Simonsson2015-10-061-2/+2
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-33/+31
* Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-251-3/+3
* cmd/evm, core/vm, tests: changed DisableVm to EnableVmJeffrey Wilcke2015-08-121-1/+1
* core, tests: reduced state copy by N callsJeffrey Wilcke2015-08-071-0/+3
* core/vm, tests: implemented semi-jit vmJeffrey Wilcke2015-08-071-6/+20
* cmd/core,xeth: removed unneeded states & added batch writesJeffrey Wilcke2015-07-231-31/+81
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-2/+2
* all: add some godoc synopsis commentsFelix Lange2015-07-071-0/+1
* all: remove @author commentsFelix Lange2015-07-071-5/+0
* all: update license informationFelix Lange2015-07-071-16/+16
* Use uint64 for block header timestampGustav Simonsson2015-06-301-3/+3
* cmd/evm: print trace when running programsobscuren2015-06-111-0/+3
* cmd/evm: implements vm.Environmentobscuren2015-06-101-0/+7
* Fixed tests to reflect log changesobscuren2015-04-091-1/+1
* fixed testsobscuren2015-04-011-2/+2
* fixed testsobscuren2015-03-241-4/+4
* moved state and vm to coreobscuren2015-03-231-2/+2
* converted to proper typesobscuren2015-03-221-29/+29
* Moved ethutil => commonobscuren2015-03-161-6/+6
* cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig callsFelix Lange2015-03-101-2/+0
* Secure trieobscuren2015-03-011-1/+0
* fixed testobscuren2015-02-051-0/+1
* Refactored ethutil.Config.Db outobscuren2015-01-071-2/+1
* cmd/evm: add dummy implementation for GetHashFelix Lange2015-01-061-0/+6
* Added license headersobscuren2015-01-061-2/+0
* Closure => Contextobscuren2015-01-021-3/+3
* fixed trieobscuren2014-12-301-2/+2
* Fixed EVM environment. Closes #215v0.7.10obscuren2014-12-211-3/+1
* Fixed testsobscuren2014-12-101-1/+1
* Log is now interfaceobscuren2014-12-041-1/+1
* sort tests for evmobscuren2014-12-043-6/+9
* Updated testing toolsobscuren2014-12-041-22/+68
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-2/+3
* Moved messages eventing to chain managerobscuren2014-11-101-1/+1
* Added dumpsobscuren2014-11-101-2/+9
* Added VM testing toolobscuren2014-11-101-0/+109