core-lightning/contrib/pyln-testing/pyln/testing
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
..
__init__.py meta: update changelog and pyln version for 23.05 release 2023-05-10 09:50:38 -07:00
btcproxy.py Skip following import and skip flask type to mypy code analysis. 2021-08-30 12:12:32 +09:30
db.py test-db-provider: if postgres in tests, startup a bookkeeper db 2022-07-28 12:08:18 +09:30
fixtures.py lightningd: allow "NNblocks" and "minimum" as feerates. 2023-04-10 07:31:12 +09:30
gossip.py common: assume htlc_maximum_msat, don't check bit any more. 2022-09-24 15:22:27 +09:30
grpc.py pyln: Create a dedicated pyln-grpc-proto package 2023-07-10 13:47:38 +09:30
grpc2py.py lightningd: use lowball feerate for commit_tx on anchor channels. 2023-06-29 11:28:47 -04:00
utils.py pyln: Create a dedicated pyln-grpc-proto package 2023-07-10 13:47:38 +09:30