d11n
3fa28bb46d
Upgrade Lightning lib ( #4503 )
2023-01-06 22:08:03 +09:00
nicolas.dorier
1a41b3fb64
Bump NBitcoin
2022-12-23 17:28:44 +09:00
nicolas.dorier
83c4e38fa5
Update NBitcoin
2022-12-23 17:15:14 +09:00
nicolas.dorier
9ce06fdc4e
Update lightning libs ( Fix #4458 )
2022-12-23 17:03:37 +09:00
nicolas.dorier
c7baa66a4d
Bump lightning lib ( Fix #4383 )
2022-12-22 22:01:23 +09:00
nicolas.dorier
5e983641b6
bump
2022-12-16 17:39:14 +09:00
Nicolas Dorier
cdac238f6d
[Greenfield]: Add DescriptionHashOnly to include a description hash in the BOLT11 ( #4411 )
...
* [Greenfield]: Add DescriptionHashOnly to include a description hash in the BOLT11
* Add CLN test case
* Improve description in Swagger file
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-12-13 18:56:33 +09:00
nicolas.dorier
f36df81d9a
bump lightning lib ( Fix #4245 )
2022-12-05 11:37:03 +09:00
nicolas.dorier
887bea4328
bump BTCPayServer.Client
2022-11-26 00:22:09 +09:00
d11n
e56cbf0baa
Greenfield: Graceful return for in-flight HTLCs ( #4252 )
...
* Greenfield: Graceful return for in-flight HTLCs
Based on btcpayserver/BTCPayServer.Lightning#106 this closes #3781 .
* Update descriptions
2022-11-02 21:03:34 +09:00
Nicolas Dorier
16bfb1dbfe
Bump libraries ( #4219 )
2022-10-18 23:58:28 +09:00
nicolas.dorier
9533809631
Bump NBitcoin ( Fix #4212 )
2022-10-17 18:47:49 +09:00
Andrew Camilleri
c40c11a822
bump ms aspnet packages ( #4166 )
...
* bump ms aspnet packages
* Bump .NET SDK in Dockerfile
* bump more packages
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2022-10-07 14:53:30 +09:00
d11n
8e2f84a989
Upgrade Lightning libraries ( #4164 )
2022-09-26 22:48:47 +09:00
nicolas.dorier
3b1946d65c
bump lightning libs
2022-09-09 16:46:39 +09:00
Nicolas Dorier
c2a0daedeb
Bump versions of various deps ( #3998 )
2022-07-27 15:55:37 +09:00
Nicolas Dorier
eec54831ef
Update lightning lib, on-chain balance shouldn't be lightmoney ( #3945 )
2022-07-08 10:55:26 +09:00
d11n
af93cf2adb
Lightning balance: Handle null values ( #3886 )
...
* Lightning balance: Handle null values
* Upgrade Lightning lib
2022-06-21 16:09:18 +09:00
d11n
479f21f4f3
Dashboard: Add Lightning balances and services ( #3838 )
...
* Update Lightning lib
* Refactoring: Move Lightning methods and props to ExternalServices
* Rename Lightning services
* Add Lightning balance to dashboard
* Split Lightning dashboard tiles
* View updates
2022-06-14 14:36:22 +09:00
Dennis Reimann
5a4b675791
Upgrade Lightning lib; add and pass cancellation tokens in Greenfield
2022-05-19 17:37:00 +02:00
d11n
6d76771b16
Lightning: Allow specifying explicit amount for invoices ( #3753 )
...
* Upgrade Lightning lib
* Lightning: Allow specifying explicit amount for invoices
* Fix tests
2022-05-18 14:57:36 +09:00
nicolas.dorier
ae67cc8a51
bump
2022-04-28 22:06:03 +09:00
d11n
8981414705
API: Add Lightning Payment info endpoint ( #3557 )
...
* Upgrade Lightning lib
* API: Add Lightning Payment info endpoint
2022-04-12 18:01:58 +09:00
d11n
cd3807a3d8
Lightning payment info and fee handling ( #3454 )
...
* Lightning payment info and fee handling
Builds on the additions in btcpayserver/BTCPayServer.Lightning#59 and btcpayserver/BTCPayServer.Lightning#61 .
Adds payment information (total amount and fees) to the API response and allows to set an optional maximum fee percentage when paying.
* Add max fee flat
2022-02-17 18:01:39 +09:00
Nicolas Dorier
1d593df5af
Bump lightning lib ( #3453 )
...
* Bump lightning lib
* Fix endianness of description hash text
2022-02-14 20:33:27 +09:00
Nicolas Dorier
a9b755fa1d
Changelog 1.4.0 ( #3328 )
2022-01-27 22:24:39 +09:00
nicolas.dorier
f34706f9f0
Update lightning lib
2022-01-13 19:18:14 +09:00
nicolas.dorier
259f0b5aad
Bump to C# 10
2021-12-27 13:20:57 +09:00
Nicolas Dorier
02419dcdd1
Migrate to .net6.0 ( #3198 )
2021-12-27 13:15:43 +09:00
d11n
cc60958b30
Upgrade Lightning lib ( #3187 )
2021-12-11 14:32:28 +09:00
Samuel Adams
cbcd59c996
Prevent creation of on-chain invoices below the dust limit ( #3082 )
...
* Prevent creation of on-chain invoices below the dust limit
Fixes #3071 .
* Apply suggestions from code review
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
* small fix
* Fix selenium test
0.000000012 BTC (whether rounded or not) is below the dust threshold, causing this test to fail.
* fix CanCreateTopupInvoices test
Don't apply dust threshold conditional for topup invoices.
* Fix test, and minor changes
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2021-11-15 13:48:07 +09:00
nicolas.dorier
7e3cda904a
Fix: Lightning address pay fails if millisatoshi is not 0 mod 1000 on LND ( #3056 )
2021-11-04 23:55:58 +09:00
nicolas.dorier
d6e3fb46ee
bump
2021-10-29 23:41:02 +09:00
Andrew Camilleri
951bfeefb1
LNURL Payment Method Support ( #2897 )
...
* LNURL Payment Method Support
* Merge recent Lightning controller related changes
* Fix build
* Create separate payment settings section for stores
* Improve LNURL configuration
* Prevent duplicate array entries when merging Swagger JSON
* Fix CanSetPaymentMethodLimitsLightning
* Fix CanUsePayjoinViaUI
* Adapt test for new cancel bolt invoice feature
* rebase fixes
* Fixes after rebase
* Test fixes
* Do not turn LNURL on by default, Off-Chain payment criteria should affects both BOLT11 and LNURL, Payment criteria of unset payment method shouldn't be shown
* Send better error if payment method not found
* Revert "Prevent duplicate array entries when merging Swagger JSON"
This reverts commit 5783db9eda
.
* Fix LNUrl doc
* Fix some warnings
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2021-10-25 15:18:02 +09:00
Nicolas Dorier
86e528e5df
Use NBitcoin's Network.UriScheme rather than our own ( #3005 )
2021-10-23 14:47:15 +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
b26e8311c1
Bump NBitcoin
2021-10-12 15:42:20 +09:00
nicolas.dorier
cf2c147f4f
Bumping versions of libraries and dockerfile
2021-10-05 15:29:26 +09:00
nicolas.dorier
748c882ba1
Bump libraries
2021-08-26 14:34:20 +09:00
Nicolas Dorier
f84b2c5160
Add proper error message if node/nbxplorer doesn't support taproot ( #2752 )
2021-08-05 13:56:31 +09:00
Nicolas Dorier
1b85ab8b54
Improve UI of immature balance, show available balance in wallet list ( #2732 )
2021-08-01 22:13:12 +09:00
Nicolas Dorier
6ea96efe68
Update NBitcoin, fix warnings on nullable ( #2718 )
2021-07-29 20:29:34 +09:00
Nicolas Dorier
e93b030bfe
Update HWI library, warn users to run newer version ( #2544 )
...
* Update HWI library, warn users to run newer version
* Update BTCPayServer/wwwroot/js/vaultbridge.ui.js
Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com>
* Update BTCPayServer/wwwroot/js/vaultbridge.ui.js
Co-authored-by: Pavlenex <pavle@pavle.org>
Co-authored-by: Zaxounette <51208677+Zaxounette@users.noreply.github.com>
Co-authored-by: Pavlenex <pavle@pavle.org>
2021-06-06 21:02:15 +09:00
nicolas.dorier
50cd4cb3ce
bump version
2021-04-29 12:52:55 +09:00
nicolas.dorier
99b1e391a6
bump NBitcoin
2021-04-20 12:05:48 +09:00
nicolas.dorier
e1fed90b71
bump versions
2021-03-11 22:48:40 +09:00
Nicolas Dorier
db0854f203
Update NBitcoin, NetworkType => ChainName, signet support ( #2224 )
2021-01-27 14:39:38 +09:00
Andrew Camilleri
01be74b219
Add Bitcoin Output descriptor support ( #2169 )
...
* Add Output descriptor support
* Fix exception message and fix Parse Deriv Scheme Settings when electrum
* fix test
2021-01-11 11:22:42 +09:00
nicolas.dorier
06d6d15441
Bump version
2020-11-26 00:15:40 +09:00
nicolas.dorier
da864f4c6c
bump nbx and nbitcoin
2020-10-24 15:27:48 +09:00