Page MenuHomePhabricator

[backport#15629] init: Throw error when network specific config is ignored
ClosedPublic

Authored by majcosta on Apr 17 2020, 06:06.

Details

Summary

fae38c3dc6 doc: Fix all typos reported by codespell (MarcoFalke)
fa9058f0ed doc: Add release notes for 15629 (MarcoFalke)
fa4a922d78 qa: Add test for missing testnet section in conf file (MarcoFalke)
dddd6f0f58 init: Throw error when network specific config is ignored (MarcoFalke)

Pull request description:

This should have no effect on mainnet users, but simplifies testing, where config settings are currently ignored with only a warning. Fix this by making it an error.

Issues:
*  bitcoin client 0.17.0 ignores wallet's name (file) #14523
*  Can't set custom rpcport on testnet #13777
* ...

ACKs for commit fae38c:

Tree-SHA512: 2e209526898eea6e444c803ec2666989cee4ca137492d32984998733c50a70056cb54657df8dc3027a6a0612738a8afce0bc35824b868c5f22281e00e0188530


Depends on D5758

This is a backport of Core PR15629

Test Plan
ninja check
test_runner.py feature_config_args.py

Diff Detail

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

Event Timeline

Fabien requested changes to this revision.Apr 17 2020, 11:53
Fabien added a subscriber: Fabien.

Please add the release-notes entry.

This revision now requires changes to proceed.Apr 17 2020, 11:53

added release-notes.md changes back

Fabien added inline comments.
doc/release-notes.md
15 ↗(On Diff #18904)

Missing newline

This revision is now accepted and ready to land.Apr 17 2020, 14:14

added newline to release-notes.md EOF

This revision was landed with ongoing or failed builds.Apr 17 2020, 15:18
This revision was automatically updated to reflect the committed changes.