lnd.xprv/lnrpc/routerrpc
Oliver Gugger 1b543f0d50
routerrpc: format router.proto and remove json_name fields
We now use the jsonpb marshaler to convert the RPC responses to
JSON in lncli and REST. The jsonpb has a setting to use the
original name as defined in the proto file and the explicit
json_name definition is not necessary any more.
The jsonpb setting is called OrigName and needs to be true.
2020-03-07 11:23:07 +01:00
..
config_active.go routing+routerrpc: improve prob. estimation for untried connections 2019-10-22 15:52:38 +02:00
config_default.go routing+routerrpc: improve prob. estimation for untried connections 2019-10-22 15:52:38 +02:00
config.go routing+routerrpc: improve prob. estimation for untried connections 2019-10-22 15:52:38 +02:00
driver.go lnrpc/routerrpc: add config, implement full RouterServer 2019-02-20 16:10:39 -08:00
log.go multi: remove dead code 2019-09-10 17:21:59 +02:00
router_backend_test.go routerrpc: update final cltv delta default 2020-01-14 21:03:24 +01:00
router_backend.go Fix typos 2020-01-17 21:18:20 +00:00
router_server.go Merge pull request #3843 from carlaKC/htlcnotifier-0-switcherrors 2020-01-15 08:46:38 +02:00
router.pb.go routerrpc: format router.proto and remove json_name fields 2020-03-07 11:23:07 +01:00
router.proto routerrpc: format router.proto and remove json_name fields 2020-03-07 11:23:07 +01:00