Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/pyln-grpc-proto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ${PROTOS} &: ${PROTOSRC}
--mypy_out=pyln/grpc \
--experimental_allow_proto3_optional

python \
uv run \
-m grpc_tools.protoc \
-I ../../cln-grpc/proto \
../../cln-grpc/proto/primitives.proto \
Expand Down
6 changes: 3 additions & 3 deletions contrib/pyln-grpc-proto/pyln/grpc/node_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24,212 changes: 24,212 additions & 0 deletions contrib/pyln-grpc-proto/pyln/grpc/node_pb2.pyi

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions contrib/pyln-grpc-proto/pyln/grpc/node_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from pyln.grpc import node_pb2 as node__pb2

GRPC_GENERATED_VERSION = '1.75.1'
GRPC_GENERATED_VERSION = '1.81.1'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand All @@ -18,14 +18,14 @@
if _version_not_supported:
raise RuntimeError(
f'The grpc package installed is at version {GRPC_VERSION},'
+ f' but the generated code in node_pb2_grpc.py depends on'
+ ' but the generated code in node_pb2_grpc.py depends on'
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
)


class NodeStub(object):
class NodeStub:
"""Missing associated documentation comment in .proto file."""

def __init__(self, channel):
Expand Down Expand Up @@ -921,7 +921,7 @@ def __init__(self, channel):
_registered_method=True)


class NodeServicer(object):
class NodeServicer:
"""Missing associated documentation comment in .proto file."""

def Getinfo(self, request, context):
Expand Down Expand Up @@ -2882,7 +2882,7 @@ def add_NodeServicer_to_server(servicer, server):


# This class is part of an EXPERIMENTAL API.
class Node(object):
class Node:
"""Missing associated documentation comment in .proto file."""

@staticmethod
Expand Down
6 changes: 3 additions & 3 deletions contrib/pyln-grpc-proto/pyln/grpc/primitives_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading