Skip to content

Commit edb5ce6

Browse files
committed
version: increase to 5.0.9
Signed-off-by: Luca Vaccaro <[email protected]>
1 parent 63b91c1 commit edb5ce6

File tree

3 files changed

+26
-13
lines changed

3 files changed

+26
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [5.0.9] - 2025-09-08
77

88
### Changed
99
- Improved rename/remove wallet actions in home screen
1010
- Improved setup Watch-Only
1111
- Enable lightning rescan swaps
1212
- Bump GDK to 0.76.0
13+
- Deprecate spv options: users who want to self validate should connect to their own electrum server in app settings
14+
15+
### Fixed
16+
- Authentication errors on lightning mnemonic screen
1317

1418
## [5.0.8] - 2025-08-07
1519

core/Managers/LightningSessionManager.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ public class LightningSessionManager: SessionManager {
1717
public var nodeState: NodeState? { lightBridge?.nodeInfo }
1818
public var lspInfo: LspInformation? { lightBridge?.lspInformation }
1919

20+
public var nodeId: String? {
21+
get {
22+
return UserDefaults.standard.string(forKey: AppStorageConstants.lightningNodeId.rawValue)
23+
}
24+
set {
25+
UserDefaults.standard.set(newValue, forKey: AppStorageConstants.lightningNodeId.rawValue)
26+
}
27+
}
28+
2029
public var logger = Logger(
2130
subsystem: Bundle.main.bundleIdentifier!,
2231
category: "Lightning"

gaios.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5975,7 +5975,7 @@
59755975
CODE_SIGN_ENTITLEMENTS = gaios/gaiosDebug.entitlements;
59765976
CODE_SIGN_IDENTITY = "Apple Development";
59775977
CODE_SIGN_STYLE = Automatic;
5978-
CURRENT_PROJECT_VERSION = 0;
5978+
CURRENT_PROJECT_VERSION = 1;
59795979
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
59805980
DEVELOPMENT_TEAM = D9W37S9468;
59815981
ENABLE_BITCODE = NO;
@@ -5990,7 +5990,7 @@
59905990
"$(inherited)",
59915991
"@executable_path/Frameworks",
59925992
);
5993-
MARKETING_VERSION = 5.0.8;
5993+
MARKETING_VERSION = 5.0.9;
59945994
OTHER_LDFLAGS = (
59955995
"$(inherited)",
59965996
"-lc++",
@@ -6022,7 +6022,7 @@
60226022
CODE_SIGN_ENTITLEMENTS = gaios/gaiosRelease.entitlements;
60236023
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
60246024
CODE_SIGN_STYLE = Manual;
6025-
CURRENT_PROJECT_VERSION = 0;
6025+
CURRENT_PROJECT_VERSION = 1;
60266026
DEVELOPMENT_TEAM = D9W37S9468;
60276027
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
60286028
ENABLE_BITCODE = NO;
@@ -6035,7 +6035,7 @@
60356035
"$(inherited)",
60366036
"@executable_path/Frameworks",
60376037
);
6038-
MARKETING_VERSION = 5.0.8;
6038+
MARKETING_VERSION = 5.0.9;
60396039
OTHER_LDFLAGS = (
60406040
"$(inherited)",
60416041
"-lc++",
@@ -6150,7 +6150,7 @@
61506150
CODE_SIGN_ENTITLEMENTS = NotificationService/NotificationServiceDebug.entitlements;
61516151
CODE_SIGN_IDENTITY = "Apple Development";
61526152
CODE_SIGN_STYLE = Automatic;
6153-
CURRENT_PROJECT_VERSION = 0;
6153+
CURRENT_PROJECT_VERSION = 1;
61546154
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
61556155
DEVELOPMENT_TEAM = D9W37S9468;
61566156
GCC_C_LANGUAGE_STANDARD = gnu17;
@@ -6165,7 +6165,7 @@
61656165
"@executable_path/../../Frameworks",
61666166
);
61676167
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6168-
MARKETING_VERSION = 5.0.8;
6168+
MARKETING_VERSION = 5.0.9;
61696169
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
61706170
MTL_FAST_MATH = YES;
61716171
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
@@ -6190,7 +6190,7 @@
61906190
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
61916191
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
61926192
CODE_SIGN_STYLE = Manual;
6193-
CURRENT_PROJECT_VERSION = 0;
6193+
CURRENT_PROJECT_VERSION = 1;
61946194
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
61956195
DEVELOPMENT_TEAM = D9W37S9468;
61966196
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
@@ -6206,7 +6206,7 @@
62066206
"@executable_path/../../Frameworks",
62076207
);
62086208
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6209-
MARKETING_VERSION = 5.0.8;
6209+
MARKETING_VERSION = 5.0.9;
62106210
MTL_FAST_MATH = YES;
62116211
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.green.NotificationService;
62126212
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6229,7 +6229,7 @@
62296229
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
62306230
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
62316231
CODE_SIGN_STYLE = Manual;
6232-
CURRENT_PROJECT_VERSION = 0;
6232+
CURRENT_PROJECT_VERSION = 1;
62336233
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
62346234
DEVELOPMENT_TEAM = D9W37S9468;
62356235
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
@@ -6245,7 +6245,7 @@
62456245
"@executable_path/../../Frameworks",
62466246
);
62476247
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6248-
MARKETING_VERSION = 5.0.8;
6248+
MARKETING_VERSION = 5.0.9;
62496249
MTL_FAST_MATH = YES;
62506250
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
62516251
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -7090,7 +7090,7 @@
70907090
CODE_SIGN_ENTITLEMENTS = gaios/gaiosStaging.entitlements;
70917091
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
70927092
CODE_SIGN_STYLE = Manual;
7093-
CURRENT_PROJECT_VERSION = 0;
7093+
CURRENT_PROJECT_VERSION = 1;
70947094
DEVELOPMENT_TEAM = D9W37S9468;
70957095
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
70967096
ENABLE_BITCODE = NO;
@@ -7105,7 +7105,7 @@
71057105
"$(inherited)",
71067106
"@executable_path/Frameworks",
71077107
);
7108-
MARKETING_VERSION = 5.0.8;
7108+
MARKETING_VERSION = 5.0.9;
71097109
MTL_ENABLE_DEBUG_INFO = YES;
71107110
OTHER_LDFLAGS = (
71117111
"$(inherited)",

0 commit comments

Comments
 (0)