mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
19aba38cab
BACKPORT NOTICE: These backports #17578 and #17585 are included to 19.1 and 19.2. That's long enough! ------------------------------------------ bc01f7ae0538d3c647ce8dfbc29f7914d5df3fbb doc: release note for rpc getaddressinfo removals (Jon Atack) 90e989390ee50633fff0e4f210a1ea23ff00e012 rpc: getaddressinfo RPCResult fixup (Jon Atack) a8507c99da10791aa69ca277128e06753942e976 rpc: remove deprecated getaddressinfo `labels: purpose` (Jon Atack) 645a8653c895e4fc7717e9e5ac045612b5deaa60 rpc: remove deprecated getaddressinfo `label` field (Jon Atack) Pull request description: These were deprecated in #17578 and #17585, with expected 0.21 removal notified in the 0.20 release notes. ``` - The `getaddressinfo` RPC has had its `label` field deprecated (re-enable for this release using the configuration parameter `-deprecatedrpc=label`). The `labels` field is altered from returning JSON objects to returning a JSON array of label names (re-enable previous behavior for this release using the configuration parameter `-deprecatedrpc=labelspurpose`). Backwards compatibility using the deprecated configuration parameters is expected to be dropped in the 0.21 release. (#17585, #17578) ``` ACKs for top commit: Sjors: utACK bc01f7a adamjonas: utACK bc01f7a meshcollider: utACK bc01f7ae0538d3c647ce8dfbc29f7914d5df3fbb Tree-SHA512: ae1af381e32c4c3bde8b061a56382838513a9a82c88767843cdeae3a2ab8aa7d8c2e66e106d2b31ea07d74bb80c191a2f842c9aaecc7c5438ad9a9bc66d1b251
8 lines
403 B
Markdown
8 lines
403 B
Markdown
## Wallet
|
|
|
|
- Backwards compatibility has been dropped for two `getaddressinfo` RPC
|
|
deprecations, as notified in the 19.1.0 and 19.2.0 release notes.
|
|
The deprecated `label` field has been removed as well as the deprecated `labels` behavior of
|
|
returning a JSON object containing `name` and `purpose` key-value pairs. Since
|
|
20.1, the `labels` field returns a JSON array of label names. (dash#5823)
|