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
Branch
get_merkle_root_verbosity
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 26827
Build 53222: Build Diffelectrum-tests
Build 53221: arc lint + arc unit

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