aboutsummaryrefslogtreecommitdiffstats
path: root/core/config.go
Commit message (Collapse)AuthorAgeFilesLines
* [release/1.4.10] cmd, core, miner: add extradata validation to consensus rulesPéter Szilágyi2016-07-161-2/+3
| | | | (cherry picked from commit a87089fd2dc08a69a4a4f1ef93db9a2871d819a3)
* [release/1.4.10] core: gracefully handle missing homestead block configPéter Szilágyi2016-07-161-1/+1
| | | | (cherry picked from commit 9e56811a3773e225bedf6bf0003327ea1aaae040)
* [release/1.4.10] cmd, core, eth, params: implement flags to control dao fork ↵Péter Szilágyi2016-07-161-2/+2
| | | | | | blocks (cherry picked from commit 6060e098c929792f455d7f580ed91e914d28cf3b)
* core: added basic chain configurationJeffrey Wilcke2016-04-011-0/+46
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.