| Commit message (Expand) | Author | Age | Files | Lines |
* | all: update author list and licenses | Péter Szilágyi | 2019-07-22 | 2 | -2/+2 |
* | cmd/geth, core/rawdb: add missing error checks (#19871) | Christian Muehlhaeuser | 2019-07-22 | 2 | -1/+18 |
* | all: replace fmt.Print* calls with t.Log* in tests (#19670) | 大彬 | 2019-07-17 | 1 | -1/+1 |
* | core, ethdb, metrics, p2p: expose various counter metrics for grafana | Péter Szilágyi | 2019-06-11 | 3 | -43/+76 |
* | core/rawdb: avoid O_APPEND (#19676) | Frank Szendzielarz | 2019-06-10 | 1 | -24/+62 |
* | core: concurrent database reinit from freezer dump | Péter Szilágyi | 2019-05-27 | 2 | -1/+129 |
* | core/rawdb: keep genesis in key-value store for full sync too | Péter Szilágyi | 2019-05-27 | 1 | -4/+10 |
* | core/rawdb, eth/downloader: align 64bit atomic fields | Péter Szilágyi | 2019-05-17 | 2 | -2/+10 |
* | cmd/geth, core/rawdb: seamless freezer consistency, friendly removedb | Péter Szilágyi | 2019-05-16 | 4 | -32/+67 |
* | cosensus, core, eth, params, trie: fixes + clique history cap | Péter Szilágyi | 2019-05-16 | 3 | -27/+48 |
* | core, cmd, vendor: fixes and database inspection tool (#15) | gary rong | 2019-05-16 | 7 | -10/+207 |
* | freezer: disable compression on hashes and difficulties (#14) | Martin Holst Swende | 2019-05-16 | 3 | -5/+15 |
* | core/rawdb: support starting offset for future deletion | Martin Holst Swende | 2019-05-16 | 2 | -30/+175 |
* | all: integrate the freezer with fast sync | gary rong | 2019-05-16 | 8 | -136/+364 |
* | core/rawdb: add file lock for freezer | rjl493456442 | 2019-05-16 | 2 | -5/+36 |
* | freezer: implement split files for data | Martin Holst Swende | 2019-05-16 | 2 | -95/+815 |
* | cmd, core, eth, les, node: chain freezer on top of db rework | Péter Szilágyi | 2019-05-16 | 6 | -26/+683 |
* | core, eth, trie: bloom filter for trie node dedup during fast sync (#19489) | Péter Szilágyi | 2019-05-13 | 1 | -0/+7 |
* | 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 |