From a5b732e197551f1120dd0081c73b270a7ada9f87 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sun, 3 Dec 2017 01:56:26 +0900 Subject: [PATCH] Update NBitcoin, NBxplorer and bump --- BTCPayServer.Tests/docker-compose.yml | 5 ++++- BTCPayServer/BTCPayServer.csproj | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index c88bc1872..048c3dcd0 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -21,7 +21,7 @@ services: - "tests:127.0.0.1" nbxplorer: - image: nicolasdorier/nbxplorer:1.0.0.28 + image: nicolasdorier/nbxplorer:1.0.0.29 ports: - "32838:32838" expose: @@ -39,6 +39,9 @@ services: - bitcoind - postgres + eclair: + image: nicolasdorier/docker-bitcoin:0.15.0.1 + bitcoind: container_name: btcpayserver_dev_bitcoind image: nicolasdorier/docker-bitcoin:0.15.0.1 diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 2e13f6b2b..8375a51ff 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -2,7 +2,7 @@ Exe netcoreapp2.0 - 1.0.0.31 + 1.0.0.32 @@ -21,7 +21,7 @@ - +