Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/swarm invites #715

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
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