Skip to content

Commit e5404f8

Browse files
committed
add 2 amp tests + force push 1 cleanup
1 parent 5ef30c3 commit e5404f8

File tree

14 files changed

+576
-370
lines changed

14 files changed

+576
-370
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
docker logs -f stack_relaysetup_1
4848
docker logs -f stack_lndsetup_1
49-
sleep 30
49+
sleep 2m
5050
- name: copy nodes.json
5151
run: |
5252
mkdir relay/src/tests/configs

.github/workflows/test.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ while true; do
1313
if [ $i -gt $retries ]; then
1414
echo DEBUG LOGS
1515

16+
echo -e "\n\n== alice chans ==\n\n"
17+
docker exec alice-lnd.sphinx lncli -n regtest listchannels
18+
19+
echo -e "\n\n=== bob chans ===\n\n"
20+
docker exec bob-lnd.sphinx lncli -n regtest --rpcserver=localhost:10010 listchannels
21+
22+
echo -e "\n\n== carol chans ==\n\n"
23+
docker exec carol-lnd.sphinx lncli -n regtest --rpcserver=localhost:10011 listchannels
24+
1625
echo -e "\n\n===== alice =====\n\n"
1726
docker logs alice.sphinx
1827

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@ You can [check their actual status on GitHub](https://github.com/stakwork/sphinx
168168

169169
# Roadmap
170170

171-
- linking recurring payments to files, to enable use cases such as subscribing to podcasts with BTC
171+
- linking recurring payments to files, to enable use cases such as subscribing to podcasts with BTC!

dist/src/auth.js

Lines changed: 12 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/auth.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/controllers/chats.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/controllers/chats.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/tests/controllers/ampMessage.test.js

Lines changed: 58 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/tests/controllers/ampMessage.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)