btcpayserver/BTCPayServer.Data/Data
Andrew Camilleri db038723f4
Payout Destination Handling (#2985)
* Payout Destination Handling

fixes #2765
This PR:
* reactivates the BIP21 support for payouts.
* allows LNUrl destinations to be reusable.
* allows addresses to be reused in claims as long as the other claims are in a final state

* Ensure bolt amount matches the payout amount

* fixes

* reduce duplicate parsing of bolt

* make hash the id of bolt

* better bolt11 tostring

* use cached payment request from lnurl
2021-10-22 00:43:02 +09:00
..
AddressInvoiceData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
APIKeyData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
AppData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
ApplicationUser.cs U2fremove (#2496) 2021-04-28 16:22:09 +09:00
Fido2Credential.cs Unify Fido2 authentication under two-factor tab (#2866) 2021-09-13 10:16:52 +09:00
HistoricalAddressInvoiceData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
InvoiceData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
InvoiceEventData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
InvoiceSearchData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
InvoiceWebhookDeliveryData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
NotificationData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
OffchainTransactionData.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
PairedSINData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PairingCodeData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PayjoinLock.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
PaymentData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PaymentRequestData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PayoutData.cs Payout Destination Handling (#2985) 2021-10-22 00:43:02 +09:00
PendingInvoiceData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PlannedTransaction.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PullPaymentData.cs Refactor and decouple Payout logic (#2046) 2021-04-13 17:36:49 +09:00
RefundData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
SettingData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
StoreData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
StoredFile.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
StoreWebhookData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
U2FDevice.cs U2fremove (#2496) 2021-04-28 16:22:09 +09:00
UserStore.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
WalletData.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
WalletTransactionData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
WebhookData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
WebhookDeliveryData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00