Skip to content

Commit

Permalink
lnprototest: upgrade the lnprototest version
Browse files Browse the repository at this point in the history
Changelog-None: upgrade the lnprototest version

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo committed Mar 10, 2022
1 parent 2c55c27 commit 08ffdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/lnprototest
Submodule lnprototest updated 40 files
+3 −0 .flake8
+6 −2 .github/workflows/build.yml
+1 −0 .gitignore
+7 −1 Makefile
+21 −1 README.md
+1 −1 docker/entrypoint.sh
+53 −4 lnprototest/__init__.py
+1 −4 lnprototest/backend/__init__.py
+68 −35 lnprototest/backend/bitcoind.py
+1 −1 lnprototest/bitfield.py
+1 −3 lnprototest/clightning/__init__.py
+235 −145 lnprototest/clightning/clightning.py
+837 −476 lnprototest/commit_tx.py
+118 −62 lnprototest/dummyrunner.py
+6 −3 lnprototest/errors.py
+184 −115 lnprototest/event.py
+481 −321 lnprototest/funding.py
+64 −17 lnprototest/keyset.py
+4 −4 lnprototest/namespace.py
+134 −51 lnprototest/runner.py
+25 −20 lnprototest/signature.py
+20 −1 lnprototest/stash/__init__.py
+138 −69 lnprototest/stash/stash.py
+50 −27 lnprototest/structure.py
+4 −3 lnprototest/utils.py
+17 −15 setup.py
+37 −15 tests/conftest.py
+13 −11 tests/helpers.py
+167 −123 tests/test_bolt1-01-init.py
+20 −20 tests/test_bolt1-02-unknown-messages.py
+248 −198 tests/test_bolt2-01-open_channel.py
+190 −143 tests/test_bolt2-02-reestablish.py
+334 −246 tests/test_bolt2-10-add-htlc.py
+2,346 −2,173 tests/test_bolt2-20-open_channel_accepter.py
+173 −151 tests/test_bolt2-30-channel_type-open-accept-tlvs.py
+72 −59 tests/test_bolt7-01-channel_announcement-success.py
+201 −141 tests/test_bolt7-02-channel_announcement-failure.py
+200 −150 tests/test_bolt7-10-gossip-filter.py
+282 −193 tests/test_bolt7-20-query_channel_range.py
+91 −58 tools/check_quotes.py

0 comments on commit 08ffdec

Please sign in to comment.