aboutsummaryrefslogtreecommitdiffstats
path: root/core/headerchain.go
Commit message (Expand)AuthorAgeFilesLines
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-12/+11
* core: improve import log alignmentFelix Lange2017-01-111-1/+1
* core: import future blocks one-by-one, enfore chain ancestryPéter Szilágyi2016-12-131-0/+11
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-4/+5
* common, core, eth/downloader: adjust import log formattingPéter Szilágyi2016-10-181-2/+7
* core: ensure the canonical block is written before the canonical hash is setBas van Kervel2016-08-161-7/+11
* core: improved chainDb using sequential keyszsfelfoldi2016-06-071-28/+69
* all: update license informationFelix Lange2016-04-151-0/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-7/+12
* core: cache fresh headers and tds to avoid db trashingPéter Szilágyi2016-03-111-18/+50
* core: create a header chain structure shared by core.BlockChain and light.Lig...zsfelfoldi2016-03-101-0/+432