mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-29 18:14:26 -05:00
* Added a new API call GetAllHeaderHashes which returns just the header hashes. This is used for finding fork point. * Only downloads headers and blocks from fork point * Remove CancelledError logging * Short sync should now work properly, it will always ask for previous block. There might be some repeated requests. * Introducer now only returns peers which it has seen recently, and full node only connects to peers which it has heard from recently.