-
Notifications
You must be signed in to change notification settings - Fork 111
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
fix(tests): Checking if transactions get into the mempool fails in lightwalletd tests #7644
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.
Thank you for this fix. Is there a way to avoid this mistake next time we update lightwalletd
forks?
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 code looks good to me but CI seems to be having issues.
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.
The test that this PR changes is still failing in CI, maybe we need to disable that part of the test:
https://github.com/ZcashFoundation/zebra/actions/runs/6433900141/job/17472517050?pr=7644#step:9:416
e582b97
to
370821a
Compare
Co-authored-by: Arya <[email protected]>
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 seems to pass CI now
Motivation
Zebra should be using the zcash/lightwalletd service.proto.
Close #7529.
Solution
Related Cleanups:
Review
Anyone can review.
Reviewer Checklist