This is backport of Core PR10838
Details
Details
- Reviewers
markblundeberg - Group Reviewers
Restricted Project - Commits
- rSTAGINGbf7fc5c03679: (finally) remove getinfo in favor of more module-specific infos
rABCbf7fc5c03679: (finally) remove getinfo in favor of more module-specific infos
make check ./test/functional/test_runner.py
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I think a release note is well-deserved here. Yeah, I know it's been deprecated for 3 years already but I didn't even realize that until I read the help text just now. =D
(also, I can backport the follow up PR that gives helpful error, or do you want to do that?)
Comment Actions
Hmm... also since the new txindex code was landed, maybe defer this to next release? If someone has to downgrade because their project relies on removed RPC for some bizarre reason, they'll be pissed if they have to reindex the txindex.
Comment Actions
OK should be good to go! Will you backport https://github.com/bitcoin/bitcoin/pull/12198 as well, or shall I?