nicolas.dorier
|
4945a640a7
|
Use PaymentHash of a lightning payment as PaymentId
|
2019-01-27 13:06:55 +09:00 |
|
Steven Horn
|
b28a547dc4
|
Grammatical corrections in exception messages
Fixed a few grammatical errors in LightningLikePaymentHandler.
|
2019-01-15 12:21:31 +00:00 |
|
Nicolas Dorier
|
63c309bd12
|
Merge pull request #499 from Kukks/node-info-page
Add Node Info Page
|
2019-01-07 22:04:08 +09:00 |
|
Kukks
|
12c418d84d
|
Add Node Info Page
|
2019-01-07 09:52:27 +01:00 |
|
nicolas.dorier
|
4b982f815c
|
Renaming
|
2019-01-07 15:35:18 +09:00 |
|
Kukks
|
5076d73695
|
Enhance Invoice Events
|
2019-01-06 10:12:45 +01:00 |
|
nicolas.dorier
|
a05cd5678b
|
Add support for removing network fee on first payment
|
2019-01-05 17:45:49 +09:00 |
|
nicolas.dorier
|
0f175174f6
|
Rename TxFee to NetworkFee and save the Network Fee of each payment under PaymentEntity
|
2019-01-05 13:31:05 +09:00 |
|
Andrew Camilleri
|
27fa2d5b69
|
do not add ln payment if amount couldn't be parsed
|
2018-12-20 09:21:20 +01:00 |
|
nicolas.dorier
|
93113fd871
|
Fix payment exports to reflect correctly payment data, rename fields.
|
2018-12-18 21:35:52 +09:00 |
|
nicolas.dorier
|
9209984a2f
|
Remove useless argument from GetInvoice
|
2018-12-06 17:05:27 +09:00 |
|
nicolas.dorier
|
8be4256278
|
Fix unreliable tests
|
2018-10-28 22:46:03 +09:00 |
|
nicolas.dorier
|
f5d81334f8
|
Remove Lightning Specific logic from BTCPay, and use BTCPayServer.Lightning packages instead
|
2018-08-30 12:24:00 +09:00 |
|
nicolas.dorier
|
be1a44f018
|
Fix bug in LND client
|
2018-08-28 18:06:07 +09:00 |
|
nicolas.dorier
|
0f1efc16f5
|
fx build
|
2018-08-27 18:45:05 +09:00 |
|
nicolas.dorier
|
da8a06952c
|
Fix bug about btcpay showing wrong port 0 as public lightning port for charge and clightning
|
2018-08-27 18:36:08 +09:00 |
|
nicolas.dorier
|
9c30476fc8
|
Making BTCPayServer a bit faster when creating invoices
|
2018-08-21 13:54:52 +09:00 |
|
nicolas.dorier
|
a2b039f983
|
Report errors of LND
|
2018-07-27 15:49:57 +09:00 |
|
nicolas.dorier
|
7afa726ddc
|
Fix, macaroonfilepath should be read in order to create the qr code
|
2018-07-23 12:20:11 +09:00 |
|
nicolas.dorier
|
624252e4ad
|
LightningConnectionString can parse gRPC
|
2018-07-23 11:11:00 +09:00 |
|
nicolas.dorier
|
022b4f115d
|
Expose LND gRPC settings
|
2018-07-22 18:38:14 +09:00 |
|
nicolas.dorier
|
1ee4bd9c92
|
Fix tests, and make sure Listen does not block for LND
|
2018-07-19 14:49:30 +09:00 |
|
nicolas.dorier
|
0e1ef78af1
|
Fix auth for listening invoices
|
2018-07-14 12:45:45 +09:00 |
|
nicolas.dorier
|
1ac17e96c3
|
Throw lnd exception if any issue with lnd
|
2018-07-14 02:56:36 +09:00 |
|
nicolas.dorier
|
0c8925d2a2
|
Correctly dispose the session when listening lightning invoices
|
2018-07-14 01:45:14 +09:00 |
|
nicolas.dorier
|
fe8428b8b0
|
make sure the LndInvoiceClientSession get disposed, even if it fails at initialization
|
2018-07-13 19:56:19 +09:00 |
|
nicolas.dorier
|
94a6f20a05
|
Refactor the LndInvoiceClient which might solve memory leak
|
2018-07-13 19:45:50 +09:00 |
|
nicolas.dorier
|
310a9a6d59
|
Remove ctor in LndSwaggerClient
|
2018-07-10 12:49:25 +09:00 |
|
nicolas.dorier
|
1a1078782e
|
Suppoort macaroonfilepath in connection string
|
2018-07-10 12:46:04 +09:00 |
|
nicolas.dorier
|
73cb3dc4ee
|
Fix listen loop for LND
|
2018-07-09 01:08:09 +09:00 |
|
nicolas.dorier
|
9eb36a8b40
|
Clean the LND listener, and make sure it correctly ends.
|
2018-07-08 22:20:59 +09:00 |
|
nicolas.dorier
|
6307aa8665
|
Use SHA256 cert thumprint in connection string, allowInsecure=true
|
2018-07-08 20:58:37 +09:00 |
|
nicolas.dorier
|
b9e8408db5
|
Simplify LND implementation
|
2018-07-08 18:55:48 +09:00 |
|
nicolas.dorier
|
0879895678
|
Fix tests and rename type=lnd to type=lnd-rest
|
2018-07-08 15:34:19 +09:00 |
|
rockstardev
|
25dbf6445f
|
LND Support
|
2018-07-01 21:45:21 +09:00 |
|
nicolas.dorier
|
34deb17f3d
|
Fix tests
|
2018-07-01 16:10:17 +09:00 |
|
nicolas.dorier
|
b7abc08c27
|
Create a new format for LightningConnectionString
|
2018-07-01 15:45:08 +09:00 |
|
rockstardev
|
9a5259510b
|
Merge remote-tracking branch 'source/master' into dev-lndrpc
|
2018-06-25 22:31:42 -05:00 |
|
rockstardev
|
9e698a8004
|
Commenting few tricky lines of code
|
2018-06-23 23:37:58 -05:00 |
|
rockstardev
|
3c4c99ee42
|
Saving of Macaroon and Tls for LND connection
|
2018-06-23 23:16:39 -05:00 |
|
rockstardev
|
d34ffc0d9a
|
Refactoring conditional method, separating into two properties
|
2018-06-23 22:50:50 -05:00 |
|
nicolas.dorier
|
17e914778d
|
Make sure that lightning payments events are using the state of the invoice when they got issued (#205)
|
2018-06-21 14:15:36 +09:00 |
|
rockstardev
|
89d9658e82
|
Bugfixing amount in invoice data, we need to set Satoshis
|
2018-06-15 17:12:59 -05:00 |
|
rockstardev
|
9b540273fc
|
Parsing of node info and returning it for GetInfo
|
2018-06-15 13:57:39 -05:00 |
|
rockstardev
|
f8c88bd44f
|
Providing ability to increase lightning timeout for tests/debugging
|
2018-05-31 16:31:39 -05:00 |
|
rockstardev
|
0d1d0d57f4
|
Logging Swagger errors for logging and easier debugging
|
2018-05-31 16:31:19 -05:00 |
|
rockstardev
|
2bd1238668
|
Rounding TotalSeconds expiry so it doesn't break invoice creation
|
2018-05-31 16:31:00 -05:00 |
|
rockstardev
|
279de1b869
|
Passing CancelToken and properly parsing invoice response
|
2018-05-31 15:53:14 -05:00 |
|
rockstardev
|
ce9189caf8
|
Listen / WaitInvoice for Lnd
|
2018-05-31 15:08:22 -05:00 |
|
rockstardev
|
d293bc3947
|
Throwing NotImplementedException for Listen / WaitInvoice
|
2018-05-25 12:19:15 -05:00 |
|