Page MenuHomePhabricator

[backport#15368] Make descriptor checksums mandatory in deriveaddresses and importmulti
ClosedPublic

Authored by majcosta on Jun 15 2020, 23:43.

Details

Summary
Test Plan
ninja
test_runner.py rpc_deriveaddresses wallet_importmulti

Diff Detail

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

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

Fabien requested changes to this revision.Jun 16 2020, 08:10
Fabien added a subscriber: Fabien.

Is it possible to adapt the test to cover the bad checksum case when importing using a descriptor ?

This revision now requires changes to proceed.Jun 16 2020, 08:10

added test for importmulti of a pkh without checksum

Fabien added inline comments.
test/functional/wallet_importmulti.py
478 ↗(On Diff #21466)

Nit: use named argument as in the PR

488 ↗(On Diff #21466)

Out of scope: not sure why this one isn't a named argument also

This revision is now accepted and ready to land.Jun 16 2020, 20:08