btcpayserver/BTCPayServer/Data
Andrew Camilleri 916323bb3b [WIP] Further abstractions to Payment Handlers (#867)
* mark items to abstract


wip


wip


wip


wip


wip


wip


wip


cleanup


parse other types


compile and fix tests


fix bug 


fix warnings


fix rebase error


reduce payment method handler passings


more cleanup


switch tests to Fast mode 


fix obsolete warning


remove argument requirement 


rebase fixes


remove overcomplicated code


better parsing


remove dependency on environement


remove async

* fixes and simplification

* simplify

* clean up even more

* replace nuglify dependency

* remove extra space

* Fix tests

* fix booboo

* missing setter

* change url resolver

* reduce payment method handlers

* wrap payment method handlers in a custom type

* fix tests

* make invoice controller UI selectlist population cleaner

* make store controller use payment handler dictionary

* fix ln flag

* fix store controller test

* remove null checks on payment handlers

* remove unused imports

* BitcoinSpecificBtcPayNetwork - abstract BTCPayNetwork

* some type fixes

* fix tests

* simplify fetching handler in invoice controller

* rename network base and bitcoin classes

* abstract serializer to network level

* fix serializer when network not provided

* fix serializer when network not provided

* fix serializer when network not provided

* Abstract more payment type specific logic to handlers

* fix merge issue

* small fixes

* make use of repository instead of direct context usage

* reduce redundant code

* sanity check

* test fixes
2019-05-30 16:02:52 +09:00
..
AddressInvoiceData.cs Fix bug making it impossible to remove LTC xpub 2018-03-14 19:32:24 +09:00
APIKeyData.cs Can delete stores 2018-07-19 19:31:17 +09:00
AppData.cs Apps can tag invoices 2019-02-19 12:48:08 +09:00
ApplicationDbContext.cs Part2: Openiddict: Init OpenIddict & Database Migration & Auth Policies (#567) 2019-05-24 15:17:02 +09:00
ApplicationDbContextFactory.cs Remove HangFire dependency 2019-01-16 19:15:09 +09:00
HistoricalAddressInvoiceData.cs Can delete stores 2018-07-19 19:31:17 +09:00
InvoiceData.cs Use enum for invoice status and invoice exception 2018-12-10 21:48:28 +09:00
InvoiceEventData.cs Can delete stores 2018-07-19 19:31:17 +09:00
PairedSINData.cs Remove the Facade concept 2019-04-11 23:55:20 +09:00
PairingCodeData.cs Remove the Facade concept 2019-04-11 23:55:20 +09:00
PaymentData.cs Correctly handle RBF 2017-11-06 00:31:02 -08:00
PendingInvoiceData.cs Can delete stores 2018-07-19 19:31:17 +09:00
RefundData.cs Adopt dotnet core editorconfig, big reformating 2017-10-27 17:53:04 +09:00
SettingData.cs Adopt dotnet core editorconfig, big reformating 2017-10-27 17:53:04 +09:00
StoreData.cs [WIP] Further abstractions to Payment Handlers (#867) 2019-05-30 16:02:52 +09:00
UserStore.cs Adopt dotnet core editorconfig, big reformating 2017-10-27 17:53:04 +09:00