nicolas.dorier
7546ef7a8e
Dotnet reformat
2023-04-10 11:07:03 +09:00
Andrew Camilleri
7951dcada6
make sure we have cors for all of greenfield ( #4760 )
...
fixes #4758
2023-03-10 15:20:11 +01:00
Andrew Camilleri
aad06c583e
Greenfield: Add store rates api ( #4550 )
...
* Add store rates api
* Improve doc
---------
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2023-01-31 14:42:25 +09:00
Nicolas Dorier
b818352a04
Register rate providers in DI, so it can be accessed by plugins ( #4551 )
2023-01-30 09:46:12 +09:00
d11n
d5d0be5824
Code formatting updates ( #4502 )
...
* Editorconfig: Add space_before_self_closing setting
This was a difference between the way dotnet-format and Rider format code. See https://www.jetbrains.com/help/rider/EditorConfig_Index.html
* Editorconfig: Keep 4 spaces indentation for Swagger JSON files
They are all formatted that way, let's keep it like that.
* Apply dotnet-format, mostly white-space related changes
2023-01-06 22:18:07 +09:00
Andrew Camilleri
434298cba6
Greenfield: Store Rates Config ( #3931 )
...
* Greenfield: Store Rates Config
* FIX SWAGGER
* rebase fix
* Apply suggestions from code review
Co-authored-by: d11n <mail@dennisreimann.de>
* Update BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-rates-config.json
Co-authored-by: d11n <mail@dennisreimann.de>
* Fix: Spread isn't converted from/to percentage, rename some fields, and move some routes
* Fix error handling
Co-authored-by: d11n <mail@dennisreimann.de>
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2022-10-12 22:19:33 +09:00