pool/poolrpc
2022-03-28 15:22:41 +02:00
..
.clang-format make+poolrpc: add rpc-format command 2020-11-30 23:20:51 +01:00
Dockerfile poolrpc: generate JSON/WASM client stubs 2021-08-03 13:28:49 +02:00
gen_protos.sh poolrpc: generate JSON/WASM client stubs 2021-08-03 13:28:49 +02:00
gen_protos_docker.sh multi: update lnd master with grpc-gateway upgrade 2021-07-29 14:01:23 +02:00
README.md pool: rename clmrpc to poolrpc 2020-09-09 19:55:01 -07:00
trader.pb.go multi: bump btcec/v2 and btcutil to new versions 2022-03-28 15:22:41 +02:00
trader.pb.gw.go multi: update lnd master with grpc-gateway upgrade 2021-07-29 14:01:23 +02:00
trader.pb.json.go rpcserver+poolrpc: add ListSidecars and CancelSidecar RPCs 2021-09-29 15:41:34 +02:00
trader.proto poolrpc: add fields to Recovery Requests 2022-01-26 01:17:28 -08:00
trader.swagger.json poolrpc: add fields to Recovery Requests 2022-01-26 01:17:28 -08:00
trader.yaml multi: update lnd master with grpc-gateway upgrade 2021-07-29 14:01:23 +02:00
trader_grpc.pb.go rpcserver+poolrpc: add ListSidecars and CancelSidecar RPCs 2021-09-29 15:41:34 +02:00

poolrpc

This poolrpc package implements both a client (trader) and server (auctioneer) RPC system which is based off of the high-performance cross-platform gRPC RPC framework. By default, only the Go client+server libraries are compiled within the package. In order to compile the client side libraries for other supported languages, the protoc tool will need to be used to generate the compiled protos for a specific language.

For a list of supported languages for poolrpc, see grpc.io/docs/languages.

Generate protobuf definitions

Make sure you have the exact versions of all libraries installed as described in the lnrpc/README.md of lnd then run the make rpc command.