| Commit message (Expand) | Author | Age | Files | Lines |
* | core/rawdb: fix typo (#19526) | 유용환 | 2019-05-04 | 1 | -2/+2 |
* | core/rawdb: typo fix storea => stores (#19498) | Hongbin Mao | 2019-04-26 | 1 | -1/+1 |
* | core: lookup txs by block number instead of block hash (#19431) | Matthew Halpern | 2019-04-25 | 2 | -67/+93 |
* | core, eth, les, light: scope receipt functionality a bit cleaner | Péter Szilágyi | 2019-04-15 | 3 | -238/+28 |
* | core, eth, les, light: store transaction receipts without txHash and gasCost | Matthew Halpern | 2019-04-15 | 2 | -27/+295 |
* | core/types: add block location fields to receipt (#17662) | Brent | 2019-03-27 | 1 | -0/+3 |
* | core, ethdb, trie: mode dirty data to clean cache on flush (#19307) | Martin Holst Swende | 2019-03-26 | 3 | -9/+14 |
* | all: clean up and proerly abstract database access | Péter Szilágyi | 2019-03-06 | 9 | -96/+298 |
* | core: remove unnecessary fields in logs, receipts and tx lookups (#17106) | gary rong | 2019-02-21 | 5 | -30/+76 |
* | core, eth: fix database version (#18429) | gary rong | 2019-01-11 | 1 | -7/+15 |
* | vendor, crypto, swarm: switch over to upstream sha3 package | Dave McGregor | 2019-01-04 | 1 | -4/+4 |
* | core, eth/downloader: fix ancestor lookup for fast sync | Péter Szilágyi | 2018-11-16 | 1 | -0/+9 |
* | rawdb: remove unused parameter for WritePreimages func (#18059) | Corey Lin | 2018-11-09 | 2 | -4/+3 |
* | core: fix a typo (#17941) | Wuxiang | 2018-10-19 | 1 | -1/+1 |
* | core/rawdb: wrap db key creations (#16914) | Wenbiao Zheng | 2018-06-11 | 4 | -48/+85 |
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 2 | -9/+9 |
* | core/rawdb: separate raw database access to own package (#16666) | Péter Szilágyi | 2018-05-07 | 7 | -0/+1089 |