-
Notifications
You must be signed in to change notification settings - Fork 117
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
feat(rpc): Implement what we can of getaddresstxids
RPC method.
#4062
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks really good!
I'd like to send all the addresses in a single state request, to improve performance.
All my other comments are minor, or there's nothing we can do about them until all the PRs merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@Mergifyio update |
✅ Branch has been successfully updated |
The merge queue's sync past mandatory checkpoint step failed with:
I'm hoping a |
https://github.com/ZcashFoundation/zebra/runs/5964568674?check_suite_focus=true#step:9:115 |
@Mergifyio requeue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
@Mergifyio requeue |
☑️ This pull request is already queued |
@Mergifyio update |
❌ Base branch update has failedmerge conflict between base and head |
Failed due to #3991, let's retry. |
@Mergifyio update |
✅ Branch has been successfully updated |
Failed due to #3991, let's retry. |
@Mergifyio update |
✅ Branch has been successfully updated |
Motivation
#3147 is blocked but we decided to do what we can for it and leave the rest of the work for when it gets fully unblocked.
This PR is part of #3147 but it will not close it.
Solution
Implement the method the best we can with what we currently have and return an empty array as response.
Review
I think this is pretty easy to review, most complexity will be in the second part where everything is fully implemented.
Reviewer Checklist
Follow Up Work
Do the second part of #3147 to close the ticket.