Page MenuHomePhabricator

[electrum] add an option to show more verbose output for get_merkle_root
ClosedPublic

Authored by PiRK on Feb 1 2024, 10:31.

Details

Summary

Add another verbosity level that enables all logs from the electrumabc package. This might help debugging socket issues when running the script on a CI server.

Test Plan
electrum/scripts/get_merkle_root
electrum/scripts/get_merkle_root -v
electrum/scripts/get_merkle_root -vv
electrum/scripts/get_merkle_root -v -v

contrib/source-control-tools/patch-recipes/update-electrum-checkpoints.sh

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Feb 1 2024, 10:31
PiRK edited the test plan for this revision. (Show Details)

use the -vv option in the update-electrum-checkpoints script

This revision is now accepted and ready to land.Feb 1 2024, 11:27