| Commit message (Expand) | Author | Age | Files | Lines |
* | trie, core/state: improve memory usage and performance (#3135) | Felix Lange | 2016-10-15 | 1 | -2/+2 |
* | core/state: optimize GetState | Felix Lange | 2016-10-06 | 1 | -5/+7 |
* | core/state: rename Delete/IsDeleted to Suicide/HasSuicided | Felix Lange | 2016-10-06 | 1 | -6/+6 |
* | core/state: implement reverts by journaling all changes | Felix Lange | 2016-10-06 | 1 | -9/+45 |
* | core/state: track dirty state entries for each object | Péter Szilágyi | 2016-10-03 | 1 | -11/+17 |
* | cmd, core, internal, light, tests: avoid hashing the code in the VM | Péter Szilágyi | 2016-10-01 | 1 | -2/+2 |
* | core, trie: replace state caches with trie journal | Felix Lange | 2016-09-28 | 1 | -13/+0 |
* | core/state: track all accounts in canon state | Felix Lange | 2016-09-26 | 1 | -131/+171 |
* | core/state: short-circuit balance change if zero value | Gustav Simonsson | 2016-09-26 | 1 | -0/+6 |
* | core/state, light: remove unused StateObject.initCode | Gustav Simonsson | 2016-09-19 | 1 | -3/+0 |
* | core/state: Fix memory expansion bug by not copying clean objects | Nick Johnson | 2016-09-19 | 1 | -1/+1 |
* | core/state: fix TestDump | Felix Lange | 2016-04-15 | 1 | -1/+1 |
* | core: Added EVM configuration options | Jeffrey Wilcke | 2016-03-24 | 1 | -18/+15 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -2/+2 |
* | core, core/vm, crypto: fixes for homestead | Jeffrey Wilcke | 2016-02-18 | 1 | -6/+1 |
* | parmas, crypto, core, core/vm: homestead consensus protocol changes | Gustav Simonsson | 2016-02-18 | 1 | -0/+12 |
* | core/state, core/types use package rlp for state, receipt serialisation | Felix Lange | 2015-12-18 | 1 | -49/+44 |
* | core, core/state: move gas tracking out of core/state | Felix Lange | 2015-10-17 | 1 | -36/+1 |
* | core, core/state: batch-based state sync | Felix Lange | 2015-09-23 | 1 | -6/+2 |
* | core, trie: new trie | Felix Lange | 2015-09-23 | 1 | -6/+9 |
* | all: move common.Database to package ethdb | Felix Lange | 2015-09-15 | 1 | -3/+4 |
* | core, core/vm, core/state: remove unused functions | Gustav Simonsson | 2015-09-11 | 1 | -43/+0 |
* | core/state: deleted field in StateObject Copy() and unit test | Gustav Simonsson | 2015-09-08 | 1 | -0/+1 |
* | core, tests: Double SUICIDE fix | Jeffrey Wilcke | 2015-08-21 | 1 | -2/+3 |
* | 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 |
* | core, core/state: only write necessary state. Skip intermediate | Jeffrey Wilcke | 2015-07-04 | 1 | -8/+0 |
* | core, miner, xeth: renamed gas methods | obscuren | 2015-06-21 | 1 | -16/+3 |
* | core/state: removed state from state object | obscuren | 2015-06-17 | 1 | -18/+15 |
* | core/state: remove the need for common.Value | obscuren | 2015-06-17 | 1 | -2/+4 |
* | core/state, core/vm: reworked storage get / set to use common.Hash | obscuren | 2015-06-17 | 1 | -27/+20 |
* | core/vm, core/state: added storage to structured vm logging | obscuren | 2015-06-10 | 1 | -0/+16 |
* | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 1 | -0/+3 |
* | Moved logging to logger.Core | obscuren | 2015-04-04 | 1 | -4/+4 |
* | basic glog | obscuren | 2015-04-04 | 1 | -4/+15 |
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -0/+357 |