Merge pull request #5473 from guggero/grpc-gateway-update

maintenance: update etcd and grpc-gateway libraries, rename rpc.proto to lightning.proto
This commit is contained in:
Oliver Gugger
2021-07-27 16:11:48 +02:00
committed by GitHub
107 changed files with 14306 additions and 13096 deletions

View File

@@ -2,8 +2,13 @@
## RPC Server
[Return payment address and add index from
addholdinvoice call](https://github.com/lightningnetwork/lnd/pull/5533).
* [Return payment address and add index from
addholdinvoice call](https://github.com/lightningnetwork/lnd/pull/5533).
* [The versions of several gRPC related libraries were bumped and the main
`rpc.proto` was renamed to
`lightning.proto`](https://github.com/lightningnetwork/lnd/pull/5473) to fix
a warning related to protobuf file name collisions.
# Build System