| Commit message (Expand) | Author | Age | Files | Lines |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-03-12 | 1 | -3/+3 |
* | core, params: polish net gas metering PR a bit | Péter Szilágyi | 2018-09-18 | 1 | -30/+33 |
* | core,state: finish implementing Eip 1283 | Martin Holst Swende | 2018-09-18 | 1 | -0/+10 |
* | core, state: initial implementation of Eip-1283 | Martin Holst Swende | 2018-09-18 | 1 | -2/+13 |
* | core: fix typo in comment code | hadv | 2018-06-05 | 1 | -1/+1 |
* | core/state: cache missing storage entries (#16584) | Felix Lange | 2018-04-27 | 1 | -4/+1 |
* | core/state: avoid linear overhead on journal dirty listing | Péter Szilágyi | 2018-03-28 | 1 | -3/+3 |
* | core/state: rework dirty handling to avoid quadratic overhead | Martin Holst Swende | 2018-03-28 | 1 | -38/+13 |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -3/+2 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -22/+34 |
* | eth: add debug_storageRangeAt | Felix Lange | 2017-04-25 | 1 | -2/+7 |
* | core/state: make TestSnapshotRandom work again (#3816) | gary rong | 2017-04-05 | 1 | -2/+3 |
* | Merge pull request #3723 from karalabe/logger-updates-2 | Péter Szilágyi | 2017-02-28 | 1 | -12/+0 |
|\ |
|
| * | core/state: drop most of a logs (useless at this volume) | Péter Szilágyi | 2017-02-28 | 1 | -12/+0 |
* | | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 1 | -3/+3 |
|/ |
|
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -11/+10 |
* | core, core/state, core/vm: remove exported account getters (#3618) | Jeffrey Wilcke | 2017-02-23 | 1 | -50/+34 |
* | logger: remove Core verbosity level (#3659) | Felix Lange | 2017-02-15 | 1 | -3/+3 |
* | core, core/vm: implemented a generic environment (#3348) | Jeffrey Wilcke | 2016-12-06 | 1 | -1/+1 |
* | core, core/state: fixed consensus issue added touch revert | Jeffrey Wilcke | 2016-11-25 | 1 | -1/+18 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -1/+12 |
* | 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 |