| Commit message (Expand) | Author | Age | Files | Lines |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -22/+22 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -30/+45 |
* | eth/downloader: separate state sync from queue (#14460) | Felix Lange | 2017-06-22 | 1 | -5/+20 |
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 1 | -2/+2 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -2/+2 |
* | trie: remove dependency on ethdb | Felix Lange | 2017-01-06 | 1 | -5/+5 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -1/+1 |
* | core/state, eth/downloader, trie: reset fast-failure on progress | Péter Szilágyi | 2016-10-31 | 1 | -5/+5 |
* | core/state: implement reverts by journaling all changes | Felix Lange | 2016-10-06 | 1 | -1/+1 |
* | cmd, core, internal, light, tests: avoid hashing the code in the VM | Péter Szilágyi | 2016-10-01 | 1 | -1/+1 |
* | core, trie: replace state caches with trie journal | Felix Lange | 2016-09-28 | 1 | -9/+0 |
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 1 | -5/+5 |
* | core/state, trie: switch iterator panics to error fields | Péter Szilágyi | 2016-02-16 | 1 | -13/+7 |
* | core/state, trie: surface iterator entry hashes | Péter Szilágyi | 2016-02-16 | 1 | -2/+1 |
* | core/state, trie: add node iterator, test state/trie sync consistency | Péter Szilágyi | 2016-02-16 | 1 | -3/+104 |
* | core, eth, trie: fix data races and merge/review issues | Péter Szilágyi | 2015-10-21 | 1 | -2/+2 |
* | eth/downloader: concurrent receipt and state processing | Péter Szilágyi | 2015-10-19 | 1 | -8/+8 |
* | core, eth, trie: direct state trie synchronization | Péter Szilágyi | 2015-10-19 | 1 | -0/+238 |