Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-13 | build: prepare v0.18.0.0 | selsta | 1 | -0/+0 | |
2020-09-14 | build: prepare v0.17 | selsta | 1 | -0/+0 | |
2020-05-13 | build: prepare v0.16.0.0 release | selsta | 1 | -0/+0 | |
2019-11-02 | 0.15.0.0 release engineering | Riccardo Spagni | 1 | -0/+0 | |
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 1 | -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-17 | prep for 0.14.1.1 | Riccardo Spagni | 1 | -0/+0 | |
2019-06-14 | prep for 0.14.1 release | Riccardo Spagni | 1 | -0/+0 | |
2019-03-05 | update checkpoints hash | Riccardo Spagni | 1 | -0/+0 | |
2018-09-23 | update checkpoints.dat | Riccardo Spagni | 1 | -0/+0 | |
2018-06-02 | update checkpoints.dat for point release | Riccardo Spagni | 1 | -0/+0 | |
2018-05-23 | update checkpoints | Riccardo Spagni | 1 | -0/+0 | |
2018-03-18 | update checkpoints.dat to block 1532400 | Riccardo Spagni | 1 | -0/+0 | |
2017-09-18 | precomputed block hashes are now in blocks of N (currently 256) | moneromooo-monero | 1 | -0/+0 | |
This shaves a lot of space off binaries | |||||
2017-09-06 | update checkpoints.dat | Riccardo Spagni | 1 | -0/+0 | |
2017-02-22 | fix broken checkpoints.dat | Riccardo Spagni | 1 | -0/+0 | |
2017-02-21 | update checkpoints.dat | Riccardo Spagni | 1 | -0/+0 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -0/+0 | |
2016-12-13 | update checkpoints | Riccardo Spagni | 1 | -0/+0 | |
2016-09-18 | update block headers | Riccardo Spagni | 1 | -0/+0 | |
2016-03-16 | baked-in block headers now go all the way up to 1 million. 1 MILLION | Riccardo Spagni | 1 | -0/+0 | |
2016-03-12 | switch default utilities DB to lmdb, update checkpoints.dat | Riccardo Spagni | 1 | -0/+0 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -0/+0 | |
2015-11-21 | checkpoints update | Riccardo Spagni | 1 | -0/+0 | |
2015-07-15 | Fixed binary size issue due to embedded checkpoint data. | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -0/+0 | |
Fixed OSX compilation issues due to random lmdb resize points. Fixed infinite loop bug when calling core::get_block_template(..). |