mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-04 20:51:27 +02:00
Merge #19200: rpc: remove deprecated getaddressinfo fields
bc01f7ae05
doc: release note for rpc getaddressinfo removals (Jon Atack)90e989390e
rpc: getaddressinfo RPCResult fixup (Jon Atack)a8507c99da
rpc: remove deprecated getaddressinfo `labels: purpose` (Jon Atack)645a8653c8
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: utACKbc01f7a
adamjonas: utACKbc01f7a
meshcollider: utACKbc01f7ae05
Tree-SHA512: ae1af381e32c4c3bde8b061a56382838513a9a82c88767843cdeae3a2ab8aa7d8c2e66e106d2b31ea07d74bb80c191a2f842c9aaecc7c5438ad9a9bc66d1b251
This commit is contained in:
@ -242,8 +242,6 @@ BASE_SCRIPTS = [
|
||||
'p2p_permissions.py',
|
||||
'feature_blocksdir.py',
|
||||
'feature_config_args.py',
|
||||
'rpc_getaddressinfo_labels_purpose_deprecation.py',
|
||||
'rpc_getaddressinfo_label_deprecation.py',
|
||||
'rpc_getdescriptorinfo.py',
|
||||
'rpc_help.py',
|
||||
'feature_help.py',
|
||||
|
Reference in New Issue
Block a user