-
Notifications
You must be signed in to change notification settings - Fork 8
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
Test #15
Conversation
If the test is written in rust, loin code should run directly instead of the output executable in the test . |
e3cf468
to
6c16048
Compare
This is missing automation for localhost ssl cert & key. Other than that, it works |
This should now generate a self-signed cert and payjoin on the local server. it depends on docker running on the host machine. Test it! Still needs to be rebased with pretty messages and would benifit from the integration.rs test script being split. The ideas are all here. |
d525073
to
3504e82
Compare
This sucks much less now. We use a Fixture to clean up after itself. A few things hang:
|
d202d0c
to
c0bc6d2
Compare
This opens a channel and tests that it has a balance :) |
99206b2
to
4869a3c
Compare
26a7836
to
758cb96
Compare
There are lots of ways this test could be prettier, but it advances our codebase without regressions as I see it. LFG |
This integration test inits a lighining cluster of two peers in docker and then makes loin receiving server available over https via nginx reverse proxy.
The payjoin still needs to be made