From add059381c21c6f7657fb00959eb10a4815c6712 Mon Sep 17 00:00:00 2001 From: cyan Date: Thu, 28 Nov 2024 13:46:32 +0000 Subject: [PATCH] [skip ci] update monero_c --- 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 c8ea186dd..30c304b89 100644 --- a/cw_monero/pubspec.lock +++ b/cw_monero/pubspec.lock @@ -503,8 +503,8 @@ packages: dependency: "direct main" description: path: "impls/monero.dart" - ref: bbd1a53e16ed57fff5147e1cd300ee88baff706f - resolved-ref: bbd1a53e16ed57fff5147e1cd300ee88baff706f + ref: fffd22288aa9384add744a04251f68ec65124980 + resolved-ref: fffd22288aa9384add744a04251f68ec65124980 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 cb97c0cbd..c36b5edef 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: bbd1a53e16ed57fff5147e1cd300ee88baff706f + ref: fffd22288aa9384add744a04251f68ec65124980 # ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash path: impls/monero.dart mutex: ^3.1.0 diff --git a/cw_wownero/pubspec.lock b/cw_wownero/pubspec.lock index 4dad1c30c..5367051c8 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: bbd1a53e16ed57fff5147e1cd300ee88baff706f - resolved-ref: bbd1a53e16ed57fff5147e1cd300ee88baff706f + ref: fffd22288aa9384add744a04251f68ec65124980 + resolved-ref: fffd22288aa9384add744a04251f68ec65124980 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 8fc536ee8..2549d59e0 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: bbd1a53e16ed57fff5147e1cd300ee88baff706f + ref: fffd22288aa9384add744a04251f68ec65124980 # ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash path: impls/monero.dart mutex: ^3.1.0 diff --git a/scripts/prepare_moneroc.sh b/scripts/prepare_moneroc.sh index e46002d68..36a37ec1c 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 bbd1a53e16ed57fff5147e1cd300ee88baff706f + git checkout fffd22288aa9384add744a04251f68ec65124980 git reset --hard git submodule update --init --force --recursive ./apply_patches.sh monero