lnd/lnrpc/wtclientrpc
Elle Mouton a44bf381c4
multi: move AddTower to Tower Client Manager
In this commit we move the AddTower method from the Client interface to
the TowerClientManager interface. The wtclientrpc is updated to call the
`AddTower` method of the Manager instead of calling the `AddTower`
method of each individual client. The TowerClient now is also only
concerned with adding a new tower (or new tower address) to its
in-memory state; the tower Manager will handle adding the tower to the
DB.
2023-11-28 09:54:02 +02:00
..
config.go multi: move AddTower to Tower Client Manager 2023-11-28 09:54:02 +02:00
driver.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
watchtowerclient.pb.json.go lnrpc/gen_protos.sh: remove js build tag 2022-09-07 18:32:05 -04:00
wtclient_grpc.pb.go lnrpc: add wtclientrpc doc tags to enable lncli api doc generation 2023-11-20 14:43:59 -07:00
wtclient.go multi: move AddTower to Tower Client Manager 2023-11-28 09:54:02 +02:00
wtclient.pb.go lnrpc: run make rpc 2023-09-05 10:11:51 -07:00
wtclient.pb.gw.go lnrpc: update grpc-gateway library to v2 2021-07-27 13:09:59 +02:00
wtclient.proto lnrpc: add wtclientrpc doc tags to enable lncli api doc generation 2023-11-20 14:43:59 -07:00
wtclient.swagger.json lnrpc: add wtclientrpc doc tags to enable lncli api doc generation 2023-11-20 14:43:59 -07:00
wtclient.yaml lnrpc: split REST annotations into service files 2021-07-27 12:59:52 +02:00