Page MenuHomePhabricator

Avoid wallet code writing node settings file
ClosedPublic

Authored by PiRK on Jan 24 2024, 13:44.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC78951b098244: Avoid wallet code writing node settings file
Summary

Change wallet loading code to access settings through the Chain interface instead of writing settings.json directly.

This is for running wallet and node in separate processes, since multiprocess code wouldn't easily work with different processes updating the same file.

This is a backport of core#22217

Test Plan

ninja all check-all

Diff Detail

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