btcpayserver/BTCPayServer/Data
Samuel Adams cbcd59c996
Prevent creation of on-chain invoices below the dust limit (#3082)
* Prevent creation of on-chain invoices below the dust limit

Fixes #3071.

* Apply suggestions from code review

Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>

* small fix

* Fix selenium test

0.000000012 BTC (whether rounded or not) is below the dust threshold, causing this test to fail.

* fix CanCreateTopupInvoices test

Don't apply dust threshold conditional for topup invoices.

* Fix test, and minor changes

Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2021-11-15 13:48:07 +09:00
..
Payouts Prevent creation of on-chain invoices below the dust limit (#3082) 2021-11-15 13:48:07 +09:00
PullPayments Refactor and decouple Payout logic (#2046) 2021-04-13 17:36:49 +09:00
AddressInvoiceDataExtensions.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
APIKeyDataExtensions.cs GreenField: Switch to Blob for API Keys 2020-04-02 09:32:22 +02:00
HistoricalAddressInvoiceDataExtensions.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
InvoiceDataExtensions.cs Payment Settled Webhook event (#2944) 2021-10-05 18:10:41 +09:00
PaymentDataExtensions.cs Add callback doc 2020-11-16 12:13:27 +09:00
PaymentRequestDataExtensions.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
StoreBlob.cs Add ability to set default currency for a store (#2998) 2021-10-20 23:17:40 +09:00
StoreDataExtensions.cs Add setup links for LN URL integration (#3046) 2021-11-10 10:50:39 +01:00
WalletDataExtensions.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
WalletTransactionDataExtensions.cs GreenField API: Wallet API (#2246) 2021-03-11 21:34:52 +09:00
WebhookDataExtensions.cs Add Webhooks in store's settings 2020-11-08 15:57:24 +09:00