dashpay / dash

Dash - Reinventing Cryptocurrency
https://www.dash.org
MIT License
1.49k stars 1.2k forks source link

deprecate addresses and reqSigs from rpc outputs #6000

Closed qrest closed 1 month ago

qrest commented 4 months ago

Please consider merging https://github.com/bitcoin/bitcoin/pull/20286 and https://github.com/bitcoin/bitcoin/issues/21797, which deprecates/removes addresses and reqSigs from RPC outputs and introduces address instead.

This would simplify RPC client development, as the current Bitcoin core client only includes the address field, while Dash still replies with addresses.

qrest commented 1 month ago

Thank you for addressing this.