Skip to content

Commit 144dbe6

Browse files
niftyneirustyrussell
authored andcommitted
tests: add submodule for lnprototests (points at branch right now)
Branch has fix for break in test_query_channel_range
1 parent c4dfac5 commit 144dbe6

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.gitmodules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@
1414
[submodule "external/gheap"]
1515
path = external/gheap
1616
url = https://github.com/valyala/gheap
17+
[submodule "external/lnprototest"]
18+
path = external/lnprototest
19+
url = https://github.com/niftynei/lnprototest.git
20+
branch = nifty/small-edits
21+
ignore = dirty

external/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ SUBMODULES = \
33
external/libwally-core \
44
external/gheap \
55
external/jsmn \
6-
external/libbacktrace
6+
external/libbacktrace \
7+
external/lnprototest
78

89
TOP := ../..
910
ifdef BUILD

external/lnprototest

Submodule lnprototest added at 14e4e1e

requirements.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,10 @@ pysocks ~= 1.7.1
3838
# Dependencies from pyln-spec
3939
# None
4040

41-
41+
# Dependencies from lnprototest
42+
pyln.bolt1==1.0.1.137
43+
pyln.bolt2==1.0.1.137
44+
pyln.bolt4==1.0.1.137
45+
pyln.bolt7==1.0.1.137
46+
coincurve==13.0.0
47+
crc32c

0 commit comments

Comments
 (0)