mirror of
https://github.com/aljazceru/lspd.git
synced 2026-01-08 16:44:20 +01:00
use lntest 0.0.26 and update docs/ci
This commit is contained in:
4
.github/workflows/integration_tests.yaml
vendored
4
.github/workflows/integration_tests.yaml
vendored
@@ -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:
|
||||
|
||||
@@ -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
2
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
|
||||
|
||||
Reference in New Issue
Block a user