update only zano on 4.23.3 (#2091)

* update only zano on 4.23.3 * update versions [skip ci]

Omar Hatem committed Mar 18, 2025 at 17:33 UTC fee523cd811199ccdd738c333ebcd9483f02ed78
17 files changed +29 -24
assets/text/Release_Notes.txt
+1 -3
@@ -1,3 +1 @@
1 -UI/UX enhancements
2 -Stability improvements
3 -Bug fixes
\ No newline at end of file
1 +Update for Zano's Hard fork
\ No newline at end of file
cw_haven/lib/haven_wallet.dart
+3
@@ -72,6 +72,9 @@ abstract class HavenWalletBase
72 @override
73 String get seed => haven_wallet.getSeed();
74
75 + @override
76 + bool get hasRescan => true;
77 +
78 @override
79 MoneroWalletKeys get keys => MoneroWalletKeys(
80 primaryAddress: haven_wallet.getAddress(accountIndex: 0, addressIndex: 0),
cw_monero/pubspec.lock
+2 -2
@@ -511,8 +511,8 @@ packages:
511 dependency: "direct main"
512 description:
513 path: "impls/monero.dart"
514 - ref: "65608c09e9093f1cd42c6afd8e9131016c82574b"
515 - resolved-ref: "65608c09e9093f1cd42c6afd8e9131016c82574b"
514 + ref: "84e52393e395d75f449bcd81e23028889538118f"
515 + resolved-ref: "84e52393e395d75f449bcd81e23028889538118f"
516 url: "https://github.com/mrcyjanek/monero_c"
517 source: git
518 version: "0.0.0"
cw_monero/pubspec.yaml
+1 -1
@@ -25,7 +25,7 @@ dependencies:
25 monero:
26 git:
27 url: https://github.com/mrcyjanek/monero_c
28 - ref: 65608c09e9093f1cd42c6afd8e9131016c82574b
28 + ref: 84e52393e395d75f449bcd81e23028889538118f
29 path: impls/monero.dart
30 mutex: ^3.1.0
31 ledger_flutter_plus: ^1.4.1
cw_wownero/pubspec.lock
+2 -2
@@ -471,8 +471,8 @@ packages:
471 dependency: "direct main"
472 description:
473 path: "impls/monero.dart"
474 - ref: "65608c09e9093f1cd42c6afd8e9131016c82574b"
475 - resolved-ref: "65608c09e9093f1cd42c6afd8e9131016c82574b"
474 + ref: "84e52393e395d75f449bcd81e23028889538118f"
475 + resolved-ref: "84e52393e395d75f449bcd81e23028889538118f"
476 url: "https://github.com/mrcyjanek/monero_c"
477 source: git
478 version: "0.0.0"
cw_wownero/pubspec.yaml
+1 -1
@@ -25,7 +25,7 @@ dependencies:
25 monero:
26 git:
27 url: https://github.com/mrcyjanek/monero_c
28 - ref: 65608c09e9093f1cd42c6afd8e9131016c82574b # monero_c hash
28 + ref: 84e52393e395d75f449bcd81e23028889538118f # monero_c hash
29 path: impls/monero.dart
30 mutex: ^3.1.0
31
cw_zano/pubspec.lock
+2 -2
@@ -476,8 +476,8 @@ packages:
476 dependency: "direct main"
477 description:
478 path: "impls/monero.dart"
479 - ref: "65608c09e9093f1cd42c6afd8e9131016c82574b"
480 - resolved-ref: "65608c09e9093f1cd42c6afd8e9131016c82574b"
479 + ref: "84e52393e395d75f449bcd81e23028889538118f"
480 + resolved-ref: "84e52393e395d75f449bcd81e23028889538118f"
481 url: "https://github.com/mrcyjanek/monero_c"
482 source: git
483 version: "0.0.0"
cw_zano/pubspec.yaml
+1 -1
@@ -26,7 +26,7 @@ dependencies:
26 monero:
27 git:
28 url: https://github.com/mrcyjanek/monero_c
29 - ref: 65608c09e9093f1cd42c6afd8e9131016c82574b # monero_c hash
29 + ref: 84e52393e395d75f449bcd81e23028889538118f # monero_c hash
30 path: impls/monero.dart
31 dev_dependencies:
32 flutter_test:
ios/Podfile.lock
+1 -1
@@ -239,4 +239,4 @@ SPEC CHECKSUMS:
239
240 PODFILE CHECKSUM: e448f662d4c41f0c0b1ccbb78afd57dbf895a597
241
242 -COCOAPODS: 1.15.2
242 +COCOAPODS: 1.16.2
ios/Runner.xcodeproj/project.pbxproj
+4
@@ -486,6 +486,7 @@
486 isa = XCBuildConfiguration;
487 baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
488 buildSettings = {
489 + ARCHS = "$(ARCHS_STANDARD)";
490 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
491 CLANG_ENABLE_MODULES = YES;
492 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
@@ -633,6 +634,7 @@
634 isa = XCBuildConfiguration;
635 baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
636 buildSettings = {
637 + ARCHS = "$(ARCHS_STANDARD)";
638 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
639 CLANG_ENABLE_MODULES = YES;
640 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
@@ -657,6 +659,7 @@
659 "$(PROJECT_DIR)/Flutter",
660 );
661 MARKETING_VERSION = 1.0.1;
662 + ONLY_ACTIVE_ARCH = NO;
663 PRODUCT_BUNDLE_IDENTIFIER = com.fotolockr.cakewallet;
664 PRODUCT_NAME = "$(TARGET_NAME)";
665 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -672,6 +675,7 @@
675 isa = XCBuildConfiguration;
676 baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
677 buildSettings = {
678 + ARCHS = "$(ARCHS_STANDARD)";
679 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
680 CLANG_ENABLE_MODULES = YES;
681 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
macos/Podfile.lock
+1 -1
@@ -129,4 +129,4 @@ SPEC CHECKSUMS:
129
130 PODFILE CHECKSUM: 65ec1541137fb5b35d00490dec1bb48d4d9586bb
131
132 -COCOAPODS: 1.15.2
132 +COCOAPODS: 1.16.2
scripts/android/app_env.sh
+2 -2
@@ -22,8 +22,8 @@ MONERO_COM_PACKAGE="com.monero.app"
22 MONERO_COM_SCHEME="monero.com"
23
24 CAKEWALLET_NAME="Cake Wallet"
25 -CAKEWALLET_VERSION="4.23.3"
26 -CAKEWALLET_BUILD_NUMBER=248
25 +CAKEWALLET_VERSION="4.23.4"
26 +CAKEWALLET_BUILD_NUMBER=249
27 CAKEWALLET_BUNDLE_ID="com.cakewallet.cake_wallet"
28 CAKEWALLET_PACKAGE="com.cakewallet.cake_wallet"
29 CAKEWALLET_SCHEME="cakewallet"
scripts/ios/app_env.sh
+2 -2
@@ -18,8 +18,8 @@ MONERO_COM_BUILD_NUMBER=113
18 MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
19
20 CAKEWALLET_NAME="Cake Wallet"
21 -CAKEWALLET_VERSION="4.23.3"
22 -CAKEWALLET_BUILD_NUMBER=301
21 +CAKEWALLET_VERSION="4.23.4"
22 +CAKEWALLET_BUILD_NUMBER=302
23 CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
24
25 HAVEN_NAME="Haven"
scripts/linux/app_env.sh
+2 -2
@@ -14,8 +14,8 @@ if [ -n "$1" ]; then
14 fi
15
16 CAKEWALLET_NAME="Cake Wallet"
17 -CAKEWALLET_VERSION="1.13.3"
18 -CAKEWALLET_BUILD_NUMBER=48
17 +CAKEWALLET_VERSION="1.13.4"
18 +CAKEWALLET_BUILD_NUMBER=49
19
20 if ! [[ " ${TYPES[*]} " =~ " ${APP_LINUX_TYPE} " ]]; then
21 echo "Wrong app type."
scripts/macos/app_env.sh
+2 -2
@@ -21,8 +21,8 @@ MONERO_COM_BUILD_NUMBER=45
21 MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
22
23 CAKEWALLET_NAME="Cake Wallet"
24 -CAKEWALLET_VERSION="1.16.3"
25 -CAKEWALLET_BUILD_NUMBER=106
24 +CAKEWALLET_VERSION="1.16.4"
25 +CAKEWALLET_BUILD_NUMBER=107
26 CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
27
28 if ! [[ " ${TYPES[*]} " =~ " ${APP_MACOS_TYPE} " ]]; then
scripts/prepare_moneroc.sh
+1 -1
@@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
8 then
9 git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
10 cd monero_c
11 - git checkout 65608c09e9093f1cd42c6afd8e9131016c82574b
11 + git checkout 84e52393e395d75f449bcd81e23028889538118f
12 git reset --hard
13 git submodule update --init --force --recursive
14 ./apply_patches.sh monero
scripts/windows/build_exe_installer.iss
+1 -1
@@ -1,5 +1,5 @@
1 #define MyAppName "Cake Wallet"
2 -#define MyAppVersion "0.4.3"
2 +#define MyAppVersion "0.4.4"
3 #define MyAppPublisher "Cake Labs LLC"
4 #define MyAppURL "https://cakewallet.com/"
5 #define MyAppExeName "CakeWallet.exe"