mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 20:12:37 +02:00
@@ -12,7 +12,7 @@ Features:
|
|||||||
- Update: RaspberryOS arm64 base image 2024-11-19 (Debian 12 Bookworm) [details](https://downloads.raspberrypi.com/raspios_full_arm64/release_notes.txt)
|
- Update: RaspberryOS arm64 base image 2024-11-19 (Debian 12 Bookworm) [details](https://downloads.raspberrypi.com/raspios_full_arm64/release_notes.txt)
|
||||||
- Update: amd64 base image: debian-12.8.0-amd64-netinst.iso [details](https://www.debian.org/releases/stable/amd64/release-notes/ch-whats-new.en.html)
|
- Update: amd64 base image: debian-12.8.0-amd64-netinst.iso [details](https://www.debian.org/releases/stable/amd64/release-notes/ch-whats-new.en.html)
|
||||||
- Update: Bitcoin Core v29.0 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-29.0.md)
|
- Update: Bitcoin Core v29.0 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-29.0.md)
|
||||||
- Update: LND v0.18.5-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.18.5-beta)
|
- Update: LND v0.19.0-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.19.0-beta)
|
||||||
- Update: LNbits 1.0.0 [details](https://github.com/lnbits/lnbits/releases/tag/v1.0.0)
|
- Update: LNbits 1.0.0 [details](https://github.com/lnbits/lnbits/releases/tag/v1.0.0)
|
||||||
- Update: AlbyHub v1.17.0 [details](https://github.com/getAlby/hub/releases/tag/v1.17.0)
|
- Update: AlbyHub v1.17.0 [details](https://github.com/getAlby/hub/releases/tag/v1.17.0)
|
||||||
- Update: Lightning Terminal v0.14.1-alpha [details](https://github.com/lightninglabs/lightning-terminal/releases/tag/v0.14.1-alpha)
|
- Update: Lightning Terminal v0.14.1-alpha [details](https://github.com/lightninglabs/lightning-terminal/releases/tag/v0.14.1-alpha)
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
## based on https://raspibolt.github.io/raspibolt/raspibolt_40_lnd.html#lightning-lnd
|
## based on https://raspibolt.github.io/raspibolt/raspibolt_40_lnd.html#lightning-lnd
|
||||||
## see LND releases: https://github.com/lightningnetwork/lnd/releases
|
## see LND releases: https://github.com/lightningnetwork/lnd/releases
|
||||||
### If you change here - make sure to also change interims version in lnd.update.sh #!
|
### If you change here - make sure to also change interims version in lnd.update.sh #!
|
||||||
lndVersion="0.18.5-beta"
|
lndVersion="0.19.0-beta"
|
||||||
|
|
||||||
# olaoluwa
|
# olaoluwa
|
||||||
PGPauthor="roasbeef"
|
PGPauthor="roasbeef"
|
||||||
|
@@ -27,7 +27,6 @@ Make sure the first lines (ignore comments) of the `lightning_pb2_grpc.py` look
|
|||||||
```
|
```
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
import grpc
|
import grpc
|
||||||
|
|
||||||
from . import lightning_pb2 as lightning__pb2
|
from . import lightning_pb2 as lightning__pb2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user