faraday/frdrpc
2020-08-12 11:37:43 +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: separate fees out into own package and move special case check 2020-08-12 11:14:53 +02:00
exchange_rate.go multi: switchover fiat to use timestamped bitcoin prices and rename 2020-07-22 16:41:17 +02:00
gen_protos.sh frdrpc: compile REST gateway 2020-04-07 11:12:32 +02:00
log.go multi: rename loggers 2020-03-30 09:26:01 +02:00
node_report.go accounting: add channel close fee for channels we initiated 2020-08-12 11:14:56 +02:00
README.md multi: faraday rename 2020-03-30 09:25:46 +02:00
revenue_report.go multi: move lnd wrapping into package 2020-06-26 08:44:07 +02:00
rpc.pb.go accounting: add channel close fee for channels we initiated 2020-08-12 11:14:56 +02:00
rpc.pb.gw.go multi: switchover fiat to use timestamped bitcoin prices and rename 2020-07-22 16:41:17 +02:00
rpc.proto accounting: add channel close fee for channels we initiated 2020-08-12 11:14:56 +02:00
rpc.swagger.json accounting: add channel close fee for channels we initiated 2020-08-12 11:14:56 +02:00
rpcserver.go frdrpc: add logging for each rpc call 2020-08-12 11:37:43 +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.