Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: fix various comment typos (#17748) | Liang ZOU | 2018-09-25 | 1 | -1/+1 |
| | |||||
* | miner: differentiate between uncle and lost block | Péter Szilágyi | 2018-08-23 | 1 | -8/+27 |
| | |||||
* | all: fix code comment typos (#15547) | Ricardo Domingos | 2017-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | * console: fix typo in comment * contracts/release: fix typo in comment * core: fix typo in comment * eth: fix typo in comment * miner: fix typo in comment | ||||
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -5/+4 |
| | | | | | This commit adds pluggable consensus engines to go-ethereum. In short, it introduces a generic consensus interface, and refactors the entire codebase to use this interface. | ||||
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -6/+6 |
| | |||||
* | miner: rename pending to unconformed, add bounds and ops tests | Péter Szilágyi | 2016-12-13 | 1 | -0/+118 |