From dfe6d5e874edb97896179b83a270392e20ba1d88 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Sat, 21 Dec 2024 13:34:50 +0100 Subject: [PATCH] update monero_c --- cw_monero/pubspec.lock | 8 ++++---- 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, 12 insertions(+), 12 deletions(-) diff --git a/cw_monero/pubspec.lock b/cw_monero/pubspec.lock index ba038abca..9907c0dba 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: "e3cafc9aa0f06d4cecde96f28c497e7ab686be90" - resolved-ref: "e3cafc9aa0f06d4cecde96f28c497e7ab686be90" + ref: "35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7" + resolved-ref: "35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7" url: "https://github.com/mrcyjanek/monero_c" source: git version: "0.0.0" @@ -845,10 +845,10 @@ packages: dependency: transitive description: name: vm_service - sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc + sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" url: "https://pub.dev" source: hosted - version: "14.2.4" + version: "14.2.5" watcher: dependency: "direct overridden" description: diff --git a/cw_monero/pubspec.yaml b/cw_monero/pubspec.yaml index 1bf0a3a5a..565879926 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: e3cafc9aa0f06d4cecde96f28c497e7ab686be90 + ref: 35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7 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 cad31c411..65ff3baa6 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: "e3cafc9aa0f06d4cecde96f28c497e7ab686be90" - resolved-ref: "e3cafc9aa0f06d4cecde96f28c497e7ab686be90" + ref: "35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7" + resolved-ref: "35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7" 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 ce606d7f0..02669d78b 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: e3cafc9aa0f06d4cecde96f28c497e7ab686be90 # monero_c hash + ref: 35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7 # monero_c hash path: impls/monero.dart mutex: ^3.1.0 diff --git a/cw_zano/pubspec.lock b/cw_zano/pubspec.lock index faa575ac9..f5453f4db 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: "e3cafc9aa0f06d4cecde96f28c497e7ab686be90" - resolved-ref: "e3cafc9aa0f06d4cecde96f28c497e7ab686be90" + ref: "35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7" + resolved-ref: "35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7" 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 f3aa28da7..6e469e554 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: e3cafc9aa0f06d4cecde96f28c497e7ab686be90 # monero_c hash + ref: 35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7 # monero_c hash path: impls/monero.dart dev_dependencies: flutter_test: diff --git a/scripts/prepare_moneroc.sh b/scripts/prepare_moneroc.sh index 3009bedd0..eda7230c3 100755 --- a/scripts/prepare_moneroc.sh +++ b/scripts/prepare_moneroc.sh @@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]]; then git clone https://github.com/mrcyjanek/monero_c --branch master cd monero_c - git checkout e3cafc9aa0f06d4cecde96f28c497e7ab686be90 + git checkout 35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7 git reset --hard git submodule update --init --force --recursive ./apply_patches.sh monero