-
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
Send transactions in lightwalletd integration tests #3512
Comments
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @jvff @oxarbitrage @upbqdn |
An idea on how to test this without having to set up an account and use real funds (which would limit CI execution and potentially make it more complicated due to the need to protect keys):
I guess the hardest part would be step 6. One idea might be to have an optionally compiled in service layer that intercepts state service calls and discards responses that would indicate data from heigher block heights. Any opinions on this idea? |
Configure the (We already have a |
Motivation
The
sendrawtransaction
RPC method inlightwalletd
needs to be able to create and send transactions on the network.We might need to do a full sync to make these tests work.
We might need a developer wallet to make these tests work on mainnet.
Tasks
sendrawtransaction
The text was updated successfully, but these errors were encountered: