Skip to content

Commit

Permalink
Tests.Unit: temporarily add BTCPayServer.Lightning DLLs
Browse files Browse the repository at this point in the history
BTCPayServer.Lightning does currently not support closing channels with LND.
There is an open PR which implements this feature:
btcpayserver/BTCPayServer.Lightning#37

Until this PR is merged we use the compiled DLLs with this feature.
Afterwards this commit can be dropped and the Nuget package versions
can be updated to the latest version which has the PR merged.
  • Loading branch information
knocte committed Feb 17, 2021
1 parent d3bc4fb commit 1f6926a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
14 changes: 7 additions & 7 deletions src/GWallet.Backend.Tests.Unit/GWallet.Backend.Tests.Unit.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,25 +131,25 @@
<HintPath>..\..\packages\Microsoft.Extensions.Logging.Abstractions.1.0.2\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
</Reference>
<Reference Include="BTCPayServer.Lightning.All">
<HintPath>..\..\packages\BTCPayServer.Lightning.All.1.1.13\lib\netstandard2.0\BTCPayServer.Lightning.All.dll</HintPath>
<HintPath>..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.All.dll</HintPath>
</Reference>
<Reference Include="BTCPayServer.Lightning.Common">
<HintPath>..\..\packages\BTCPayServer.Lightning.Common.1.1.0.22\lib\netstandard2.0\BTCPayServer.Lightning.Common.dll</HintPath>
<HintPath>..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.Common.dll</HintPath>
</Reference>
<Reference Include="BTCPayServer.Lightning.LND">
<HintPath>..\..\packages\BTCPayServer.Lightning.LND.1.1.0.29\lib\netstandard2.0\BTCPayServer.Lightning.LND.dll</HintPath>
<HintPath>..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.LND.dll</HintPath>
</Reference>
<Reference Include="BTCPayServer.Lightning.Charge">
<HintPath>..\..\packages\BTCPayServer.Lightning.Charge.1.1.0.22\lib\netstandard2.0\BTCPayServer.Lightning.Charge.dll</HintPath>
<HintPath>..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.Charge.dll</HintPath>
</Reference>
<Reference Include="BTCPayServer.Lightning.CLightning">
<HintPath>..\..\packages\BTCPayServer.Lightning.CLightning.1.1.7\lib\netstandard2.0\BTCPayServer.Lightning.CLightning.dll</HintPath>
<HintPath>..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.CLightning.dll</HintPath>
</Reference>
<Reference Include="BTCPayServer.Lightning.Eclair">
<HintPath>..\..\packages\BTCPayServer.Lightning.Eclair.1.1.0.10\lib\netstandard2.0\BTCPayServer.Lightning.Eclair.dll</HintPath>
<HintPath>..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.Eclair.dll</HintPath>
</Reference>
<Reference Include="BTCPayServer.Lightning.Ptarmigan">
<HintPath>..\..\packages\BTCPayServer.Lightning.Ptarmigan.1.0.0.8\lib\netstandard2.0\BTCPayServer.Lightning.Ptarmigan.dll</HintPath>
<HintPath>..\..\BTCPayServer.Lightning\BTCPayServer.Lightning.Ptarmigan.dll</HintPath>
</Reference>
<Reference Include="DotNetLightning.Core">
<HintPath>..\..\packages\DotNetLightning.Kiss.1.1.2-date20200902-1110-git-a4a59d0\lib\netstandard2.0\DotNetLightning.Core.dll</HintPath>
Expand Down
7 changes: 0 additions & 7 deletions src/GWallet.Backend.Tests.Unit/packages.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BTCPayServer.Lightning.All" version="1.1.13" />
<package id="BTCPayServer.Lightning.Charge" version="1.1.0.22" />
<package id="BTCPayServer.Lightning.CLightning" version="1.1.7" />
<package id="BTCPayServer.Lightning.Common" version="1.1.0.22" />
<package id="BTCPayServer.Lightning.Eclair" version="1.1.0.10" />
<package id="BTCPayServer.Lightning.LND" version="1.1.0.29" />
<package id="BTCPayServer.Lightning.Ptarmigan" version="1.0.0.8" />
<package id="DotNetLightning.Kiss" version="1.1.2-date20200714-1851-git-97c7fbe" targetFramework="net461" />
<package id="FSharp.Core" version="4.7.0" targetFramework="net461" />
<package id="Microsoft.Extensions.Logging.Abstractions" version="1.0.2" targetFramework="net46" />
Expand Down

0 comments on commit 1f6926a

Please sign in to comment.