Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-19 | Merge pull request #6534 | Alexander Blair | 1 | -1/+12 | |
7bd66b01b daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation (stoffu) | |||||
2020-06-09 | daemon: guard against rare 'difficulty drift' bug with checkpoints and ↵ | stoffu | 1 | -1/+12 | |
recalculation On startup, it checks against the difficulty checkpoints, and if any mismatch is found, recalculates all the blocks with wrong difficulties. Additionally, once a week it recalculates difficulties of blocks after the last difficulty checkpoint. | |||||
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 1 | -1/+0 | |
2018-03-05 | Stagenet | stoffu | 1 | -6/+7 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-18 | checkpoints: pass std::string by const ref, not const value | moneromooo-monero | 1 | -2/+2 | |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -27/+1 | |
2017-09-25 | checkpoints: add a token checkpoint on testnet (the genesis block) | moneromooo-monero | 1 | -1/+2 | |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 1 | -0/+217 | |