Update relnotes and release process doc

This commit is contained in:
Duke
2026-03-02 11:41:19 -05:00
parent 4c86d11b13
commit 0d139e0bdc
2 changed files with 1 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ This is an OPTIONAL but RECOMMENDED upgrade.
once has been fixed. You can now queue up many `z_sendmany` operations
and they will succeed because they now understand how to avoid spending
coins that another `z_sendmany` process is trying to spend.
* Updated Autonomous System Map (asmap)
* New RPC `z_listlockunspent`
* Lists shielded notes (coins inside a zaddr) which are temporarily unspendable because an RPC process is currently trying to spend them.
* If that operation succeeds, they will become spent. If it fails they will be unlocked and become spendable again.