Page MenuHomePhabricator

[tests] Move deterministic address import to setup_nodes
ClosedPublic

Authored by deadalnix on May 6 2020, 00:48.

Details

Summary

This requires a small changes to a few tests, but means that
deterministic addresses will always be imported (unless setup_nodes
behaviour is explicitly overridden).

This is a backport of Core PR14631

Depends on D5972

Test Plan
ninja all check-all

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.

The changes to rpc_signrawtransaction.py seems unrelated to this change, it is necessary ? Otherwise LGTM.

majcosta added inline comments.
test/functional/rpc_signrawtransaction.py
17 ↗(On Diff #19710)

the original commit doesn't touch this test, is this right?

This revision is now accepted and ready to land.May 6 2020, 13:29