feat: add LDK Node troubleshooting view with network graph reset and wallet sync

This commit is contained in:
Evan Kaloudis
2026-03-26 20:01:29 -04:00
parent c1464500e1
commit a28ee308e0
15 changed files with 9209 additions and 6992 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ ANDROID_LINK=$FILE_PATH$ANDROID_FILE
IOS_LINK=$FILE_PATH$IOS_FILE.zip
# LDK Node
LDK_NODE_VERSION=v0.7.0-zeus-lsps7-rgs-fix
LDK_NODE_VERSION=v0.7.0-zeus-lsps7-rgs-troubleshoot
LDK_NODE_IOS_FILE=LDKNodeFFI.xcframework
LDK_NODE_IOS_SHA256='04744f8366ec61644b149a40cb3460241019ed0cf7831a7fe9286c452a8ea42e'
LDK_NODE_IOS_SHA256='a99cf0cfd623737e588c48ae8f97bab4c71b18ce9593bb60a4a7cabcaf0d9026'
LDK_NODE_IOS_LINK=https://github.com/ZeusLN/ldk-node/releases/download/$LDK_NODE_VERSION/$LDK_NODE_IOS_FILE.zip
# test that curl and unzip are installed