-
Notifications
You must be signed in to change notification settings - Fork 107
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
Create an integration test where we make requests to lightwalletd backed by zebrad #3510
Comments
Hey team! Please add your planning poker estimate with ZenHub @teor2345 @upbqdn @oxarbitrage @jvff @ftm1000 @conradoplg |
This comment was marked as resolved.
This comment was marked as resolved.
I added a link to a manual test to the ticket description: |
We will need to set |
@gustavovalverde I just updated the ticket to use the ZecWallet fork's master branch. Can you make that change in CI? |
@teor2345 Sure. |
Motivation
We want to check that Zebra actually works with
lightwalletd
.Tasks
Stage 1
The test should pass if lightwalletd compiles.
Stage 2
lightwalletd_integration
acceptance test in CI after settingZEBRA_TEST_LIGHTWALLETD
Test Design
The test should pass if we get a "missing RPC" error for the next RPC method that lightwalletd calls after
getblockchaininfo
.(Zebra already has a
getblockchaininfo
stub. It is ok ifgetblockchaininfo
is missing some fields, Go will fill in zero-valued data.)Follow-Up Tasks
The text was updated successfully, but these errors were encountered: