remove v1 and v2 blocksync protocol impementations (#9146)

This commit is contained in:
Callum Waters
2022-08-02 11:30:28 +02:00
committed by GitHub
parent eb762cf5d7
commit 4206a0e9b7
38 changed files with 78 additions and 9718 deletions

View File

@@ -324,9 +324,11 @@ temp_dir = ""
[fastsync]
# Fast Sync version to use:
#
# In v0.37, the v1 and v2 fast sync protocols were deprecated.
# Please use v0 instead.
#
# 1) "v0" (default) - the legacy fast sync implementation
# 2) "v1" - refactor of v0 version for better testability
# 2) "v2" - complete redesign of v0, optimized for testability & readability
version = "v0"
#######################################################