mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
8330e772f1
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 |
||
---|---|---|
.. | ||
blocks.cpp | ||
blocks.h | ||
checkpoints.dat | ||
CMakeLists.txt | ||
stagenet_blocks.dat | ||
testnet_blocks.dat |