aboutsummaryrefslogtreecommitdiffstats
path: root/core/rawdb
Commit message (Expand)AuthorAgeFilesLines
* core, eth, trie: bloom filter for trie node dedup during fast sync (#19489)Péter Szilágyi2019-05-131-0/+7
* core/rawdb: fix typo (#19526)유용환2019-05-041-2/+2
* core/rawdb: typo fix storea => stores (#19498)Hongbin Mao2019-04-261-1/+1
* core: lookup txs by block number instead of block hash (#19431)Matthew Halpern2019-04-252-67/+93
* core, eth, les, light: scope receipt functionality a bit cleanerPéter Szilágyi2019-04-153-238/+28
* core, eth, les, light: store transaction receipts without txHash and gasCostMatthew Halpern2019-04-152-27/+295
* core/types: add block location fields to receipt (#17662)Brent2019-03-271-0/+3
* core, ethdb, trie: mode dirty data to clean cache on flush (#19307)Martin Holst Swende2019-03-263-9/+14
* all: clean up and proerly abstract database accessPéter Szilágyi2019-03-069-96/+298
* core: remove unnecessary fields in logs, receipts and tx lookups (#17106)gary rong2019-02-215-30/+76
* core, eth: fix database version (#18429)gary rong2019-01-111-7/+15
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-041-4/+4
* core, eth/downloader: fix ancestor lookup for fast syncPéter Szilágyi2018-11-161-0/+9
* rawdb: remove unused parameter for WritePreimages func (#18059)Corey Lin2018-11-092-4/+3
* core: fix a typo (#17941)Wuxiang2018-10-191-1/+1
* core/rawdb: wrap db key creations (#16914)Wenbiao Zheng2018-06-114-48/+85
* all: get rid of error when creating memory database (#16716)gary rong2018-05-092-9/+9
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-077-0/+1089