Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | Reduced the amount of state copied that are required by N calls by doing a balance check prior to any state modifications. | ||||
* | core/vm, tests: implemented semi-jit vm | Jeffrey Wilcke | 2015-08-07 | 1 | -6/+20 |
| | | | | * changed stack and removed stack ptr. Let go decide on slice reuse. | ||||
* | 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 code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | 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 |
| | | | | | Fixes the build. AFAIK evm does not bother keeping a chain and cannot provide a real implementation. | ||||
* | 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 |