Skip to content

Commit

Permalink
add 2 amp tests + force push 1 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
antonilol committed Apr 21, 2022
1 parent 5ef30c3 commit e5404f8
Show file tree
Hide file tree
Showing 14 changed files with 576 additions and 370 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
docker logs -f stack_relaysetup_1
docker logs -f stack_lndsetup_1
sleep 30
sleep 2m
- name: copy nodes.json
run: |
mkdir relay/src/tests/configs
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ while true; do
if [ $i -gt $retries ]; then
echo DEBUG LOGS

echo -e "\n\n== alice chans ==\n\n"
docker exec alice-lnd.sphinx lncli -n regtest listchannels

echo -e "\n\n=== bob chans ===\n\n"
docker exec bob-lnd.sphinx lncli -n regtest --rpcserver=localhost:10010 listchannels

echo -e "\n\n== carol chans ==\n\n"
docker exec carol-lnd.sphinx lncli -n regtest --rpcserver=localhost:10011 listchannels

echo -e "\n\n===== alice =====\n\n"
docker logs alice.sphinx

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ You can [check their actual status on GitHub](https://github.com/stakwork/sphinx

# Roadmap

- linking recurring payments to files, to enable use cases such as subscribing to podcasts with BTC
- linking recurring payments to files, to enable use cases such as subscribing to podcasts with BTC!
27 changes: 12 additions & 15 deletions dist/src/auth.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/auth.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions dist/src/controllers/chats.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/chats.js.map

Large diffs are not rendered by default.

79 changes: 58 additions & 21 deletions dist/src/tests/controllers/ampMessage.test.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/tests/controllers/ampMessage.test.js.map

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

Loading

0 comments on commit e5404f8

Please sign in to comment.