You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/lndclient
Olaoluwa Osuntokun 5f6ad1161b
lndclient: switch to using per-call macaroons instead of a conn level macaroon
In this commit, we modify all sub-servers as well as the main lnd gRPC
service to use a macaroon per call rather than a connection level
macaroon. The old approach would result in us using the same macaroon
for the entire connection, while this new approach allows us to use
multiple macaroons with a single connection.

We move to this new approach as it doesn't require users to delete their
admin macaroon before being able to use Loop. It also preps us for a
future where there is no admin macaroon, and we instead need to use a
set of macaroons to accomplish our tasks.
5 years ago
..
chainnotifier_client.go lndclient: switch to using per-call macaroons instead of a conn level macaroon 5 years ago
invoices_client.go lndclient: switch to using per-call macaroons instead of a conn level macaroon 5 years ago
lightning_client.go lndclient: switch to using per-call macaroons instead of a conn level macaroon 5 years ago
lnd_services.go lndclient: switch to using per-call macaroons instead of a conn level macaroon 5 years ago
log.go Lightning Loop initial version 5 years ago
macaroon_pouch.go lndclient: add new macaroonPouch struct 5 years ago
signer_client.go lndclient: switch to using per-call macaroons instead of a conn level macaroon 5 years ago
walletkit_client.go lndclient: switch to using per-call macaroons instead of a conn level macaroon 5 years ago