Skip to content

Commit 456a29c

Browse files
authored
Merge pull request #294 from guggero/macaroons-rn
release_notes: add macaroons
2 parents d638d07 + b93b800 commit 456a29c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

release_notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,13 @@ This file tracks release notes for the loop client.
1515

1616
#### Breaking Changes
1717

18+
* Macaroon authentication has been enabled for the `loopd` gRPC and REST
19+
connections. This makes it possible for the loop API to be exposed safely over
20+
the internet as unauthorized access is now prevented.
21+
22+
The daemon will write a default `loop.macaroon` in its main directory. For
23+
mainnet this file will be picked up automatically by the `loop` CLI tool. For
24+
testnet you need to specify the `--network=testnet` flag.
25+
[More information about TLS and macaroons.](README.md#authentication-and-transport-security)
26+
1827
#### Bug Fixes

0 commit comments

Comments
 (0)