| Commit message (Expand) | Author | Age | Files | Lines |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -8/+6 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -2/+2 |
* | core/state: copy trie too, not just content | Péter Szilágyi | 2017-11-24 | 1 | -0/+51 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -20/+20 |
* | core/state: make TestSnapshotRandom work again (#3816) | gary rong | 2017-04-05 | 1 | -1/+0 |
* | core, core/state, core/vm: remove exported account getters (#3618) | Jeffrey Wilcke | 2017-02-23 | 1 | -4/+3 |
* | core/vm: move Log to core/types | Felix Lange | 2017-01-06 | 1 | -2/+2 |
* | core, core/state: fixed consensus issue added touch revert | Jeffrey Wilcke | 2016-11-25 | 1 | -0/+20 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -4/+4 |
* | core/state: rename Delete/IsDeleted to Suicide/HasSuicided | Felix Lange | 2016-10-06 | 1 | -3/+3 |
* | core/state: implement reverts by journaling all changes | Felix Lange | 2016-10-06 | 1 | -39/+274 |
* | cmd, core, internal, light, tests: avoid hashing the code in the VM | Péter Szilágyi | 2016-10-01 | 1 | -4/+5 |
* | all: update license information | Felix Lange | 2016-04-15 | 1 | -1/+1 |
* | core/state, ethdb, trie: test intermediate secure key leak, fix memdb bug | Péter Szilágyi | 2016-01-20 | 1 | -0/+68 |
* | core/state, trie: don't leak database writes before commit | Péter Szilágyi | 2016-01-20 | 1 | -0/+52 |