use lntest 0.0.26 and update docs/ci

This commit is contained in:
Jesse de Wit
2023-08-07 11:41:34 +02:00
parent 114fb908ba
commit 7c12c5f7ec
3 changed files with 5 additions and 5 deletions

View File

@@ -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:

View File

@@ -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 .)

2
go.mod
View File

@@ -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