Larry Ruane
Larry Ruane
This can use `zcashd`'s `getspentinfo` rpc, which requires the `insightexplorer` configuration option. getspentinfo help ``` getspentinfo {"txid": "txidhex", "index": n} Returns the txid and index where an output is spent....
> Some `zcashd` nodes may be configured this way already, but many likely have only the `lightwalletd=1` option `lightwalletd` could gracefully fail this new `GetSpendingTx` gRPC if `zcashd` doesn't support...
@nuttycom, I got sidetracked on other things, would this still be useful? My previous two comments (above) are still accurate, except I hadn't thought about `zebrad`. Unfortunately, `zebrad` doesn't implement...
@nuttycom - still would like to know if this is needed. I think I'll close it soon if it seems not to be needed soon.
If I understand correctly, you're referring to the full zcash block header that corresponds to a given compact block. This is reasonable; I have three questions: There are currently several...
This is a very good suggestion, I started working on this last week, getting close to having a PR (which I'll link to here) ready for review.
Hi Za, I assume #505 is why this PR is needed; sorry I broke the testnet use case -- I never knew anyone used it with testnet. Let me know...
The `getblockchaininfo` output indicates that `zcashd` is still syncing and has quite a ways to go; could that be related to this problem? Does this problem occur after `zcashd` is...
Also, is this a regression? Did this used to work, and if so, did a new lightwalletd version make it stop working?
Okay, thanks for the update. Let me know. It will probably take several days at least for `zcashd` to finish syncing. I do have a full zcash data directory with...