faraday/frdrpc
bitromortac 90fd2477c1
build: bump Go version to 1.25.10
Update the Go toolchain version across CI, the Dockerfiles and the go.mod
go directives from 1.25.5 to 1.25.10.
2026-06-12 11:13:04 +02:00
..
.clang-format make+frdrpc: add make rpc-format command 2020-04-06 13:46:57 +02:00
doc.go frdrpc+frdrpcserver: move RPC server into own package 2022-05-02 12:24:44 +02:00
Dockerfile build: bump Go version to 1.25.10 2026-06-12 11:13:04 +02:00
faraday.pb.go frdrpc: add ForwardingAbility RPC schema 2026-06-09 13:15:48 +02:00
faraday.pb.gw.go frdrpc: add GetChannelEvents 2026-05-08 20:13:58 +02:00
faraday.proto frdrpc: add ForwardingAbility RPC schema 2026-06-09 13:15:48 +02:00
faraday.swagger.json frdrpc: add ForwardingAbility RPC schema 2026-06-09 13:15:48 +02:00
faraday.yaml frdrpc: add GetChannelEvents 2026-05-08 20:13:58 +02:00
faraday_grpc.pb.go frdrpc: add ForwardingAbility RPC schema 2026-06-09 13:15:48 +02:00
faradayserver.pb.json.go frdrpc: add ForwardingAbility RPC schema 2026-06-09 13:15:48 +02:00
forwarding_ability_codec.go frdrpc: implement sparse forwarding ability encoder and decoder 2026-06-11 12:40:32 +02:00
forwarding_ability_codec_test.go frdrpc: implement sparse forwarding ability encoder and decoder 2026-06-11 12:40:32 +02:00
gen_protos.sh frdrpc/gen_protos.sh: remove js build tag 2022-09-08 10:28:10 -04:00
gen_protos_docker.sh multi: update lnd master with grpc-gateway upgrade 2021-07-29 17:00:39 +02:00
go.mod build: bump Go version to 1.25.10 2026-06-12 11:13:04 +02:00
go.sum frdrpc: implement sparse forwarding ability encoder and decoder 2026-06-11 12:40:32 +02:00
README.md multi: faraday rename 2020-03-30 09:25:46 +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.