btcpayserver/BTCPayServer.Abstractions
Andrew Camilleri 4063a5aaee
Quality of life improvements to payout processors (#5135)
* Quality of life improvements to payout processors

* Allows more fleixble intervals for payout processing from 10-60 mins to 1min-24hours(requested by users)
* Cancel ln payotus that expired (bolt11)
* Allow cancelling of ln payotus that have failed to be paid after x attempts
* Allow conifguring a threshold for when to process on-chain payouts (reduces fees)

# Conflicts:
#	BTCPayServer.Tests/SeleniumTests.cs

* Simplify the code

* switch to concurrent dictionary

* Allow ProcessNewPayoutsInstantly

* refactor plugin hook service to have events available and change processor hooks to actions with better args

* add procesor extended tests

* Update BTCPayServer.Tests/GreenfieldAPITests.cs

* fix concurrency issue

* Update BTCPayServer/PayoutProcessors/BaseAutomatedPayoutProcessor.cs

---------

Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2023-07-20 22:05:14 +09:00
..
Configuration Add ability to migrate from MySQL and SQLite with EF (#4614) 2023-02-10 11:43:46 +09:00
Constants Refactoring: Move WellKnownTempData into Abstractions.Constants 2022-02-21 16:39:08 +01:00
Contracts Quality of life improvements to payout processors (#5135) 2023-07-20 22:05:14 +09:00
Converters BTCPay Extensions Part 2 (#2001) 2020-10-21 14:02:20 +02:00
Custodians Dotnet reformat 2023-04-10 11:07:03 +09:00
Extensions [Greenfield] Allow passing email instead of user id in API (#4732) 2023-03-03 21:24:27 +09:00
Form Form editor (#4968) 2023-05-22 13:30:28 +02:00
Models Use AssemblyProduct rather than AssemblyTitle for default plugin name 2023-01-17 22:05:24 +09:00
Security CSP: Remove unsafe-eval when vue isn't used (#4747) 2023-03-08 17:57:36 +09:00
Services Refactoring: Extract Safe module to Abstractions (#3676) 2022-04-26 10:28:49 +09:00
TagHelpers Store Custom Roles (#4940) 2023-05-26 23:49:32 +09:00
BTCPayServer.Abstractions.csproj bump ms aspnet packages (#4166) 2022-10-07 14:53:30 +09:00
CamelCaseSerializerSettings.cs Form Builder (#4137) 2022-11-25 10:42:55 +09:00
icon.png Add nuget publishing for plugin packaer and abstractions (#2018) 2020-10-25 00:21:50 +09:00
PushNuget.ps1 Add nuget publishing for plugin packaer and abstractions (#2018) 2020-10-25 00:21:50 +09:00