From 8330e772f1ed680a54833d25c4d17d09a99ab8d6 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 16 Sep 2019 12:18:34 +0000 Subject: monerod can now sync from pruned blocks 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 --- src/blocks/checkpoints.dat | Bin 234980 -> 234948 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'src/blocks') diff --git a/src/blocks/checkpoints.dat b/src/blocks/checkpoints.dat index a7d309753..eb614d58d 100644 Binary files a/src/blocks/checkpoints.dat and b/src/blocks/checkpoints.dat differ -- cgit v1.2.3