Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getblock: return transactions details with verbosity=2 #9024

Open
conradoplg opened this issue Nov 14, 2024 · 0 comments
Open

getblock: return transactions details with verbosity=2 #9024

conradoplg opened this issue Nov 14, 2024 · 0 comments
Labels
C-enhancement Category: This is an improvement S-needs-triage Status: A bug report needs triage

Comments

@conradoplg
Copy link
Collaborator

Motivation

For zcashd compatibility. In verbose=2 mode, the transactions details should be returned instead of transaction hashes.

Specifications

https://github.com/zcash/zcash/blob/99ad6fdc3a549ab510422820eea5e5ce9f60a5fd/src/rpc/blockchain.cpp#L797-L799

Complex Code or Requirements

Can probably be done by calling getrawtransaction to reuse its logic.

Testing

No response

Related Work

No response

@conradoplg conradoplg added C-enhancement Category: This is an improvement S-needs-triage Status: A bug report needs triage labels Nov 14, 2024
@github-project-automation github-project-automation bot moved this to New in Zebra Nov 14, 2024
@conradoplg conradoplg changed the title getblock: return transactions details with verbose=2 getblock: return transactions details with verbosity=2 Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: This is an improvement S-needs-triage Status: A bug report needs triage
Projects
Status: New
Development

No branches or pull requests

1 participant