Uh oh!
There was an error while loading. Please reload this page.
Use Rust server in CI and add LDK Node integration tests - #62
Conversation
👋 Thanks for assigning @tankyleo as a reviewer! |
.. especially given that there is a new non-forwards-compatible version.
d9c0e90 to
9b2ef38Comparetnull
commented
Oct 27, 2025
Integration test breakage is currently on the LDK Node side, will be fixed by lightningdevkit/ldk-node#670 |
9b2ef38 to
8ebd049Comparetnull
commented
Oct 28, 2025
Should be resolved, kicked CI. |
tankyleo
left a comment
There was a problem hiding this comment.
Mostly LGTM, some minor comments / questions.
Reproduced the Cargo.lock update on my machine.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tankyleo
commented
Oct 29, 2025
And thank you for doing this ! |
8ebd049 to
cdab1d1CompareAddressed pending feedback. Force-pushed with the following changes: > git diff-tree -U2 8ebd049 ba2e6c5diff --git a/.github/workflows/build-and-deploy-rust.yml b/.github/workflows/build-and-deploy-rust.yml
index 7a2185b..52dc188 100644
--- a/.github/workflows/build-and-deploy-rust.yml+++ b/.github/workflows/build-and-deploy-rust.yml@@ -38,5 +38,4 @@ jobs:
- name: Hit endpoint to verify service is up
run: |
- # Wait for tomcat-startup
sleep 5 |
cdab1d1 to
ba2e6c5CompareUh oh!
There was an error while loading. Please reload this page.
While we already have VSS integration tests on the LDK Node side, we here also run them here to ensure any *server* changes do not result in test failures.
ba2e6c5 to
e415f32Comparetnull
commented
Oct 30, 2025
Now force-pushed with the following changes: diff --git a/.github/workflows/build-and-deploy-rust.yml b/.github/workflows/build-and-deploy-rust.yml
index 52dc188..af92d17 100644
--- a/.github/workflows/build-and-deploy-rust.yml+++ b/.github/workflows/build-and-deploy-rust.yml@@ -13,5 +13,5 @@ jobs:
services:
postgres:
- image: postgres:15+ image: postgres:latest
ports:
- 5432:5432 |
Uh oh!
There was an error while loading. Please reload this page.
While we now officially deprecated the Java version, we never switched our CI to use the Rust version.
Moreover, we add LDK Node integration tests to CI. This ensures any changes on the server side don't cause any integration test failures.