| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: prepare v0.18.3.0 | selsta | 2023-09-10 | 1 | -0/+1 |
| | | |||||
| * | build: prepare v0.18.2.2 | selsta | 2023-03-27 | 1 | -0/+1 |
| | | |||||
| * | build: prepare v0.18.2.1 | selsta | 2023-03-18 | 1 | -0/+1 |
| | | |||||
| * | build: prepare v0.18.2.0 | selsta | 2023-02-08 | 1 | -0/+1 |
| | | |||||
| * | build: prepare v0.18.1.2 | selsta | 2022-09-26 | 1 | -0/+1 |
| | | |||||
| * | build: prepare v0.18.1.1 | selsta | 2022-09-06 | 1 | -0/+1 |
| | | |||||
| * | build: prepare v0.18.1.0 | selsta | 2022-07-28 | 1 | -0/+1 |
| | | |||||
| * | build: prepare v0.18.0.0 | selsta | 2022-07-13 | 1 | -0/+1 |
| | | |||||
| * | CMake: Add missing headers via monero_find_all_headers macro | mj-xmr | 2022-04-06 | 1 | -2/+1 |
| | | |||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 3 | -3/+3 |
| | | |||||
| * | Reduce compilation time of epee/portable_storage_template_helper.h | mj-xmr | 2021-03-28 | 1 | -0/+2 |
| | | |||||
| * | build: prepare v0.17 | selsta | 2020-09-14 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #6534 | Alexander Blair | 2020-07-19 | 2 | -48/+83 |
| |\ | | | | | | | 7bd66b01b daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation (stoffu) | ||||
| | * | daemon: guard against rare 'difficulty drift' bug with checkpoints and ↵ | stoffu | 2020-06-09 | 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. | ||||
| * | | Merge pull request #6512 | Alexander Blair | 2020-07-19 | 3 | -3/+3 |
| |\ \ | |/ |/| | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic) | ||||
| | * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 3 | -3/+3 |
| | | | | | | | | | Update copyright year to 2020 | ||||
| * | | Merge pull request #6514 | luigi1111 | 2020-06-08 | 1 | -0/+2 |
| |\ \ | | | | | | | | | | 4baee20 build: prepare v0.16.0.0 release (selsta) | ||||
| | * | | build: prepare v0.16.0.0 release | selsta | 2020-05-13 | 1 | -0/+2 |
| | |/ | |||||
| * | | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 2020-05-31 | 1 | -5/+4 |
| | | | |||||
| * | | build: fix boost 1.73 compatibility | selsta | 2020-05-14 | 1 | -2/+2 |
| |/ | |||||
| * | 0.15.0.0 release engineering | Riccardo Spagni | 2019-11-02 | 1 | -0/+1 |
| | | |||||
| * | prep for 0.14.1 release | Riccardo Spagni | 2019-06-14 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #5061 | Riccardo Spagni | 2019-03-17 | 3 | -3/+3 |
| |\ | | | | | | | 1f2930ce Update 2019 copyright (binaryFate) | ||||
| | * | Update 2019 copyright | binaryFate | 2019-03-05 | 3 | -3/+3 |
| | | | |||||
| * | | update checkpoints, update README for 0.14.1 release | Riccardo Spagni | 2019-03-05 | 1 | -0/+1 |
| |/ | |||||
| * | epee: avoid string allocation when parsing a pod from string | moneromooo-monero | 2018-12-08 | 1 | -2/+2 |
| | | |||||
| * | Removed a lot of unnecessary includes | Martijn Otto | 2018-11-15 | 2 | -6/+3 |
| | | |||||
| * | add checkpoints for testnet and mainnet | Riccardo Spagni | 2018-09-25 | 1 | -1/+2 |
| | | |||||
| * | Add support for apple and arm building | TheCharlatan | 2018-09-10 | 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 | ||||
| * | update checkpoints for point release | Riccardo Spagni | 2018-05-23 | 1 | -1/+1 |
| | | |||||
| * | update checkpoints | Riccardo Spagni | 2018-03-18 | 1 | -0/+2 |
| | | |||||
| * | Stagenet | stoffu | 2018-03-05 | 2 | -12/+25 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 3 | -3/+3 |
| | | |||||
| * | checkpoints: trap failure to load JSON checkpoints | moneromooo-monero | 2017-12-18 | 1 | -1/+5 |
| | | |||||
| * | checkpoints: pass std::string by const ref, not const value | moneromooo-monero | 2017-12-18 | 2 | -4/+4 |
| | | |||||
| * | move includes around to lessen overall load | moneromooo-monero | 2017-12-16 | 2 | -29/+26 |
| | | |||||
| * | checkpoints: add a testnet checkpoint at 1000000 | moneromooo-monero | 2017-11-11 | 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) | ||||
| * | Merge pull request #2526 | Riccardo Spagni | 2017-09-25 | 1 | -0/+60 |
| |\ | | | | | | | db215ecd checkpoints: add missing CMakeLists.txt (moneromooo-monero) | ||||
| | * | checkpoints: add missing CMakeLists.txt | moneromooo-monero | 2017-09-25 | 1 | -0/+60 |
| | | |||||
| * | checkpoints: add a token checkpoint on testnet (the genesis block) | moneromooo-monero | 2017-09-25 | 2 | -2/+9 |
| | | |||||
| * | move checkpoints in a separate library | moneromooo-monero | 2017-09-25 | 2 | -0/+489 |
