| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/evm: added --create flag indicating the exec code is to be created | Jeffrey Wilcke | 2016-06-14 | 1 | -11/+34 |
* | cmd: fix CLI package deprecation warnings | Péter Szilágyi | 2016-06-10 | 1 | -1/+2 |
* | cmd/geth: codegansta/cli package renamed to urfave/cli | Bas van Kervel | 2016-06-09 | 1 | -1/+1 |
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -8/+11 |
* | core: Added EVM configuration options | Jeffrey Wilcke | 2016-03-24 | 1 | -6/+9 |
* | core, core/vm, tests: changed the initialisation behaviour of the EVM | Jeffrey Wilcke | 2016-03-23 | 1 | -1/+8 |
* | parmas, crypto, core, core/vm: homestead consensus protocol changes | Gustav Simonsson | 2016-02-18 | 1 | -0/+5 |
* | core/state, core, miner: handle missing root error from state.New | Gustav Simonsson | 2015-10-16 | 1 | -1/+1 |
* | core, core/vm, cmd/evm: remove redundant balance check | Gustav Simonsson | 2015-10-06 | 1 | -2/+2 |
* | cmd/evm, core/vm, test: refactored VM and core | Jeffrey Wilcke | 2015-10-04 | 1 | -33/+31 |
* | Add tests for uncle timestamps and refactor timestamp type | Gustav Simonsson | 2015-08-25 | 1 | -3/+3 |
* | cmd/evm, core/vm, tests: changed DisableVm to EnableVm | Jeffrey Wilcke | 2015-08-12 | 1 | -1/+1 |
* | core, tests: reduced state copy by N calls | Jeffrey Wilcke | 2015-08-07 | 1 | -0/+3 |
* | core/vm, tests: implemented semi-jit vm | Jeffrey Wilcke | 2015-08-07 | 1 | -6/+20 |
* | cmd/core,xeth: removed unneeded states & added batch writes | Jeffrey Wilcke | 2015-07-23 | 1 | -31/+81 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -2/+2 |
* | all: add some godoc synopsis comments | Felix Lange | 2015-07-07 | 1 | -0/+1 |
* | all: remove @author comments | Felix Lange | 2015-07-07 | 1 | -5/+0 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -16/+16 |
* | Use uint64 for block header timestamp | Gustav Simonsson | 2015-06-30 | 1 | -3/+3 |
* | cmd/evm: print trace when running programs | obscuren | 2015-06-11 | 1 | -0/+3 |
* | cmd/evm: implements vm.Environment | obscuren | 2015-06-10 | 1 | -0/+7 |
* | Fixed tests to reflect log changes | obscuren | 2015-04-09 | 1 | -1/+1 |
* | fixed tests | obscuren | 2015-04-01 | 1 | -2/+2 |
* | fixed tests | obscuren | 2015-03-24 | 1 | -4/+4 |
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -2/+2 |
* | converted to proper types | obscuren | 2015-03-22 | 1 | -29/+29 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -6/+6 |
* | cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls | Felix Lange | 2015-03-10 | 1 | -2/+0 |
* | Secure trie | obscuren | 2015-03-01 | 1 | -1/+0 |
* | fixed test | obscuren | 2015-02-05 | 1 | -0/+1 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -2/+1 |
* | cmd/evm: add dummy implementation for GetHash | Felix Lange | 2015-01-06 | 1 | -0/+6 |
* | Added license headers | obscuren | 2015-01-06 | 1 | -2/+0 |
* | Closure => Context | obscuren | 2015-01-02 | 1 | -3/+3 |
* | fixed trie | obscuren | 2014-12-30 | 1 | -2/+2 |
* | Fixed EVM environment. Closes #215v0.7.10 | obscuren | 2014-12-21 | 1 | -3/+1 |
* | Fixed tests | obscuren | 2014-12-10 | 1 | -1/+1 |
* | Log is now interface | obscuren | 2014-12-04 | 1 | -1/+1 |
* | sort tests for evm | obscuren | 2014-12-04 | 3 | -6/+9 |
* | Updated testing tools | obscuren | 2014-12-04 | 1 | -22/+68 |
* | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 1 | -2/+3 |
* | Moved messages eventing to chain manager | obscuren | 2014-11-10 | 1 | -1/+1 |
* | Added dumps | obscuren | 2014-11-10 | 1 | -2/+9 |
* | Added VM testing tool | obscuren | 2014-11-10 | 1 | -0/+109 |