core-lightning/contrib/pyln-grpc-proto
Rusty Russell c22cc11af5 fetchinvoice: allow user to specify bip353 name corresponding to how they got offer.
Changelog-Added: JSON-RPC: `fetchinvoice` BIP 353 name support (`bip353`).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-02-11 20:19:01 -06:00
..
pyln/grpc fetchinvoice: allow user to specify bip353 name corresponding to how they got offer. 2025-02-11 20:19:01 -06:00
Makefile pyln: Also generate type stubs in pyln-grpc-proto 2023-12-15 10:01:57 +10:30
poetry.lock pyln: Also generate type stubs in pyln-grpc-proto 2023-12-15 10:01:57 +10:30
pyproject.toml py: Publish pyln-grpc-proto following new methods 2024-01-16 19:47:50 +01:00
README.md pyln: Create a dedicated pyln-grpc-proto package 2023-07-10 13:47:38 +09:30

pyln-grpc-proto

The python protobuf library is rather restrictive when it comes to importing them multiple times. So this package just contains the compiled protobuf files and serves as the canonical place to load them from.