faraday/frdrpc
Elle Mouton 71b47dc8ee
multi: add PriceSourceConfig struct
Add a PriceSourceConfig struct to consolidate the options required for
initialising a new PriceSource.
2021-08-27 16:12:25 +02: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: add PriceSourceConfig struct 2021-08-27 16:12:25 +02:00
faraday.pb.go multi: update RPC to show the fiat currency 2021-08-27 16:06:54 +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: update RPC to show the fiat currency 2021-08-27 16:06:54 +02:00
faraday.swagger.json multi: update RPC to show the fiat currency 2021-08-27 16:06:54 +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 mod+frdrpc: bump lnd version to v0.13.0-beta.rc2 2021-05-17 13:16:21 +02:00
node_audit.go multi: add PriceSourceConfig struct 2021-08-27 16:12:25 +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 multi: add PriceSourceConfig struct 2021-08-27 16:12:25 +02: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.