From 7c12c5f7ec01af21ade65eecf18f4153d4cfcb80 Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Mon, 7 Aug 2023 11:41:34 +0200 Subject: [PATCH] use lntest 0.0.26 and update docs/ci --- .github/workflows/integration_tests.yaml | 4 ++-- README.md | 4 ++-- go.mod | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 5c5f667b..66677eb1 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -4,9 +4,9 @@ on: branches: [ master ] pull_request: env: - BITCOIN_VERSION: '22.0' + BITCOIN_VERSION: '25.0' LSP_REF: 'breez-node-v0.16.4-beta' - CLIENT_REF: 'v0.16.4-beta-breez' + CLIENT_REF: 'v0.16.4-breez-2' GO_VERSION: '^1.19' CLN_VERSION: 'v23.05.1' jobs: diff --git a/README.md b/README.md index b91f589a..bd6a14c5 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ In order to run the integration tests, you need: - Docker running - python3 installed - A development build of lightningd v23.05.1 -- lnd v0.16.2 lsp version https://github.com/breez/lnd/commit/cebcdf1b17fdedf7d69207d98c31cf8c3b257531 -- lnd v0.16.2 breez client version https://github.com/breez/lnd/commit/9d744cd396af707d77473d58c97947b8e0a25d08 +- lnd v0.16.4 lsp version https://github.com/breez/lnd/commit/cebcdf1b17fdedf7d69207d98c31cf8c3b257531 +- lnd v0.16.4 breez client version https://github.com/breez/lnd/commit/3c0854adcfc924a6d759a6ee4640c41266b9f8b4 - bitcoind (tested with v23.0) - bitcoin-cli (tested with v23.0) - build of lspd (go build .) diff --git a/go.mod b/go.mod index 1fe9f327..112807a6 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go v1.34.0 - github.com/breez/lntest v0.0.25 + github.com/breez/lntest v0.0.26 github.com/btcsuite/btcd v0.23.5-0.20230228185050-38331963bddd github.com/btcsuite/btcd/btcec/v2 v2.3.2 github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2