From 241e3bcc6efd1125a72e30f0987b4f55b72effc9 Mon Sep 17 00:00:00 2001 From: cyan Date: Wed, 12 Feb 2025 12:57:12 +0100 Subject: [PATCH] Fix ledger issues (#2022) Co-authored-by: OmarHatem --- cw_monero/pubspec.lock | 4 ++-- cw_monero/pubspec.yaml | 2 +- cw_wownero/pubspec.lock | 4 ++-- cw_wownero/pubspec.yaml | 2 +- cw_zano/pubspec.lock | 4 ++-- cw_zano/pubspec.yaml | 2 +- scripts/prepare_moneroc.sh | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cw_monero/pubspec.lock b/cw_monero/pubspec.lock index 8d3c07a9a..efc557fce 100644 --- a/cw_monero/pubspec.lock +++ b/cw_monero/pubspec.lock @@ -511,8 +511,8 @@ packages: dependency: "direct main" description: path: "impls/monero.dart" - ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b" - resolved-ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b" + ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58" + resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58" url: "https://github.com/mrcyjanek/monero_c" source: git version: "0.0.0" diff --git a/cw_monero/pubspec.yaml b/cw_monero/pubspec.yaml index aaf2d768a..99c41c85b 100644 --- a/cw_monero/pubspec.yaml +++ b/cw_monero/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: monero: git: url: https://github.com/mrcyjanek/monero_c - ref: 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b + ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 path: impls/monero.dart mutex: ^3.1.0 ledger_flutter_plus: ^1.4.1 diff --git a/cw_wownero/pubspec.lock b/cw_wownero/pubspec.lock index 3cfa0687f..05526446d 100644 --- a/cw_wownero/pubspec.lock +++ b/cw_wownero/pubspec.lock @@ -471,8 +471,8 @@ packages: dependency: "direct main" description: path: "impls/monero.dart" - ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b" - resolved-ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b" + ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58" + resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58" url: "https://github.com/mrcyjanek/monero_c" source: git version: "0.0.0" diff --git a/cw_wownero/pubspec.yaml b/cw_wownero/pubspec.yaml index a57bcd4d5..84bc2ac88 100644 --- a/cw_wownero/pubspec.yaml +++ b/cw_wownero/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: monero: git: url: https://github.com/mrcyjanek/monero_c - ref: 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b # monero_c hash + ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 # monero_c hash path: impls/monero.dart mutex: ^3.1.0 diff --git a/cw_zano/pubspec.lock b/cw_zano/pubspec.lock index 3cc89211e..fe052c6ca 100644 --- a/cw_zano/pubspec.lock +++ b/cw_zano/pubspec.lock @@ -476,8 +476,8 @@ packages: dependency: "direct main" description: path: "impls/monero.dart" - ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b" - resolved-ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b" + ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58" + resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58" url: "https://github.com/mrcyjanek/monero_c" source: git version: "0.0.0" diff --git a/cw_zano/pubspec.yaml b/cw_zano/pubspec.yaml index 7f932b35b..b79f15b1d 100644 --- a/cw_zano/pubspec.yaml +++ b/cw_zano/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: monero: git: url: https://github.com/mrcyjanek/monero_c - ref: 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b # monero_c hash + ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 # monero_c hash path: impls/monero.dart dev_dependencies: flutter_test: diff --git a/scripts/prepare_moneroc.sh b/scripts/prepare_moneroc.sh index 0d265d794..4e152c7ba 100755 --- a/scripts/prepare_moneroc.sh +++ b/scripts/prepare_moneroc.sh @@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]]; then git clone https://github.com/mrcyjanek/monero_c --branch master monero_c cd monero_c - git checkout 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b + git checkout 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 git reset --hard git submodule update --init --force --recursive ./apply_patches.sh monero