diff --git a/counterparty-core/counterpartycore/lib/bootstrap.py b/counterparty-core/counterpartycore/lib/bootstrap.py index 2b753c8fa..77b8c750e 100644 --- a/counterparty-core/counterpartycore/lib/bootstrap.py +++ b/counterparty-core/counterpartycore/lib/bootstrap.py @@ -83,7 +83,7 @@ def check_signature(filepath, sig_url): signature_verified = True break os.remove(sig_filepath) - print(f"Verified signature in {time.time() - start_time:.2f}s") + print(f"Verified signature for {filepath} in {time.time() - start_time:.2f}s") if not signature_verified: print(f"{filepath} was not signed by any trusted keys, deleting...") diff --git a/release-notes/release-notes-v10.9.0.md b/release-notes/release-notes-v10.9.0.md index 70b7d3d3c..d4ca18128 100644 --- a/release-notes/release-notes-v10.9.0.md +++ b/release-notes/release-notes-v10.9.0.md @@ -17,7 +17,7 @@ - Refactor raw mempool parsing; Don't block following - Add a timeout to parse mempool transaction from ZMQ - Add cache for unsupported transactions when parsing raw -- Refactor bootstrap: clean code, use `zstd` instead `gzip`, decompress and verify signature in parallel +- Refactor and optimize bootstrap process, using `zstd` instead of `gzip` ## API