mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-14 14:49:21 +02:00
Electrum Server in Rust (electrs) v0.9.10 (#3470)
* more structural comments * improve conf check * Electrum Server in Rust (electrs) v0.9.10
This commit is contained in:
parent
6dae0283de
commit
5fb809c2ec
@ -4,8 +4,9 @@
|
||||
|
||||
- New: Support of X708 UPS HAT [details](https://github.com/rootzoll/raspiblitz/pull/3087)
|
||||
- Update: LND v0.15.4 [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.15.4-beta
|
||||
- Update: Lightning Terminal v0.8.3-alpha [details](https://github.com/lightninglabs/lightning-terminal/releases/tag/v0.8.3-alpha)
|
||||
- Update: Core Lightning v0.12.1 [details](https://github.com/ElementsProject/lightning/releases/tag/v0.12.1)
|
||||
- Update: Electrum Server in Rust (electrs) v0.9.10 [details](https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0910-nov-3-2022)
|
||||
- Update: Lightning Terminal v0.8.3-alpha [details](https://github.com/lightninglabs/lightning-terminal/releases/tag/v0.8.3-alpha)
|
||||
- Update: RTL v0.13.0 with update option [details](https://github.com/Ride-The-Lightning/RTL/releases/tag/v0.12.3)
|
||||
- Update: Thunderhub v0.13.16 with balance sharing disabled [details](https://github.com/apotdevin/thunderhub/releases/tag/v0.13.16)
|
||||
- Update: LNbits 0.9.4 [details](https://github.com/lnbits/lnbits-legend/releases/tag/0.9.2)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# https://github.com/romanz/electrs/releases
|
||||
ELECTRSVERSION="v0.9.9"
|
||||
ELECTRSVERSION="v0.9.10"
|
||||
# https://github.com/romanz/electrs/commits/master
|
||||
# ELECTRSVERSION="446858ea621416916f84cbce61be92b748e8133e"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user