aboutsummaryrefslogtreecommitdiffstats
path: root/core/headerchain.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update license informationFelix Lange2016-04-151-0/+1
|
* core: added basic chain configurationJeffrey Wilcke2016-04-011-7/+12
| | | | | | | | | Added chain configuration options and write out during genesis database insertion. If no "config" was found, nothing is written to the database. Configurations are written on a per genesis base. This means that any chain (which is identified by it's genesis hash) can have their own chain settings.
* 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 ↵zsfelfoldi2016-03-101-0/+432
light.LightChain