Deprecated return results that were scheduled to be removed in v0.21
Partial backport of Core PR14021
https://github.com/bitcoin/bitcoin/pull/14021/commits/345bff6013e0d1a7eb0a08a071723b27f0460b77
Differential D5933
Remove hdmasterkeyid nakihito on May 1 2020, 22:53. Authored by
Details
Deprecated return results that were scheduled to be removed in v0.21 Partial backport of Core PR14021 ninja ninja check-functional
Diff Detail
Event TimelineComment Actions [Bot Message] Comment Actions This is part of a larger changeset that provide an alternative. Removing the feature without providing the alternative is not acceptable. Comment Actions The removed return values are duplicates of hdseedid. It even says in the help text that its an alias for hdseedid. The rest of the PR does not actually replace this value with an alternative because the alternative is already there. See relevant changes: test/functional/wallet_hd.py test/functional/wallet_keypool.py Comment Actions The PR will have to be backported eventually, and having parts of it in will just make things more confusing for everybody involved. Please backport the whole PR. And add release notes when you change the API. |