Umar Bolatov
63e1c5807e
Add number formatting in crowdfund app
2021-10-24 14:33:47 -07:00
Umar Bolatov
a3cc1f2ef0
Fix typos
2021-10-23 23:14:36 -07:00
nicolas.dorier
5318684e5c
fix build
2021-10-23 22:10:54 +09:00
nicolas.dorier
b3b9651cd8
Use buster rather than bulleyes for arm32
2021-10-23 22:09:13 +09:00
Nicolas Dorier
86e528e5df
Use NBitcoin's Network.UriScheme rather than our own ( #3005 )
2021-10-23 14:47:15 +09:00
Andrew Camilleri
c46a69e1bd
Add Paging to Pull Payments ( #2997 )
2021-10-22 15:10:59 +09:00
Andrew Camilleri
9b0d1a23dc
Decouple Pull payment from wallets ( #2987 )
...
* Decouple Pull payments from wallet
* Update _Nav.cshtml
* Fixes
2021-10-22 11:17:40 +09:00
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
Dennis Reimann
a193e1cbf3
Scanner: Improve QR data display
2021-10-21 17:05:44 +02:00
Dennis Reimann
493f1b98c2
Upgrade vue-qr-code-reader and fix scanning issue
2021-10-21 17:05:44 +02:00
Dennis Reimann
926b60df3d
Fix camera scanner CSP issue
2021-10-21 17:05:44 +02:00
Nicolas Dorier
d8a162fb6e
[Fix] CurrencyValue parsing shouldn't depend on locale
2021-10-21 19:15:02 +09:00
Nicolas Dorier
4cf3249e0b
Add ability to set default currency for a store ( #2998 )
2021-10-20 23:17:40 +09:00
Kukks
407f26b1dc
fix netehreum warnings
2021-10-20 13:08:50 +02:00
Pavlenex
0159588eed
Merge pull request #3001 from dennisreimann/supporters
...
Supporters: Fix SVGs that are referenced in READMEs
2021-10-20 12:27:57 +02:00
Dennis Reimann
6f7be7eb09
Supporters: Fix SVGs that are referenced in READMEs
2021-10-20 12:14:30 +02:00
nicolas.dorier
09a53718bb
Abort payjoin request after 30 sec of timeout
2021-10-20 17:06:27 +09:00
Samuel B. Atwood
5655f22397
Fix default payment bug ( #2975 )
...
* Fix default payment bug
This attempts to fix the default payment bug described in #2963 .
Update to complete #2986
This takes into account #2986 and @NicolasDorier 's suggestion to add a default payment type as an empty (valueless) option that is selected by default.
* Fix tests
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2021-10-20 14:34:04 +09:00
Samuel B. Atwood
791d0abb34
Clarify payment method criteria error message ( #2989 )
...
As requested by @BTCBellyButton, this clarifies the error message shown resulting from an invalid payment method criteria.
https://github.com/btcpayserver/btcpayserver/pull/2975#issuecomment-945218280
2021-10-20 14:02:20 +09:00
d11n
13d9930955
Improve supporters display ( #2994 )
2021-10-20 14:01:55 +09:00
Bananenbieger123
c4f40d68e9
Fix cryptic error message issue ( #2978 )
2021-10-18 10:42:53 +02:00
Samuel B. Atwood
9951370321
Fix logo issue ( #2977 )
2021-10-18 10:41:34 +02:00
Samuel B. Atwood
0119ad452b
Order language dropdown in CheckoutExperience
...
Solves the same issue as described in the first part of #2971 and solved in #2972 , except in the Settings instead of the checkout UI.
2021-10-18 10:40:17 +02:00
Nicolas Dorier
3d3016fdca
Fix fallback logic for default payment method ( #2986 )
2021-10-18 16:56:47 +09:00
Nicolas Dorier
262798d577
Refactor by adding extension FindPayoutHandler ( #2984 )
2021-10-18 15:00:38 +09:00
Andrew Camilleri
cf206e64a7
Add Lightning payout support ( #2517 )
...
* Add Lightning payout support
* Adjust Greenfield API to allow other payment types for Payouts
* Pull payment view: Improve payment method select
* Pull payments view: Update JS
* Pull payments view: Table improvements
* Pull payment form: Remove duplicate name field
* Cleanup Lightning branch after rebasing
* Update swagger documnetation for Lightning support
* Remove required requirement for amount in pull payments
* Adapt Refund endpoint to support multiple playment methods
* Support LNURL Pay for Pull Payments
* Revert "Remove required requirement for amount in pull payments"
This reverts commit 96cb78939d43b7be61ee2d257800ccd1cce45c4c.
* Support Lightning address payout claims
* Fix lightning claim handling and provide better error messages
* Fix tests
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2021-10-18 12:37:59 +09:00
Kukks
5ac4135a13
fix crowdfund js
2021-10-15 12:53:45 +02:00
Kukks
5176eaf4ba
fix test
2021-10-15 12:53:45 +02:00
Kukks
514417e888
Rename to custom and fix small css
2021-10-15 12:53:45 +02:00
Kukks
f83e85dc36
addd test
2021-10-15 12:53:45 +02:00
Kukks
9592a77cff
use more concrete types for price type in app items
2021-10-15 12:53:45 +02:00
Kukks
33a893ba31
Replace addLoadEvent with better practice
2021-10-15 12:53:45 +02:00
Kukks
f89cdadde8
fix btn text
2021-10-15 12:53:45 +02:00
Kukks
7d2aa28e1f
Support Topup Invoices in Apps
2021-10-15 12:53:45 +02:00
Nicolas Dorier
9df4429fc2
Remove unreachable code ( #2961 )
2021-10-15 16:34:40 +09:00
Samuel B. Atwood
843a2491ef
Improve language dropdown UX/Update jquery-prettydropdowns to 4.17.0 ( #2972 )
...
* Improve language dropdown UX
Several improvements to the language selector dropdown list.
* Apply suggestions from code review
Incorporate styling suggestion from @dennisreimann
Co-authored-by: d11n <mail@dennisreimann.de>
Co-authored-by: d11n <mail@dennisreimann.de>
2021-10-15 14:27:52 +09:00
Andrew Camilleri
d64fb15ac2
Greenfield: Provide negative undue when overpaid. ( #2936 )
...
* Greenfield: Provide negative undue when overpaid.
closes #2935
* Invoice's due can be negative, fix Amount field of invoice
* Update swagger.template.invoices.json
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2021-10-15 14:23:34 +09:00
nicolas.dorier
3671e7f18c
Fix test
2021-10-15 14:19:40 +09:00
nicolas.dorier
899bf98f45
Fix tests
2021-10-15 12:50:33 +09:00
nicolas.dorier
4230ba513f
Add support for rpio exchange rate ( close #2960 )
2021-10-15 12:18:02 +09:00
nicolas.dorier
18f1b4d8c1
Bump NBitcoin (Fix perf problem on signing of big transaction)
2021-10-14 01:01:32 +09:00
Nicolas Dorier
75776687bc
Fix bug: Importing seed with Is hot wallet checked was not working ( #2966 )
2021-10-12 18:37:13 +09:00
nicolas.dorier
b5ebd14589
Fix NRE in BaseService.StopAsync
2021-10-12 17:39:48 +09:00
nicolas.dorier
67ba64b0a1
Fix build
2021-10-12 15:45:55 +09:00
nicolas.dorier
b26e8311c1
Bump NBitcoin
2021-10-12 15:42:20 +09:00
nicolas.dorier
0033aab03e
Remove types from BTCPayServer.Client
2021-10-11 18:01:32 +09:00
nicolas.dorier
1037fe0b14
Remove unused ExpireInvoiceResponse type
2021-10-11 17:58:01 +09:00
nicolas.dorier
6c688b9684
Make sure cheater scan rpc capabilities
2021-10-11 17:49:04 +09:00
nicolas.dorier
601e17ed0f
Fix altcoins docker-compose
2021-10-11 17:39:12 +09:00
nicolas.dorier
ad86c16bc9
Bump Tor
2021-10-11 12:35:26 +09:00