Bump test dependencies and reorganize Docker files#869
Open
febyeji wants to merge 1 commit intolightningdevkit:mainfrom
Open
Bump test dependencies and reorganize Docker files#869febyeji wants to merge 1 commit intolightningdevkit:mainfrom
febyeji wants to merge 1 commit intolightningdevkit:mainfrom
Conversation
Test dependency updates: - bitcoind/corepc-node: 27.2 → 29.0 (corepc-node 0.10.0 → 0.10.1) - lnd_grpc_rust: 2.10.0 → 2.14.0 - Docker CLN: v23.08 → v25.12.1 (elementsproject/lightningd) - Docker LND: v0.18.5-beta → v0.20.1-beta - Docker bitcoind (CLN/LND compose): 27.2 → 29.1 - Download script: bitcoind 29.0 with updated SHA256 hashes CI fixes for bitcoind 29.0: - Cache key: add version to invalidate stale 27.2 cache - mkdir -p: needed when bitcoind cache misses but electrs cache hits CLN v25 compatibility: - Remove --experimental-anchors (deprecated in v25, causes BROKEN startup) - Add sleep before close_channel (monitor update timing with v25+) Organization: - Move docker-compose files to tests/docker/ (resolves lightningdevkit#855) Closes lightningdevkit#855
|
I've assigned @tnull as a reviewer! |
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.
Test dependency updates:
CI fixes for bitcoind 29.0:
mkdir -p: needed when bitcoind cache misses but electrs cache hitsCLN v25 compatibility:
--experimental-anchors(deprecated in v25, causes BROKEN startup)close_channel(monitor update timing with v25+)Organization:
tests/docker/(resolves Move interop test Docker files to tests/docker/ #855)Closes #855 and Prerequisite for #839 (interop-test-harness).