Closed braydonf closed 8 years ago
Yes
After discussion, I think we should take a look at these options before merging:
prevTxId
and outputIndex
to the addressindex value, so that it's possible to determine which utxo is being spent in the getaddressdeltas
result, similar to the responses from getaddressmempool
.getaddressutxos
command, to be able to query based on the last 6 block heights, to keep consistency across multiple requests for utxos at the same block height.getaddressutxos
(and other methods) to determine of the results match the current expected height and hash.
based on current discussions, is this ready for review and test?