Add release notes for (a)sync z_sendmany changes

This commit is contained in:
Greg Pfeil 2023-02-22 15:31:24 -07:00
parent d44facfa41
commit 76bfbd8b9c
No known key found for this signature in database
GPG Key ID: 1193ACD196ED61F2
1 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,15 @@ RPC Changes
also available for testnet and regtest nodes, in which case it does not
return end-of-service halt information (as testnet and regtest nodes do not
have an end-of-service halt feature.)
- `z_sendmany` will no longer select transparent coinbase when "ANY\_TADDR" is
used as the `fromaddress`. It was already documented to do this, but the
previous behavior didnt match. When coinbase notes were selected in this
case, they would (properly) require that the transaction didnt have any
change, but this could be confusing, as the documentation stated that these
two conditions (using "ANY\_TADDR" and disallowing change) wouldnt coincide.
- Several `z_sendmany` failures have moved from synchronous to asynchronous, so
while you should already be checking the async operation status, there are now
more cases that may trigger failure at that stage.
[Deprecations](https://zcash.github.io/zcash/user/deprecation.html)
--------------