Skip to content

Commit

Permalink
Remove dependency on Common from Rating
Browse files Browse the repository at this point in the history
replaces btcpayserver#1591 and btcpayserver#1592 , closes btcpayserver#1571 Replaces the Currencies.txt to a json format which includes the networks too ( there is also a test to check now) Also makes CurrencyPair not depend on network and instead use CurrencyNameTable
  • Loading branch information
Kukks committed May 31, 2020
1 parent 379e574 commit 587f244
Show file tree
Hide file tree
Showing 15 changed files with 1,347 additions and 377 deletions.
4 changes: 3 additions & 1 deletion BTCPayServer.Rating/BTCPayServer.Rating.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.6.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
<PackageReference Include="NBitcoin" Version="5.0.40" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="DigitalRuby.ExchangeSharp" Version="0.6.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\BTCPayServer.Common\BTCPayServer.Common.csproj" />
<EmbeddedResource Include="Currencies.json" />
</ItemGroup>


</Project>
Loading

0 comments on commit 587f244

Please sign in to comment.