summaryrefslogtreecommitdiff
path: root/src/blocks/checkpoints.dat
Commit message (Collapse)AuthorAgeFilesLines
* checkpoints: update to a recent block heightselsta2025-08-201-0/+0
|
* build: prepare v0.18.4.2selsta2025-08-011-0/+0
|
* build: prepare v0.18.4.1selsta2025-07-091-0/+0
|
* checkpoints: update to a recent block heightselsta2025-03-251-0/+0
|
* build: prepare v0.18.4.0selsta2025-02-131-0/+0
|
* build: prepare v0.18.3.4selsta2024-07-221-0/+0
|
* build: prepare v0.18.3.3selsta2024-03-111-0/+0
|
* build: prepare v0.18.3.2selsta2024-02-201-0/+0
|
* build: prepare v0.18.3.1selsta2023-10-021-0/+0
|
* build: prepare v0.18.3.0selsta2023-09-101-0/+0
|
* build: prepare v0.18.2.2selsta2023-03-271-0/+0
|
* build: prepare v0.18.2.1selsta2023-03-181-0/+0
|
* build: prepare v0.18.2.0selsta2023-02-081-0/+0
|
* build: prepare v0.18.1.2selsta2022-09-261-0/+0
|
* build: prepare v0.18.1.1selsta2022-09-061-0/+0
|
* build: prepare v0.18.1.0selsta2022-07-281-0/+0
|
* build: prepare v0.18.0.0selsta2022-07-131-0/+0
|
* build: prepare v0.17selsta2020-09-141-0/+0
|
* build: prepare v0.16.0.0 releaseselsta2020-05-131-0/+0
|
* 0.15.0.0 release engineeringRiccardo Spagni2019-11-021-0/+0
|
* monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-0/+0
| | | | | | | | | | | | | | If the peer (whether pruned or not itself) supports sending pruned blocks to syncing nodes, the pruned version will be sent along with the hash of the pruned data and the block weight. The original tx hashes can be reconstructed from the pruned txes and theur prunable data hash. Those hashes and the block weights are hashes and checked against the set of precompiled hashes, ensuring the data we received is the original data. It is currently not possible to use this system when not using the set of precompiled hashes, since block weights can not otherwise be checked for validity. This is off by default for now, and is enabled by --sync-pruned-blocks
* prep for 0.14.1.1Riccardo Spagni2019-07-171-0/+0
|
* prep for 0.14.1 releaseRiccardo Spagni2019-06-141-0/+0
|
* update checkpoints hashRiccardo Spagni2019-03-051-0/+0
|
* update checkpoints.datRiccardo Spagni2018-09-231-0/+0
|
* update checkpoints.dat for point releaseRiccardo Spagni2018-06-021-0/+0
|
* update checkpointsRiccardo Spagni2018-05-231-0/+0
|
* update checkpoints.dat to block 1532400Riccardo Spagni2018-03-181-0/+0
|
* precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero2017-09-181-0/+0
| | | | This shaves a lot of space off binaries
* update checkpoints.datRiccardo Spagni2017-09-061-0/+0
|
* fix broken checkpoints.datRiccardo Spagni2017-02-221-0/+0
|
* update checkpoints.datRiccardo Spagni2017-02-211-0/+0
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-0/+0
|
* update checkpointsRiccardo Spagni2016-12-131-0/+0
|
* update block headersRiccardo Spagni2016-09-181-0/+0
|
* baked-in block headers now go all the way up to 1 million. 1 MILLIONRiccardo Spagni2016-03-161-0/+0
|
* switch default utilities DB to lmdb, update checkpoints.datRiccardo Spagni2016-03-121-0/+0
|
* updated copyright yearRiccardo Spagni2015-12-311-0/+0
|
* checkpoints updateRiccardo Spagni2015-11-211-0/+0
|
* Fixed binary size issue due to embedded checkpoint data.NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-151-0/+0
Fixed OSX compilation issues due to random lmdb resize points. Fixed infinite loop bug when calling core::get_block_template(..).