Skip to content

config: add support for testnet4 #116

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

Merged
merged 2 commits into from
Apr 24, 2025

Conversation

calvinrzachman
Copy link
Contributor

@calvinrzachman calvinrzachman commented Apr 23, 2025

TODO

  • Update lndclient to handle connection to a testnet4 lnd node.

@calvinrzachman calvinrzachman requested a review from guggero April 23, 2025 14:35
@calvinrzachman
Copy link
Contributor Author

Bumping the lndclient dependency necessitated a Go version change and update to the log setup. I'm not entirely sure the best way to setup logs using the new changes to lnd log related libraries, but built an image and confirmed that the changes to log setup are at least functional:

➜  kind-regtest ✗ kubectl logs -f bob-54c96b989d-mtj7t -c lndmon
2025-04-24 12:42:36.056 [INF] LNDMON: Starting Prometheus exporter...
2025-04-24 12:42:36.056 [INF] HTLC: Starting Htlc Monitor
2025-04-24 12:42:36.056 [INF] PMNT: Starting payments monitor...
2025-04-24 12:42:36.056 [INF] LNDMON: Prometheus active!
^C
➜  kind-regtest ✗ kubectl get deploy bob -o yaml | grep image: | grep lndmon
        image: czachman/lndmon:v0.0.5-dev-testnet4

Copy link
Member

@guggero guggero left a comment

Choose a reason for hiding this comment

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

LGTM 🎉

I think we can make the log configurable at a later time.

@calvinrzachman calvinrzachman merged commit 7b1000e into lightninglabs:master Apr 24, 2025
1 check 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