rgb-cln/contrib/pyln-grpc-proto
Greg Sanders 4b70736d13 Support p2tr deposit addresses
Changelog-Added: JSON-RPC: newaddr: p2tr option to create taproot addresses.
Changelog-Changed: Wallet: we now use taproot change addresses.
2023-07-11 11:41:15 +09:30
..
pyln/grpc Support p2tr deposit addresses 2023-07-11 11:41:15 +09:30
Makefile pyln: Create a dedicated pyln-grpc-proto package 2023-07-10 13:47:38 +09:30
README.md pyln: Create a dedicated pyln-grpc-proto package 2023-07-10 13:47:38 +09:30
poetry.lock pyln: Create a dedicated pyln-grpc-proto package 2023-07-10 13:47:38 +09:30
pyproject.toml pyln: Create a dedicated pyln-grpc-proto package 2023-07-10 13:47:38 +09:30

README.md

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.