aboutsummaryrefslogtreecommitdiff
path: root/src/blocks/checkpoints.dat (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-19build: prepare v0.17.2.3selsta1-0/+0
2021-03-26build: prepare v0.17.2.0selsta1-0/+0
2021-01-02build: prepare v0.17.1.9selsta1-0/+0
2020-12-23build: prepare v0.17.1.8selsta1-0/+0
2020-12-10build: prepare v0.17.1.7selsta1-0/+0
2020-12-03build: prepare v0.17.1.6selsta1-0/+0
2020-11-23build: prepare v0.17.1.5selsta1-0/+0
2020-11-07build: prepare v0.17.1.2selsta1-0/+0
2020-10-18build: prepare v0.17.1.1selsta1-0/+0
2020-10-13build: prepare v0.17.1.0selsta1-0/+0
2020-09-25build: prepare v0.17.0.1selsta1-0/+0
2020-09-14build: prepare v0.17selsta1-0/+0
2020-05-13build: prepare v0.16.0.0 releaseselsta1-0/+0
2019-11-020.15.0.0 release engineeringRiccardo Spagni1-0/+0
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero1-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
2019-07-17prep for 0.14.1.1Riccardo Spagni1-0/+0
2019-06-14prep for 0.14.1 releaseRiccardo Spagni1-0/+0
2019-03-05update checkpoints hashRiccardo Spagni1-0/+0
2018-09-23update checkpoints.datRiccardo Spagni1-0/+0
2018-06-02update checkpoints.dat for point releaseRiccardo Spagni1-0/+0
2018-05-23update checkpointsRiccardo Spagni1-0/+0
2018-03-18update checkpoints.dat to block 1532400Riccardo Spagni1-0/+0
2017-09-18precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero1-0/+0
This shaves a lot of space off binaries
2017-09-06update checkpoints.datRiccardo Spagni1-0/+0
2017-02-22fix broken checkpoints.datRiccardo Spagni1-0/+0
2017-02-21update checkpoints.datRiccardo Spagni1-0/+0
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-0/+0
2016-12-13update checkpointsRiccardo Spagni1-0/+0
2016-09-18update block headersRiccardo Spagni1-0/+0
2016-03-16baked-in block headers now go all the way up to 1 million. 1 MILLIONRiccardo Spagni1-0/+0
2016-03-12switch default utilities DB to lmdb, update checkpoints.datRiccardo Spagni1-0/+0
2015-12-31updated copyright yearRiccardo Spagni1-0/+0
2015-11-21checkpoints updateRiccardo Spagni1-0/+0
2015-07-15Fixed binary size issue due to embedded checkpoint data.NoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+0
Fixed OSX compilation issues due to random lmdb resize points. Fixed infinite loop bug when calling core::get_block_template(..).