core-lightning/contrib
Christian Decker 6583f0dead pyln: Create a dedicated pyln-grpc-proto package
Having the grpc bindings in the pyln-testing package was always a bit
strange, however it came with additional issues. Due to the way that
protos are handled by protobuf, any name clash, independently of where
we import the protos, would cause an import error. This usually
happens in diamond-pattern dependencies, and so pull out the generated
files into their own package that everyone else can rely on.

Changelog-None
2023-07-10 13:47:38 +09:30
..
docker docker: Core lightning Dockerfile updates 2023-07-10 13:24:51 +09:30
init Remove --daemon from lightningd.service 2023-07-09 13:02:10 +09:30
keys misc: Update cdecker's gpg key 2022-12-06 16:37:19 +01:00
msggen msggen: add new version string. 2023-06-29 11:28:47 -04:00
plugins contrib: fix id parsing in IO loop of cowsay.sh plugin 2023-07-06 16:18:46 +09:30
pylightning contrib/pylightning: remove lightning-pay helper. 2022-06-21 06:52:35 +09:30
pyln-client py: Update dependencies and relax constraints 2023-06-18 11:00:32 +09:30
pyln-grpc-proto pyln: Create a dedicated pyln-grpc-proto package 2023-07-10 13:47:38 +09:30
pyln-proto pyln-proto: expose the tlv types 2023-06-23 13:32:25 +09:30
pyln-spec pyln-spec: update to latest spec. 2022-09-22 15:29:08 +02:00
pyln-testing pyln: Create a dedicated pyln-grpc-proto package 2023-07-10 13:47:38 +09:30
reprobuild docker: cl-repro Dockerfile update 2023-07-10 13:24:51 +09:30
sanitizer_suppressions common/autodata: use instead of ccan/autodata 2021-09-21 18:04:43 +02:00
bootstrap-node.sh Replace head -n with sort -R for better random peer selection 2023-01-04 13:29:46 +10:30
clang-coverage-report.sh contrib: script to generate Clang coverage report 2023-06-15 10:47:56 +09:30
config-example Added sample config file 2023-06-21 14:57:34 +09:30
giantnode.py contrib/giantnode.py: populate three regtest nodes with many invoices/forwards/payments. 2022-09-18 16:21:54 +02:00
lightning-cli.bash-completion Fix bash completion. 2020-05-15 15:25:33 +02:00
short_channel_id-to-txid.sh Add compability to current formalism to short_channel_id-to-txid.sh 2019-10-04 00:38:52 +00:00
startup_regtest.sh Fix Typo in startup_regtest.sh 2023-04-11 13:39:51 +09:30