Skip to content

Commit eec347f

Browse files
committedJul 24, 2023
Pegasus: embedded LND node prototype
1 parent 84cca45 commit eec347f

File tree

281 files changed

+226153
-3239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+226153
-3239
lines changed
 

‎.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ babel.config.js
55
index.js
66
metro.config.js
77
shim.js
8+
proto

‎.github/ISSUE_TEMPLATE/bug_report.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ body:
2929
label: Zeus version
3030
description: What version of Zeus were you running when the bug occurred?
3131
options:
32+
- v0.8.0
3233
- v0.7.7
3334
- v0.7.6
3435
- v0.7.5
@@ -43,6 +44,7 @@ body:
4344
label: Node interface
4445
description: Which node interfaces does this bug affect?
4546
options:
47+
- Embedded LND
4648
- LND (REST)
4749
- LND (Lightning Node Connect)
4850
- Core Lightning (c-lightning-REST)

0 commit comments

Comments
 (0)
Please sign in to comment.