Remove external lowdown and libsodium in favor of builtins, remove litecoin (lol!)#8536
Merged
rustyrussell merged 4 commits intoElementsProject:masterfrom Oct 26, 2025
Conversation
cc3e43d to
b2b8e25
Compare
…ic PR merged. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Fixed: Build: release builds with tools/build-release.sh are deterministic again.
714af99 to
0e178df
Compare
Every distribution we have packages this now. Changelog-Changed: Build: lowdown is now required (we no longer bundle our own). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
We shipped our own because Ubuntu xenial (16.4) had an ancient one. Changelog-Changed: Build: libsodium version >= 1.0.4 now required (released 2015-06-11) Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No idea if it works, we don't test it and nobody runs it. I guess not. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Removed: Config: non-functioning litecoin support (who knew we even had that?)
0e178df to
3a8e2db
Compare
ShahanaFarooqui
added a commit
to ShahanaFarooqui/lightning
that referenced
this pull request
Oct 29, 2025
After external lowdown and libsodium-dev removal with PR ElementsProject#8536, we need to explicitly install them in Dockerfiles.
rustyrussell
pushed a commit
that referenced
this pull request
Oct 31, 2025
After external lowdown and libsodium-dev removal with PR #8536, we need to explicitly install them in Dockerfiles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on #8530
Everyone packages lowdown and libsodium nowdays, and litecoin was never used.