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

feature: support empty block range end in getaddresstxids calls #8790

Open
conradoplg opened this issue Aug 21, 2024 · 0 comments
Open

feature: support empty block range end in getaddresstxids calls #8790

conradoplg opened this issue Aug 21, 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

conradoplg commented Aug 21, 2024

Motivation

The end argument in the getaddresstxids RPC is mandatory in Zebra, because it was always being specified in lightwalletd and supporting lightwalletd was our goal at the time. However, it will be changed to possibly not specify end, so we need to make it optional if we want to keep supporting lightwalletd.

Specifications

https://zcash-rpc.github.io/getaddresstxids.html

It's not specified, but if end is missing, the current best chain tip height should be used.

Complex Code or Requirements

No response

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 Aug 21, 2024
@github-project-automation github-project-automation bot moved this to New in Zebra Aug 21, 2024
@mpguerra mpguerra moved this from New to Sprint Backlog in Zebra Jan 22, 2025
@mpguerra mpguerra moved this from Sprint Backlog to Product Backlog in Zebra Jan 23, 2025
@mpguerra mpguerra moved this from Product Backlog to Sprint Backlog in Zebra Jan 23, 2025
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: Sprint Backlog
Development

No branches or pull requests

2 participants