2 files changed
+3
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
| 19 | + | |
| 20 | + |
Submodule lnprototest updated 22 files
- HACKING.md+79
- lnprototest/__init__.py+8-3
- lnprototest/backend/__init__.py+7
- lnprototest/backend/backend.py+25
- lnprototest/backend/bitcoind.py+87
- lnprototest/clightning/clightning.py+61-64
- lnprototest/commit_tx.py+3-3
- lnprototest/dummyrunner.py+17-3
- lnprototest/event.py+51-11
- lnprototest/funding.py+74-46
- lnprototest/namespace.py+9
- lnprototest/proposals.py+86
- lnprototest/runner.py+17-2
- lnprototest/stash/__init__.py+2-1
- lnprototest/stash/stash.py+8
- lnprototest/structure.py+3-3
- requirements.txt+2-2
- tests/conftest.py+20-7
- tests/helpers.py+30-3
- tests/test_bolt1-01-init.py+16-5
- tests/test_bolt2-20-open_channel_accepter.py+2.3k-179
- tests/test_bolt7-20-query_channel_range.py+3-3
0 commit comments