mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 14:50:40 +01:00
In this commit, we modify the `macaroons.NewService` consturctor to accept the main interface rather than the raw DB. This allows us to use other backends other than bolt or the kvdb interface to store the macaroon root keys. We also create a new ExtendedRootKeyStore interface that implements some of the more advanced features we use such as macaroon encryption and password rotation.
445 B
445 B
Release Notes
Misc
-
Warning messages from peers are now recognized and logged by lnd.
-
The macaroon key store implementation was refactored to be more generally useable.
Contributors (Alphabetical Order)
- Carla Kirk-Cohen
- ErikEk
- Olaoluwa Osuntokun