forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lnprototest: update gossip test including 12 blocks delay
Signed-off-by: Vincenzo Palazzo <[email protected]>
- Loading branch information
1 parent
0d94d2d
commit f0fa42b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lnprototest
updated
20 files
+1 −1 | .github/workflows/build.yml | |
+2 −2 | Makefile | |
+4 −6 | docker/Dockerfile.clightning | |
+1 −1 | docker/entrypoint.sh | |
+1 −6 | lnprototest/backend/bitcoind.py | |
+1 −0 | lnprototest/clightning/clightning.py | |
+12 −6 | lnprototest/commit_tx.py | |
+7 −8 | lnprototest/funding.py | |
+1 −8 | lnprototest/runner.py | |
+117 −618 | poetry.lock | |
+8 −8 | pyproject.toml | |
+5 −10 | tests/spec_helper.py | |
+8 −8 | tests/test_bolt2-01-open_channel.py | |
+4 −4 | tests/test_bolt2-02-reestablish.py | |
+8 −8 | tests/test_bolt2-10-add-htlc.py | |
+24 −24 | tests/test_bolt2-20-open_channel_accepter.py | |
+6 −10 | tests/test_bolt7-01-channel_announcement-success.py | |
+4 −4 | tests/test_bolt7-02-channel_announcement-failure.py | |
+3 −3 | tests/test_bolt7-10-gossip-filter.py | |
+3 −3 | tests/test_bolt7-20-query_channel_range.py |