Page MenuHomePhabricator

util: remove unwanted fields from bitcoin-cli -getinfo
ClosedPublic

Authored by PiRK on Nov 6 2020, 08:02.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCe58b64941faf: util: remove unwanted fields from bitcoin-cli -getinfo
Summary

In accordance with #17314, Removing noisy fields from -getinfo. Fields removed: protocolversion, walletversion and keypoololdest. In addition to changing bitcoin-cli -getinfo, there is another change to test/functional/interface_bitcoin_cli.py. This change deletes tests that utilize removed -getinfo calls.

Add a release note about this and also about new fields introduced in D8220/PR17302. This is extracted from Core release-notes-0.20.0.md

This is a backport of Core PR17650

Test Plan

src/bitcoin-cli -getinfo

test/functional/test_runner.py interface_bitcoin_cli.py

Diff Detail

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

Event Timeline

PiRK requested review of this revision.Nov 6 2020, 08:02

remove extra blank line between paragraph in release notes

PiRK edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Nov 6 2020, 14:08