Commit graph

3 commits

Author SHA1 Message Date
Elle Mouton
7f38895988
litrpc: add BakeSuperMacaroon endpoint to the Proxy service 2023-06-20 08:10:54 +02:00
Elle Mouton
6ec28a6fa6
litrpc: add cli directives to Proxy service 2023-03-20 20:45:14 +02:00
Elle Mouton
dbe62e074a
multi: add StopDaemon method to Lit
In this commit, a new Proxy service is added with a StopDaemon method.
This method can be used to stop the Litd service. This will be useful in
remote-mode itests where we want to restart Litd without also restarting
LND. It also provides a nice way of shutting down Litd in remote-mode.
A GetInfo method is also added to the service which for now just returns
the Litd version. The reason for adding this method now is so that
access to the new Proxy service can be tested in the itests withouth
actually shutting down Litd.
2023-03-17 11:14:24 +02:00