ekzyis
|
a585ba7f0a
|
Allow HTTP and HTTPS over Tor for LNbits (#1176)
|
2024-05-16 08:41:49 -05:00 |
ekzyis
|
aacf7c6170
|
Ignore invalid certificate over Tor for CLN autowithdrawals (#1165)
* Use env var for tor proxy
* Disable cert validation over Tor
|
2024-05-09 21:07:47 -05:00 |
ekzyis
|
6220eb06ee
|
Use proxy agents for CLNRest over Tor (#1136)
|
2024-05-03 17:00:28 -05:00 |
keyan
|
00ca35465c
|
replace node-fetch usage with existing cross-fetch
|
2024-04-15 19:26:40 -05:00 |
ekzyis
|
2ec0a1a559
|
Use crypto.randomBytes for unique CLN invoice label (#1074)
|
2024-04-15 09:16:32 -05:00 |
ekzyis
|
9f4d5e13aa
|
CLN autowithdrawal (#1042)
* Add CLN node to docker-compose.yml
* Attach CLN wallet via CLNRest
* Remove leading space
* Implement autowithdrawal to CLN in worker
* Fix UnhandledSchemeError during build
See https://github.com/vercel/next.js/discussions/33982
* Refactor CLN invoice code into @/lib/cln
* Fix missing env vars
* Fix validation error if rune invalid
* Update header
* Add rune placeholder
* Fix missing expiry for test invoice
* Remove nonsensical comment
* Remove unnecessary async
* Show level SUCCESS as OK in logs
* Add stacker_cln commands to sndev
* fix sndev posix compliance, add cln_withdraw
* give stacker_cln larger channels
---------
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
Co-authored-by: keyan <keyan.kousha+huumn@gmail.com>
|
2024-04-14 17:34:21 -05:00 |