We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d638d07 + b93b800 commit 456a29cCopy full SHA for 456a29c
release_notes.md
@@ -15,4 +15,13 @@ This file tracks release notes for the loop client.
15
16
#### Breaking Changes
17
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
27
#### Bug Fixes
0 commit comments