btcpayserver/BTCPayServer/Services/Rates
nicolas.dorier cad602ad14 Fix several issues in cart
* Fix: Only USD currency with 2 decimals were properly handled for tips
* Fix: All PoS apps would were sharing the same basket
* Fix: Currency formatting was not using server side information
* Fix: Various bug of formatting for decimal 0 and more than 2.
2018-12-04 13:04:26 +09:00
..
BackgroundFetcherRateProvider.cs Add exchange name to expired rate 2018-08-31 10:45:21 +09:00
BitpayRateProvider.cs Report if BackgroundFetcherRateProvider has expired entry 2018-08-25 15:09:42 +09:00
CachedRateProvider.cs Report if BackgroundFetcherRateProvider has expired entry 2018-08-25 15:09:42 +09:00
CoinAverageRateProvider.cs Report if BackgroundFetcherRateProvider has expired entry 2018-08-25 15:09:42 +09:00
CoinAverageSettings.cs BTCPayRateProviderFactory is responsible for getting the supported exchange list 2018-05-12 00:54:17 +09:00
CurrencyNameTable.cs Fix several issues in cart 2018-12-04 13:04:26 +09:00
ExchangeSharpRateProvider.cs Report if BackgroundFetcherRateProvider has expired entry 2018-08-25 15:09:42 +09:00
FallbackRateProvider.cs Poll and cache rates in parallel 2018-08-23 00:24:33 +09:00
IHasExchangeName.cs Report if BackgroundFetcherRateProvider has expired entry 2018-08-25 15:09:42 +09:00
IRateProvider.cs Refactor the RateProvider 2018-05-03 03:32:42 +09:00
KrakenExchangeRateProvider.cs Fix rate fetching for kraken doge and dash 2018-11-05 12:14:39 +09:00
NullRateProvider.cs Poll and cache rates in parallel 2018-08-23 00:24:33 +09:00
QuadrigacxRateProvider.cs Report if BackgroundFetcherRateProvider has expired entry 2018-08-25 15:09:42 +09:00
RateFetcher.cs Poll and cache rates in parallel 2018-08-23 00:24:33 +09:00
RateProviderFactory.cs Reactivate cryptopia 2018-10-31 13:31:03 +09:00