Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-26 | build: prepare v0.17.2.0 | selsta | 1 | -0/+1 | |
2021-01-02 | build: prepare v0.17.1.9 | selsta | 1 | -0/+1 | |
2020-12-23 | build: prepare v0.17.1.8 | selsta | 1 | -0/+1 | |
2020-12-10 | build: prepare v0.17.1.7 | selsta | 1 | -0/+1 | |
2020-12-03 | build: prepare v0.17.1.6 | selsta | 1 | -0/+1 | |
2020-11-23 | build: prepare v0.17.1.5 | selsta | 1 | -0/+1 | |
2020-11-07 | build: prepare v0.17.1.2 | selsta | 1 | -0/+1 | |
2020-10-18 | build: prepare v0.17.1.1 | selsta | 1 | -0/+1 | |
2020-10-13 | build: prepare v0.17.1.0 | selsta | 1 | -0/+1 | |
2020-09-25 | build: prepare v0.17.0.1 | selsta | 1 | -0/+1 | |
2020-09-14 | build: prepare v0.17 | selsta | 1 | -0/+1 | |
2020-07-19 | Merge pull request #6534 | Alexander Blair | 2 | -48/+83 | |
7bd66b01b daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation (stoffu) | |||||
2020-07-19 | Merge pull request #6512 | Alexander Blair | 3 | -3/+3 | |
5ef0607da Update copyright year to 2020 (SomaticFanatic) | |||||
2020-06-09 | daemon: guard against rare 'difficulty drift' bug with checkpoints and ↵ | stoffu | 2 | -48/+83 | |
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-06-08 | Merge pull request #6514 | luigi1111 | 1 | -0/+2 | |
4baee20 build: prepare v0.16.0.0 release (selsta) | |||||
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 1 | -5/+4 | |
2020-05-14 | build: fix boost 1.73 compatibility | selsta | 1 | -2/+2 | |
2020-05-13 | build: prepare v0.16.0.0 release | selsta | 1 | -0/+2 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 3 | -3/+3 | |
Update copyright year to 2020 | |||||
2019-11-02 | 0.15.0.0 release engineering | Riccardo Spagni | 1 | -0/+1 | |
2019-06-14 | prep for 0.14.1 release | Riccardo Spagni | 1 | -0/+1 | |
2019-03-17 | Merge pull request #5061 | Riccardo Spagni | 3 | -3/+3 | |
1f2930ce Update 2019 copyright (binaryFate) | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 3 | -3/+3 | |
2019-03-05 | update checkpoints, update README for 0.14.1 release | Riccardo Spagni | 1 | -0/+1 | |
2018-12-08 | epee: avoid string allocation when parsing a pod from string | moneromooo-monero | 1 | -2/+2 | |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 2 | -6/+3 | |
2018-09-25 | add checkpoints for testnet and mainnet | Riccardo Spagni | 1 | -1/+2 | |
2018-09-10 | Add support for apple and arm building | TheCharlatan | 1 | -3/+7 | |
Add pcsc-lite to linux builds Fixup windows icu4c linking with depends, the static libraries have an 's' appended to them Compiling depends arm-linux-gnueabihf will allow you to compile armv6zk monero binaries | |||||
2018-05-23 | update checkpoints for point release | Riccardo Spagni | 1 | -1/+1 | |
2018-03-18 | update checkpoints | Riccardo Spagni | 1 | -0/+2 | |
2018-03-05 | Stagenet | stoffu | 2 | -12/+25 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 3 | -3/+3 | |
2017-12-18 | checkpoints: trap failure to load JSON checkpoints | moneromooo-monero | 1 | -1/+5 | |
2017-12-18 | checkpoints: pass std::string by const ref, not const value | moneromooo-monero | 2 | -4/+4 | |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 2 | -29/+26 | |
2017-11-11 | checkpoints: add a testnet checkpoint at 1000000 | moneromooo-monero | 1 | -1/+1 | |
Makes working on testnet a lot easier (much less I/O when loading and saving wallets, and exercises the hashchain code before any changes are merged) | |||||
2017-09-25 | Merge pull request #2526 | Riccardo Spagni | 1 | -0/+60 | |
db215ecd checkpoints: add missing CMakeLists.txt (moneromooo-monero) | |||||
2017-09-25 | checkpoints: add missing CMakeLists.txt | moneromooo-monero | 1 | -0/+60 | |
2017-09-25 | checkpoints: add a token checkpoint on testnet (the genesis block) | moneromooo-monero | 2 | -2/+9 | |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 2 | -0/+489 | |