btcpayserver/BTCPayServer/Services
Andrew Camilleri 67da6ee379
Decimal precision and filter valid transaction (#1538)
The liquid transactions list was showing all transactions to the wallet, even when it had nothing to do with the specific crypto code (e.g sending LBTC txs in USDT, LCAD in USDT, etc). This PR fixes that.

It also uses the previously introduced checkout decimal precision fix to the Wallets screen, specifically the balance amount on wallet llist and balance change on transaction list.
2020-05-04 01:04:34 +09:00
..
Altcoins/Monero monero fixes 2020-04-06 16:12:48 +02:00
Apps Auto label utxos based on invoice and payjoin (#1499) 2020-04-28 15:06:28 +09:00
Fees Make sure tests use fixed fees 2020-04-06 19:18:49 +09:00
Invoices Trust the payment method details for the payjoin enabled and make invoice logs consistent (#1450) 2020-04-10 16:00:41 +09:00
Labels Tag payjoin for sender too 2020-04-29 09:09:16 +02:00
Mails Greenfield API: Create User 2020-03-17 08:21:27 +01:00
PaymentRequests Additional fixes for 3.0 2019-10-18 21:46:34 +09:00
Rates Merge pull request #1041 from Kukks/satscurrency 2020-02-03 08:42:35 +00:00
Stores GreenField: Prep store for more data 2020-04-30 16:43:16 +02:00
Wallets Decimal precision and filter valid transaction (#1538) 2020-05-04 01:04:34 +09:00
BTCPayServerEnvironment.cs Cleanup netcore21 specific code 2020-01-12 13:30:54 +09:00
DelayedTransactionBroadcaster.cs Persisting locked input and outpoints 2020-04-13 16:06:07 +09:00
DynamicDnsSettings.cs bump libraries 2020-01-12 15:32:26 +09:00
HardwareWalletService.cs Update c-ligthning and some packages 2019-08-17 15:14:31 +09:00
IBackgroundJobClient.cs Increase notitifcation timeout to 1 minute, make sure that BackgroundJobScheduler is correctly cancelling tasks 2019-04-05 14:58:25 +09:00
LanguageService.cs Cleanup netcore21 specific code 2020-01-12 13:30:54 +09:00
LedgerHardwareWalletService.cs Fix "Key already added in dictionary" error when signing with ledger 2019-08-07 17:53:03 +09:00
LightningClientFactoryService.cs Add missing file 2019-04-11 12:41:38 +09:00
LightningConfigurationProvider.cs Fix configuration of lnd rest 2018-12-20 20:12:36 +09:00
MigrationSettings.cs Redirect first run to register, redirect unlogged to login 2019-11-06 15:19:14 +09:00
PayjoinClient.cs remove hacks 2020-04-18 08:29:07 +02:00
PoliciesSettings.cs add additional server policy for hot wallet 2020-04-13 08:48:35 +02:00
Safe.cs Use Safe.Raw and Safe.Json instead of Html.Raw and the JsonHelper, move sanitization at the View level (#960) 2019-08-10 14:05:11 +09:00
SettingsRepository.cs BPU Prep Work Part2 (#1340) 2020-02-19 17:35:23 +09:00
SocketFactory.cs Implement Http Tor proxy as a internal http proxy 2020-04-09 17:38:55 +09:00
Socks5HttpClientHandler.cs Implement Http Tor proxy as a internal http proxy 2020-04-09 17:38:55 +09:00
ThemesSettings.cs UI: Add custom theme file option 2019-11-22 21:09:18 +01:00
Torrc.cs Parse torrc file to know virtual port of hidden services 2019-03-17 20:49:26 +09:00
TorServices.cs Add torrc files in tests 2019-11-08 16:10:49 +09:00
WalletRepository.cs Fix: Adding comment on wallet transactions causes 500 error (Close #1280) 2020-01-16 15:19:45 +09:00