Kris Nuttycombe
Kris Nuttycombe
The API of `z_sendmany` is no longer appropriate when using unified addresses; it misleads people to think that unified addresses can represent distinct pools of funds (and perpetuates a similar...
This helped catch a number of places where the tests were relying upon default implementations of the CCoinsView superclass methods. It's a general code hygiene and safety improvement.
This makes it possible for `listunspent` to return utxos unspent as of a particular depth in the main chain.
This reverts https://github.com/zcash/zcash/commit/70ebc0942af257a72060165579b3f4b44ecefb06 which had previously moved zcashd documentation to zcash.readthedocs.io, backports changes that had been made on the readthedocs site, and moves the update documentation into the zcashd book.
Closes zcash/zcash#4190.
Backport of bitcoin/bitcoin#8282 This is the initial step of #1317; it should probably be followed up with bringing in bitcoin/bitcoin#9037 once a few more prerequisites are in place.
See https://github.com/zcash/zcash/pull/5306#discussion_r728344749
If provided with a Content-Type header with a value of application/json+stream, blueeyes silently ignores the +stream part of the header and simply returns application/json rather than a custom MimeType instance.