| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Skip expected remaining sync time without estimate | chromatic | 2021-05-21 | 1 | -3/+4 |
| | | | | | See GH#1902. | ||||
| * | Disallow negative progress increase per hour % | chromatic | 2021-05-21 | 1 | -1/+1 |
| | | | | | See GH#1902. | ||||
| * | Modify chain consensus parameters to be height aware (#1396) | Ross Nicoll | 2018-09-19 | 1 | -1/+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 | ||||
| * | qt: Use nPowTargetSpacing constant | MarcoFalke | 2017-01-19 | 1 | -2/+4 |
| | | |||||
| * | [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64) | practicalswift | 2017-01-13 | 1 | -1/+1 |
| | | |||||
| * | [Qt] Show ModalOverlay by pressing the progress bar, disabled show() in sync ↵ | Jonas Schnelli | 2016-12-05 | 1 | -0/+7 |
| | | | | | mode | ||||
| * | [Qt] use NotifyHeaderTip's height and date for the progress update | Jonas Schnelli | 2016-10-20 | 1 | -1/+2 |
| | | |||||
| * | [qt] sync-overlay: Don't show progress twice | MarcoFalke | 2016-10-10 | 1 | -4/+2 |
| | | | | | | | | * Don't show integer progress in progress bar. (Already shown in front of progress bar) * Also, use non-static method to get current msecs | ||||
| * | [qt] sync-overlay: Don't show estimated number of headers left | MarcoFalke | 2016-09-29 | 1 | -1/+0 |
| | | |||||
| * | [qt] sync-overlay: Don't block during reindex | MarcoFalke | 2016-09-26 | 1 | -12/+19 |
| | | |||||
| * | Merge #8805: Trivial: Grammar and capitalization | MarcoFalke | 2016-09-26 | 1 | -2/+2 |
| |\ | | | | | | | c9ce17b Trivial: Grammar and capitalization (Derek Miller) | ||||
| | * | Trivial: Grammar and capitalization | Derek Miller | 2016-09-24 | 1 | -2/+2 |
| | | | |||||
| * | | Fix future copyright year | Mitchell Cash | 2016-09-24 | 1 | -1/+1 |
| |/ | |||||
| * | [Qt] modalinfolayer: removed unused comments, renamed signal, code style ↵ | Jonas Schnelli | 2016-09-23 | 1 | -4/+3 |
| | | | | | overhaul | ||||
| * | [Qt] only update "amount of blocks left" when the header chain is in-sync | Jonas Schnelli | 2016-09-13 | 1 | -3/+12 |
| | | |||||
| * | [Qt] add out-of-sync modal info layer | Jonas Schnelli | 2016-08-26 | 1 | -0/+150 |