Skip to content

Support getblock with verbosity=1 #4480

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 with verbose=1

Related Work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

C-enhancementCategory: This is an improvement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions