diff --git a/lndmanage/__init__.py b/lndmanage/__init__.py index 2d7893e..ef91994 100644 --- a/lndmanage/__init__.py +++ b/lndmanage/__init__.py @@ -1 +1 @@ -__version__ = '0.13.0' +__version__ = '0.14.0' diff --git a/lndmanage/grpc_compiled/build_grpc.sh b/lndmanage/grpc_compiled/build_grpc.sh index 5d05484..f4af0f9 100755 --- a/lndmanage/grpc_compiled/build_grpc.sh +++ b/lndmanage/grpc_compiled/build_grpc.sh @@ -1,7 +1,7 @@ #!/bin/bash -# git clone https://github.com/googleapis/googleapis.git -# pip install grpcio grpcio-tools googleapis-common-protos -tag="v0.14.0-beta.rc3" +git clone https://github.com/googleapis/googleapis.git +pip install grpcio grpcio-tools googleapis-common-protos +tag="v0.14.0-beta" wget "https://raw.githubusercontent.com/lightningnetwork/lnd/${tag}/lnrpc/lightning.proto" -O lightning.proto wget "https://raw.githubusercontent.com/lightningnetwork/lnd/${tag}/lnrpc/routerrpc/router.proto" -O router.proto wget "https://raw.githubusercontent.com/lightningnetwork/lnd/${tag}/lnrpc/walletrpc/walletkit.proto" -O walletkit.proto diff --git a/lndmanage/grpc_compiled/lightning_pb2.py b/lndmanage/grpc_compiled/lightning_pb2.py index d698ff2..6491241 100644 --- a/lndmanage/grpc_compiled/lightning_pb2.py +++ b/lndmanage/grpc_compiled/lightning_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: lightning.proto - +"""Generated protocol buffer code.""" from google.protobuf.internal import enum_type_wrapper from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/lndmanage/grpc_compiled/router_pb2.py b/lndmanage/grpc_compiled/router_pb2.py index 30865bc..e1b9026 100644 --- a/lndmanage/grpc_compiled/router_pb2.py +++ b/lndmanage/grpc_compiled/router_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: router.proto - +"""Generated protocol buffer code.""" from google.protobuf.internal import enum_type_wrapper from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/lndmanage/grpc_compiled/signer_pb2.py b/lndmanage/grpc_compiled/signer_pb2.py index 5ac8a4c..eb98ae9 100644 --- a/lndmanage/grpc_compiled/signer_pb2.py +++ b/lndmanage/grpc_compiled/signer_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: signer.proto - +"""Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection diff --git a/lndmanage/grpc_compiled/walletkit_pb2.py b/lndmanage/grpc_compiled/walletkit_pb2.py index 8841d80..7152e9d 100644 --- a/lndmanage/grpc_compiled/walletkit_pb2.py +++ b/lndmanage/grpc_compiled/walletkit_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: walletkit.proto - +"""Generated protocol buffer code.""" from google.protobuf.internal import enum_type_wrapper from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message