97 Commits

Author SHA1 Message Date
9b81cc6287
Store and return invoice memo 2022-03-01 21:54:52 -06:00
ac2061c6ed Add support to pass description_hash to LND 2021-10-19 20:22:31 +02:00
Overtorment
e42ef3a85e
FIX: default values for fees config 2021-09-22 14:11:20 +01:00
MG-ng
e9c6f3abde accounttype and partnerid check on create account
Refined the partnerid and accounttype check in the /create route according to the /doc/Send-requirements.md
Both are not mandatory but if given, they should be strings.

The typeof check is for direct string initialisation with "".
instanceof is used for string initialisation with new String() / the primitiv wrapper class.
2021-09-22 13:49:03 +01:00
lndhub-admin
1b1fe8f08b tip invoices now use forwardFee
changed internalFee for tip invoices to forwardFee
2021-09-22 13:46:51 +01:00
lndhub-admin
28dd3a847a shorten default variables 2021-09-22 13:46:51 +01:00
xraid
957d6c5951 Add global fee settings from config.js 2021-09-22 13:46:51 +01:00
Overtorment
66b9d3ab92 ADD: option to shut lndhub down 2021-07-12 20:34:51 +01:00
Overtorment
e6b1f950f3 REF: force restart upon lnd failure; ADD: mission control in queryRoutes 2021-07-12 15:52:05 +01:00
Overtorment
f0bf066cfd FIX: updateDescribeGraph() is disabled by default (too slow on low-end machines) 2021-05-14 11:10:41 +01:00
Aaron Dewes
b9a55f01d7
Allow custom ratelimits 2021-04-29 15:31:13 +01:00
Overtorment
26692d6c92 FIX: minor improv 2021-04-16 22:06:03 +01:00
Overtorment
30c8bb2d94 REF 2021-04-05 12:14:41 +01:00
Overtorment
17e9bd30c8 ADD: /getchaninfo/:chanid 2021-04-03 12:35:45 +01:00
Aaron Dewes
f0493d595f
Umbrel support (#141)
* Don't require BTC core connection
* Docker: Don't clone, but use local repo
* Add GitHub workflows
* Allow to overwrite hostname
* chore: update dependencies
* Get tor URL from env
2021-02-24 15:17:22 +00:00
Overtorment
73d65bb7b3 FIX: bars 2021-02-21 12:26:40 +00:00
Overtorment
8e49fe975f
ADD: queryroutes api call (#144) 2021-01-19 13:00:06 +00:00
Aaron Dewes
cf40d77b01
Update dependencies (#121) 2021-01-04 12:49:42 +00:00
Overtorment
61353a71e2 FIX: Debit correct amount in case of overpaid userinvoice (closes #138) 2020-12-31 19:59:25 +00:00
Overtorment
f4b642f3b2 FIX: undefined amount in pushes to groundcontrol when paying internal invoice 2020-10-20 21:07:26 +01:00
Overtorment
988ac805d0 FIX: pass fixed (promised in bolt11) sat amount to groundcontrol instead of delivered by HTLC (closes #99) 2020-09-01 16:01:26 +01:00
Overtorment
d71bedbcd1 FIX: force using specific bitcoind wallet file 2020-08-16 15:18:30 +01:00
Overtorment
f30363ff39 FIX: groundcontrol notifications for internal invoices 2020-07-13 14:43:13 +01:00
Overtorment
17bdf37f9b FIX: clear balance cache when user's invoice was paid (closes #85) 2020-07-13 13:14:57 +01:00
Overtorment
ac14a50137 FIX: deduplicate groundcontrol calls 2020-07-11 15:20:05 +01:00
Overtorment
69ce4d032a ADD: post to GroundControl notification about invoice paid 2020-07-11 14:42:09 +01:00
Overtorment
b4a0a7d3d8 REF 2020-05-05 16:05:14 +01:00
Agustin Kassis
ea1035e414 Lookup invoice on lnd if not already cached as paid on redis 2020-04-01 22:58:24 -03:00
Agustin Kassis
a4cd81a106 Removed duplicated balance api 2020-04-01 20:51:14 -03:00
Agustin Kassis
305559174f Removed checkinvoicepaid 2020-04-01 20:43:13 -03:00
Agustin Kassis
bfdd319070 Height check only on mainnet 2020-04-01 20:32:22 -03:00
Agustin Kassis
a6b08363a7 Merge branch 'bluewallet-lndhub'
# Conflicts:
#	controllers/api.js
2020-03-30 21:24:32 -03:00
Overtorment
d7e91f51ec REF: get user invoices 2020-03-27 21:03:38 +00:00
Overtorment
b58e7dac88 stricted rate limiting for /getuserinvoices 2020-03-27 20:09:50 +00:00
Overtorment
7b5c6bc7e0 REF: more logging 2020-03-27 19:51:06 +00:00
Agustin Kassis
f9b2cca0bd Check individual invoice's payment 2020-03-23 13:44:44 +00:00
Agustin Kassis
376a3402bd Merge branch 'bluewallet-lndhub' 2020-03-20 20:32:07 -03:00
Agustin Kassis
38a3dea8c2 Check individual invoice's payment 2020-03-20 19:56:22 -03:00
Agustin Kassis
6074dc6c2c Merge branch 'bluewallet-lndhub'
# Conflicts:
#	package.json
2020-03-15 00:19:51 -03:00
Overtorment
f01c533899 REF: minor 2020-03-11 16:01:35 +00:00
Overtorment
14d42a7aed REF 2020-01-25 15:41:49 +00:00
Overtorment
8e06bef3b9 REF: better error handling 2020-01-24 21:19:54 +00:00
Overtorment
b56064a7ba
error logging 2020-01-18 13:39:55 +00:00
Agustin Kassis
6507de9770 Updated npm packages to latest version
Remove blockcount check for regtest
FIX
FIX: change default ln invoice expiry hour -> day
REF
FIX: added some caching; skip checking old invoices
Update README.md
2020-01-14 13:25:51 -03:00
Overtorment
41736cccd8 FIX: change default ln invoice expiry hour -> day 2019-12-14 19:51:44 +00:00
Agustin Kassis
013cadc5c8 Remove blockcount check for regtest 2019-11-26 18:05:12 -03:00
Overtorment
8aa496938e DOC 2019-05-18 12:23:49 +01:00
Overtorment
cf5441c08a FIX: NaN 2019-04-14 20:06:50 +01:00
Overtorment
2c25a2090e FIX: better stuck payments handling 2019-04-13 18:56:12 +01:00
Overtorment
724bc3d656 REF 2019-04-04 14:10:05 +01:00