faraday/frdrpc
2021-11-04 14:09:15 +01:00
..
.clang-format make+frdrpc: add make rpc-format command 2020-04-06 13:46:57 +02:00
channel_insights.go multi: move lnd wrapping into package 2020-06-26 08:44:07 +02:00
close_recommendations.go multi: faraday rename 2020-03-30 09:25:46 +02:00
close_report.go multi: standardize import order 2020-09-09 10:07:14 +02:00
Dockerfile multi: update lnd master with grpc-gateway upgrade 2021-07-29 17:00:39 +02:00
exchange_rate.go multi: surface coingecko on rpc 2021-09-01 09:07:35 +02:00
faraday.pb.go multi: surface coingecko on rpc 2021-09-01 09:07:35 +02:00
faraday.pb.gw.go multi: update lnd master with grpc-gateway upgrade 2021-07-29 17:00:39 +02:00
faraday.proto multi: surface coingecko on rpc 2021-09-01 09:07:35 +02:00
faraday.swagger.json multi: surface coingecko on rpc 2021-09-01 09:07:35 +02:00
faraday.yaml multi: update lnd master with grpc-gateway upgrade 2021-07-29 17:00:39 +02:00
faraday_grpc.pb.go multi: update lnd master with grpc-gateway upgrade 2021-07-29 17:00:39 +02:00
gen_protos.sh multi: update lnd master with grpc-gateway upgrade 2021-07-29 17:00:39 +02:00
gen_protos_docker.sh multi: update lnd master with grpc-gateway upgrade 2021-07-29 17:00:39 +02:00
log.go multi: rename loggers 2020-03-30 09:26:01 +02:00
macaroons.go frdrpc: conditionally create default macaroon file 2021-11-04 14:09:14 +01:00
node_audit.go multi: move rpc fiat parsing into single helper and switch default to coindesk 2021-09-01 09:07:33 +02:00
README.md multi: faraday rename 2020-03-30 09:25:46 +02:00
revenue_report.go multi: standardize import order 2020-09-09 10:07:14 +02:00
rpcserver.go rpcserver: stop macaroon service correctly 2021-11-04 14:09:15 +01:00
validate.go frdrpc: add node report endpoint, currently only populated with on chain 2020-05-20 15:45:48 +02:00

frdrpc

This package implements faraday's RPC client and server.

Generate protobuf definitions

  1. Follow the installation steps provided in lnd's installation instructions.

  2. Run gen_protos.sh to generate new protobuf definitions.