Skip to content
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

multi: Bump go to 1.22.6 & litd to v0.14.0-alpha #109

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ViktorTigerstrom
Copy link
Contributor

@ViktorTigerstrom ViktorTigerstrom commented Jan 16, 2025

This PR bumps the lightning-terminal dependency for the wasm-client + mobile to v0.14.0-alpha. It also bumps the go version of the lightning-node-connect package to 1.22.6.

We also bump the upload-artifact action to v4

@ViktorTigerstrom ViktorTigerstrom force-pushed the litd-v0_14_0 branch 2 times, most recently from a74cbc4 to fee1bac Compare January 16, 2025 21:36
mobile/go.mod Outdated Show resolved Hide resolved
Copy link
Member

@jamaljsr jamaljsr left a comment

Choose a reason for hiding this comment

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

tACK on the updated WASM binary. I tested this in TW.

In /mobile we replace faraday to force it to be set to v0.2.13-alpha, as
we'll else get an ambiguous import during `make mobile` of which
faraday/frdrpc to use. This forces the dependency to the faraday/frdrpc
of the faraday v0.2.13-alpha release, where as the litcli dependency
uses the first actual separate tagged release for frdrpc v0.1.0
Comment on lines +212 to +216
// Force faraday to use the master version as we'll either get an ambigious import if we try use faraday v0.2.13-alpha
// as an indirect import here instead of indirectly importing faraday/frdrpc v1.0.0, or get an unkown revision for the
// frdrpc if we don't include this replace. Once faraday v0.2.14-alpha is released, this should be resolved and this
// replace can be removed in favour of importing that.
replace github.com/lightninglabs/faraday => github.com/lightninglabs/faraday v0.2.13-alpha.0.20241118202659-a3aba5b7ea49
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Had to include this replace which isn't ideal, especially since it's referencing the unreleased master version, but couldn't figure any other way of getting the dependencies to work.

Copy link
Member

@jamaljsr jamaljsr left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

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.

2 participants