Commit graph

5 commits

Author SHA1 Message Date
Olaoluwa Osuntokun
032649b183 rpc+auctioneer: implement new NodeRatings end point 2020-10-09 15:55:16 -07:00
Olaoluwa Osuntokun
a511aea4d9 rpc: add LeaseDurations to set of macaroon perms 2020-10-06 16:00:50 -07:00
Oliver Gugger
c69325bf91
mod+macaroons: bump to lnd v0.11.1-beta.rc3
To make sure we can use the latest version of pool in LiT, we need to
make sure pool compiles against the actual v0.11.1 branch of lnd. There
were some conflicting changes to the macaroon service that didn't make
it to the branch that we need to roll back. Those changes don't affect
pool at all as we were always using the default root key ID anyway.
2020-09-18 09:00:11 +02:00
Olaoluwa Osuntokun
6faea07291
macaroons: add Leases to macaroons permission list 2020-09-17 17:40:24 -07:00
Oliver Gugger
1dc624a24a
config+server: add macaroon authentication to pool's server connn
To secure access to pool's RPC server, we add a macaroon authentication
service and its gRPC interceptors to the daemon's server connection.
2020-09-17 08:37:21 +02:00