Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/cln_proxy_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
'deleteMessages',
'boostFail',
'sphinxAuth',
'swarmInvite',
]
node: [16]
steps:
Expand All @@ -66,7 +67,7 @@ jobs:
npm install && npm run build && docker build -t sphinxlightning/sphinx-relay .
- name: Checkout stack
run: |
git clone -b update/swarm-image https://github.com/stakwork/sphinx-stack.git stack
git clone -b feat/swarm-invite https://github.com/stakwork/sphinx-stack.git stack
- name: give permissions
working-directory: ./stack
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
'deleteMessages',
'boostFail',
'sphinxAuth',
'swarmInvite',
]
node: [16]
steps:
Expand All @@ -66,7 +67,7 @@ jobs:
npm install && npm run build && docker build -t sphinxlightning/sphinx-relay .
- name: Checkout stack
run: |
git clone -b update/proxy-tag https://github.com/stakwork/sphinx-stack.git stack
git clone -b feat/swarm-invite https://github.com/stakwork/sphinx-stack.git stack
- name: give permissions
working-directory: ./stack
run: |
Expand Down
1 change: 1 addition & 0 deletions dist/src/controllers/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/controllers/index.js.map

Large diffs are not rendered by default.

142 changes: 140 additions & 2 deletions dist/src/controllers/invites.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading