From 72ee65843d06f5a42c46f08150a619b4ea90e9c6 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 12 Dec 2023 13:08:40 +0900 Subject: [PATCH] bump bitcoin core --- BTCPayServer.Client/BTCPayServer.Client.csproj | 2 +- BTCPayServer.Rating/BTCPayServer.Rating.csproj | 2 +- BTCPayServer.Tests/BTCPayServer.Tests.csproj | 6 +++--- BTCPayServer.Tests/docker-compose.altcoins.yml | 4 ++-- BTCPayServer.Tests/docker-compose.yml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/BTCPayServer.Client/BTCPayServer.Client.csproj b/BTCPayServer.Client/BTCPayServer.Client.csproj index e41c30e65..a6aebcef0 100644 --- a/BTCPayServer.Client/BTCPayServer.Client.csproj +++ b/BTCPayServer.Client/BTCPayServer.Client.csproj @@ -31,7 +31,7 @@ - + diff --git a/BTCPayServer.Rating/BTCPayServer.Rating.csproj b/BTCPayServer.Rating/BTCPayServer.Rating.csproj index 2165a3708..666249f73 100644 --- a/BTCPayServer.Rating/BTCPayServer.Rating.csproj +++ b/BTCPayServer.Rating/BTCPayServer.Rating.csproj @@ -6,7 +6,7 @@ - + diff --git a/BTCPayServer.Tests/BTCPayServer.Tests.csproj b/BTCPayServer.Tests/BTCPayServer.Tests.csproj index 929b714bd..ed4b315e3 100644 --- a/BTCPayServer.Tests/BTCPayServer.Tests.csproj +++ b/BTCPayServer.Tests/BTCPayServer.Tests.csproj @@ -1,4 +1,4 @@ - + $(NoWarn),xUnit1031 @@ -25,8 +25,8 @@ - - + + all runtime; build; native; contentfiles; analyzers diff --git a/BTCPayServer.Tests/docker-compose.altcoins.yml b/BTCPayServer.Tests/docker-compose.altcoins.yml index 84bca4451..bc8a1a23b 100644 --- a/BTCPayServer.Tests/docker-compose.altcoins.yml +++ b/BTCPayServer.Tests/docker-compose.altcoins.yml @@ -73,7 +73,7 @@ services: - "sshd_datadir:/root/.ssh" devlnd: - image: btcpayserver/bitcoin:25.1 + image: btcpayserver/bitcoin:26.0 environment: BITCOIN_NETWORK: regtest BITCOIN_WALLETDIR: "/data/wallets" @@ -135,7 +135,7 @@ services: bitcoind: restart: unless-stopped - image: btcpayserver/bitcoin:25.1 + image: btcpayserver/bitcoin:26.0 environment: BITCOIN_NETWORK: regtest BITCOIN_WALLETDIR: "/data/wallets" diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 6ae66db87..548d1a4cc 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -70,7 +70,7 @@ services: - "sshd_datadir:/root/.ssh" devlnd: - image: btcpayserver/bitcoin:25.1 + image: btcpayserver/bitcoin:26.0 environment: BITCOIN_NETWORK: regtest BITCOIN_WALLETDIR: "/data/wallets" @@ -121,7 +121,7 @@ services: bitcoind: restart: unless-stopped - image: btcpayserver/bitcoin:25.1 + image: btcpayserver/bitcoin:26.0 environment: BITCOIN_NETWORK: regtest BITCOIN_WALLETDIR: "/data/wallets"