tests: add submodule for lnprototests (points at branch right now)

Branch has fix for break in test_query_channel_range
This commit is contained in:
niftynei 2021-03-18 15:53:37 -05:00 committed by Rusty Russell
parent c4dfac5c4b
commit 144dbe6edf
4 changed files with 15 additions and 2 deletions

5
.gitmodules vendored
View File

@ -14,3 +14,8 @@
[submodule "external/gheap"]
path = external/gheap
url = https://github.com/valyala/gheap
[submodule "external/lnprototest"]
path = external/lnprototest
url = https://github.com/niftynei/lnprototest.git
branch = nifty/small-edits
ignore = dirty

3
external/Makefile vendored
View File

@ -3,7 +3,8 @@ SUBMODULES = \
external/libwally-core \
external/gheap \
external/jsmn \
external/libbacktrace
external/libbacktrace \
external/lnprototest
TOP := ../..
ifdef BUILD

1
external/lnprototest vendored Submodule

@ -0,0 +1 @@
Subproject commit 14e4e1e058999988159373458589c5ecd647fdd2

View File

@ -38,4 +38,10 @@ pysocks ~= 1.7.1
# Dependencies from pyln-spec
# None
# Dependencies from lnprototest
pyln.bolt1==1.0.1.137
pyln.bolt2==1.0.1.137
pyln.bolt4==1.0.1.137
pyln.bolt7==1.0.1.137
coincurve==13.0.0
crc32c