Page MenuHomePhabricator

rpc: Fail to return undocumented or misdocumented JSON
ClosedPublic

Authored by Fabien on May 30 2024, 08:51.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCb739b2f4f3b8: rpc: Fail to return undocumented or misdocumented JSON
Summary

Avoid documentation issues by detecting them at runtime, gated by a flag to avoid throwing errors in production for doc issues.

The flag is currently disabled even in tests, where is should be enabled after the current issues have been fixed.

Backport of core#23083 and core#25161.

Test Plan
ninja all check-all

Diff Detail

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