Closed
Description
Motivation
To workaround a lightwalletd issue related to V5 TXIDs, it was recently changed to get the transactions IDs using a getblock
call with verbose=1
.
That was the cause of one of the issues found during ZecWallet Lite + lightwalletd + Zebra tests on Testnet, so we might want to support that so we can test it further.
Specifications
Designs
Add support for verbose=1
. Note that we just need the tx
field (the list of TXIDs) for now.
Testing:
- Add a snapshot test for
verbose=1
. - Manually run
zcash-rpc-diff
withverbose=1
Related Work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment