Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [release/1.4.11] core: ensure the canonical block is written before the ↵ | Bas van Kervel | 2016-08-18 | 1 | -7/+10 |
| | | | | | | | | | | | | canonical hash is set (cherry picked from commit bb8059f6aa86d1052d7c2dd75a6985982cb278f4) Conflicts: core/blockchain.go core/database_util.go core/headerchain.go eth/filters/filter.go | ||||
* | all: update license information | Felix Lange | 2016-04-15 | 1 | -0/+1 |
| | |||||
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -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 trashing | Péter Szilágyi | 2016-03-11 | 1 | -18/+50 |
| | |||||
* | core: create a header chain structure shared by core.BlockChain and ↵ | zsfelfoldi | 2016-03-10 | 1 | -0/+432 |
light.LightChain |