From bc504bf23812a5d4b4640592b4fd0d779eae2ff4 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Wed, 16 Oct 2024 17:35:16 +0200 Subject: [PATCH] update monero_c hash (after merge) --- cw_monero/pubspec.lock | 4 ++-- cw_monero/pubspec.yaml | 2 +- cw_wownero/pubspec.lock | 4 ++-- cw_wownero/pubspec.yaml | 2 +- scripts/prepare_moneroc.sh | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cw_monero/pubspec.lock b/cw_monero/pubspec.lock index 27d949a17..53dc1927d 100644 --- a/cw_monero/pubspec.lock +++ b/cw_monero/pubspec.lock @@ -463,8 +463,8 @@ packages: dependency: "direct main" description: path: "impls/monero.dart" - ref: "193b9868f6bcec745a7a716dbb98ffcf26a06a33" - resolved-ref: "193b9868f6bcec745a7a716dbb98ffcf26a06a33" + ref: "939040032f6e22529ccb6b5f54d9c48fc94db3d6" + resolved-ref: "939040032f6e22529ccb6b5f54d9c48fc94db3d6" 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 7fe305765..21039061e 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: 193b9868f6bcec745a7a716dbb98ffcf26a06a33 # monero_c hash + ref: 939040032f6e22529ccb6b5f54d9c48fc94db3d6 # monero_c hash path: impls/monero.dart mutex: ^3.1.0 diff --git a/cw_wownero/pubspec.lock b/cw_wownero/pubspec.lock index 1909c9166..7b7342f8c 100644 --- a/cw_wownero/pubspec.lock +++ b/cw_wownero/pubspec.lock @@ -463,8 +463,8 @@ packages: dependency: "direct main" description: path: "impls/monero.dart" - ref: "193b9868f6bcec745a7a716dbb98ffcf26a06a33" - resolved-ref: "193b9868f6bcec745a7a716dbb98ffcf26a06a33" + ref: "939040032f6e22529ccb6b5f54d9c48fc94db3d6" + resolved-ref: "939040032f6e22529ccb6b5f54d9c48fc94db3d6" 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 9feacae75..0dbde724f 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: 193b9868f6bcec745a7a716dbb98ffcf26a06a33 # monero_c hash + ref: 939040032f6e22529ccb6b5f54d9c48fc94db3d6 # monero_c hash path: impls/monero.dart mutex: ^3.1.0 diff --git a/scripts/prepare_moneroc.sh b/scripts/prepare_moneroc.sh index 29947e4fb..e57f24671 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 rewrite-wip cd monero_c - git checkout 193b9868f6bcec745a7a716dbb98ffcf26a06a33 + git checkout 939040032f6e22529ccb6b5f54d9c48fc94db3d6 git reset --hard git submodule update --init --force --recursive ./apply_patches.sh monero