| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Modify chain consensus parameters to be height aware (#1396) | Ross Nicoll | 2018-09-19 | 1 | -3/+1 |
| | | | | | | | | | | * Modify chain consensus parameters to be height aware * Correct implementation of simplified rewards in parameters * Correct max money * Use base block version in IsSuperMajority() instead of full version * Correct mining of blocks in AuxPoW tests * Add in missing pre-AuxPoW consensus checks | ||||
| * | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | 2016-12-02 | 1 | -1/+1 |
| | | |||||
| * | Move network-msg-processing code out of main to its own file | Matt Corallo | 2016-12-02 | 1 | -0/+1 |
| | | |||||
| * | Use better name for local variable to prevent -Wshadow compiler warning | Pavel JanÃk | 2016-11-10 | 1 | -2/+2 |
| | | |||||
| * | Add deserialize + CheckBlock benchmarks, and a full block hex | Matt Corallo | 2016-11-09 | 1 | -0/+55 |