Fix ledger issues (#2022)
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
cyan committed
Feb 12, 2025 at 12:57 UTC
241e3bcc6efd1125a72e30f0987b4f55b72effc9
7 files changed
+10
-10
cw_monero/pubspec.lock
+2
-2
@@ -511,8 +511,8 @@ packages:
511
dependency: "direct main"
512
description:
513
path: "impls/monero.dart"
514
- ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
515
- resolved-ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
514
+ ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
515
+ resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
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: 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b
28
+ ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58
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: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
475
- resolved-ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
474
+ ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
475
+ resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
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: 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b # monero_c hash
28
+ ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 # 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: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
480
- resolved-ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
479
+ ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
480
+ resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
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: 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b # monero_c hash
29
+ ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 # monero_c hash
30
path: impls/monero.dart
31
dev_dependencies:
32
flutter_test:
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 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b
11
+ git checkout 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58
12
git reset --hard
13
git submodule update --init --force --recursive
14
./apply_patches.sh monero