mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
This is the official root repository, and some tools (pip for example) doesn't like pointing to repos that don't actually contain the commit that we point to. Funny that Github actually shows non-existent commits in clones (bitcoin/bitcoin has been impersonated before too).
24 lines
821 B
Text
24 lines
821 B
Text
[submodule "daemon/jsmn"]
|
|
path = external/jsmn
|
|
url = https://github.com/zserge/jsmn
|
|
[submodule "libsodium"]
|
|
path = external/libsodium
|
|
url = https://github.com/jedisct1/libsodium.git
|
|
[submodule "external/libbacktrace"]
|
|
path = external/libbacktrace
|
|
url = https://github.com/ianlancetaylor/libbacktrace.git
|
|
[submodule "external/libwally-core"]
|
|
path = external/libwally-core
|
|
url = https://github.com/ElementsProject/libwally-core.git
|
|
ignore = dirty
|
|
[submodule "external/gheap"]
|
|
path = external/gheap
|
|
url = https://github.com/valyala/gheap
|
|
[submodule "external/lnprototest"]
|
|
path = external/lnprototest
|
|
url = https://github.com/rustyrussell/lnprototest.git
|
|
branch = nifty/ripemd160-fallback
|
|
[submodule "external/lowdown"]
|
|
path = external/lowdown
|
|
url = https://github.com/kristapsdz/lowdown.git
|
|
ignore = dirty
|