Skip to content

Conversation

@tnull
Copy link
Contributor

@tnull tnull commented Oct 27, 2025

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.

@tnull tnull requested a review from tankyleo October 27, 2025 14:51
@ldk-reviews-bot
Copy link

ldk-reviews-bot commented Oct 27, 2025

👋 Thanks for assigning @tankyleo as a reviewer!
I'll wait for their review and will help manage the review process.
Once they submit their review, I'll check if a second reviewer would be helpful.

.. especially given that there is a new non-forwards-compatible version.
@tnull tnull force-pushed the 2025-10-use-rust-in-CI branch from d9c0e90 to 9b2ef38 Compare October 27, 2025 14:57
@tnull
Copy link
Contributor Author

tnull commented Oct 27, 2025

Integration test breakage is currently on the LDK Node side, will be fixed by lightningdevkit/ldk-node#670

@tnull tnull force-pushed the 2025-10-use-rust-in-CI branch from 9b2ef38 to 8ebd049 Compare October 28, 2025 10:48
@tnull
Copy link
Contributor Author

tnull commented Oct 28, 2025

Should be resolved, kicked CI.

Copy link
Contributor

@tankyleo tankyleo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly LGTM, some minor comments / questions.

Reproduced the Cargo.lock update on my machine.

@tankyleo
Copy link
Contributor

And thank you for doing this !

@tnull tnull force-pushed the 2025-10-use-rust-in-CI branch from 8ebd049 to cdab1d1 Compare October 29, 2025 07:49
@tnull
Copy link
Contributor Author

tnull commented Oct 29, 2025

Addressed pending feedback. Force-pushed with the following changes:

> git diff-tree -U2 8ebd049 ba2e6c5
diff --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

@tnull tnull force-pushed the 2025-10-use-rust-in-CI branch from cdab1d1 to ba2e6c5 Compare October 29, 2025 07:50
@tnull tnull requested a review from tankyleo October 29, 2025 07:50
tnull added 2 commits October 30, 2025 09:14
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.
@tnull tnull force-pushed the 2025-10-use-rust-in-CI branch from ba2e6c5 to e415f32 Compare October 30, 2025 08:15
@tnull
Copy link
Contributor Author

tnull 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

@tankyleo tankyleo merged commit 16874ec into lightningdevkit:main Oct 30, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants