You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update to CLN 24.05.0 [Release Notes](https://github.com/ElementsProject/lightning/releases/tag/v24.05)
11
+
* Update cln-application UI to v0.0.5
12
+
* Update plugins
13
+
* Expose gRPC interface
13
14
build: ["make"]
14
15
description:
15
16
short: "An implementation of the Lightning Network protocol by Blockstream."
@@ -186,6 +187,21 @@ interfaces:
186
187
- tcp
187
188
- http
188
189
- ws
190
+
grpc:
191
+
name: gRPC
192
+
description: gRPC is a Rust-based plugin that provides a standardized API that apps, plugins, and other tools could use to interact with Core Lightning securely.
0 commit comments