| Commit message (Expand) | Author | Age | Files | Lines |
* | core/types: turn off nonce checking for Call messages | Zsolt Felfoldi | 2016-11-14 | 1 | -1/+1 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 1 | -1/+2 |
* | tests: added new EIP158 tests | Jeffrey Wilcke | 2016-11-13 | 1 | -2/+7 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -16/+17 |
* | Merge pull request #3094 from fjl/tests-update | Felix Lange | 2016-10-06 | 1 | -1/+8 |
|\ |
|
| * | tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1 | Felix Lange | 2016-10-06 | 1 | -1/+8 |
* | | core/state: implement reverts by journaling all changes | Felix Lange | 2016-10-06 | 1 | -18/+4 |
|/ |
|
* | core/state: track all accounts in canon state | Felix Lange | 2016-09-26 | 1 | -3/+3 |
* | all: update license information | Felix Lange | 2016-04-15 | 1 | -1/+1 |
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -22/+14 |
* | core: Added EVM configuration options | Jeffrey Wilcke | 2016-03-24 | 1 | -1/+0 |
* | tests: updated homestead tests | Jeffrey Wilcke | 2016-02-18 | 1 | -3/+3 |
* | parmas, crypto, core, core/vm: homestead consensus protocol changes | Gustav Simonsson | 2016-02-18 | 1 | -7/+10 |
* | core, core/state: move gas tracking out of core/state | Felix Lange | 2015-10-17 | 1 | -5/+3 |
* | core/state, core, miner: handle missing root error from state.New | Gustav Simonsson | 2015-10-16 | 1 | -2/+2 |
* | cmd/evm, core/vm, test: refactored VM and core | Jeffrey Wilcke | 2015-10-04 | 1 | -2/+2 |
* | Merge pull request #1405 from fjl/lean-trie | Jeffrey Wilcke | 2015-10-01 | 1 | -4/+4 |
|\ |
|
| * | core, core/state: batch-based state sync | Felix Lange | 2015-09-23 | 1 | -4/+4 |
* | | tests: add test for StateTests/stCallCodes.json | Gustav Simonsson | 2015-09-21 | 1 | -1/+2 |
|/ |
|
* | tests: update common test wrappers and test files | Gustav Simonsson | 2015-09-18 | 1 | -3/+0 |
* | cmd/evm, core/vm, tests: changed DisableVm to EnableVm | Jeffrey Wilcke | 2015-08-12 | 1 | -3/+3 |
* | core/vm, tests: implemented semi-jit vm | Jeffrey Wilcke | 2015-08-07 | 1 | -0/+56 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | cmd,eth,rpc,tests: default coinbase | Jeffrey Wilcke | 2015-07-07 | 1 | -9/+11 |
* | core, miner, tests: renamed state methods | Jeffrey Wilcke | 2015-07-04 | 1 | -1/+1 |
* | tests: SetGasLimit | obscuren | 2015-06-21 | 1 | -1/+1 |
* | Add --skip option to CLI | Taylor Gerring | 2015-06-19 | 1 | -7/+7 |
* | recover test logic | Taylor Gerring | 2015-06-19 | 1 | -1/+1 |
* | Build error fixes | Taylor Gerring | 2015-06-19 | 1 | -5/+4 |
* | Add stdin option | Taylor Gerring | 2015-06-19 | 1 | -66/+100 |
* | Cleanup logging | Taylor Gerring | 2015-06-19 | 1 | -2/+3 |
* | DRY file loading | Taylor Gerring | 2015-06-19 | 1 | -7/+1 |
* | More consistent test interfaces + test skipping | Taylor Gerring | 2015-06-19 | 1 | -18/+18 |
* | Cleanup/reorg | Taylor Gerring | 2015-06-19 | 1 | -38/+1 |
* | Return error up stack instead of passing testing var down | Taylor Gerring | 2015-06-19 | 1 | -11/+12 |
* | DRY log check | Taylor Gerring | 2015-06-19 | 1 | -32/+40 |
* | Separate and identify tests runners | Taylor Gerring | 2015-06-19 | 1 | -0/+181 |