update monero_c

This commit is contained in:
Czarek Nakamoto 2024-12-21 13:34:50 +01:00
parent 80cb8453c8
commit dfe6d5e874
7 changed files with 12 additions and 12 deletions

View file

@ -511,8 +511,8 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "impls/monero.dart" path: "impls/monero.dart"
ref: "e3cafc9aa0f06d4cecde96f28c497e7ab686be90" ref: "35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7"
resolved-ref: "e3cafc9aa0f06d4cecde96f28c497e7ab686be90" resolved-ref: "35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7"
url: "https://github.com/mrcyjanek/monero_c" url: "https://github.com/mrcyjanek/monero_c"
source: git source: git
version: "0.0.0" version: "0.0.0"
@ -845,10 +845,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: vm_service name: vm_service
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "14.2.4" version: "14.2.5"
watcher: watcher:
dependency: "direct overridden" dependency: "direct overridden"
description: description:

View file

@ -25,7 +25,7 @@ dependencies:
monero: monero:
git: git:
url: https://github.com/mrcyjanek/monero_c url: https://github.com/mrcyjanek/monero_c
ref: e3cafc9aa0f06d4cecde96f28c497e7ab686be90 ref: 35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7
path: impls/monero.dart path: impls/monero.dart
mutex: ^3.1.0 mutex: ^3.1.0
ledger_flutter_plus: ^1.4.1 ledger_flutter_plus: ^1.4.1

View file

@ -471,8 +471,8 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "impls/monero.dart" path: "impls/monero.dart"
ref: "e3cafc9aa0f06d4cecde96f28c497e7ab686be90" ref: "35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7"
resolved-ref: "e3cafc9aa0f06d4cecde96f28c497e7ab686be90" resolved-ref: "35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7"
url: "https://github.com/mrcyjanek/monero_c" url: "https://github.com/mrcyjanek/monero_c"
source: git source: git
version: "0.0.0" version: "0.0.0"

View file

@ -25,7 +25,7 @@ dependencies:
monero: monero:
git: git:
url: https://github.com/mrcyjanek/monero_c url: https://github.com/mrcyjanek/monero_c
ref: e3cafc9aa0f06d4cecde96f28c497e7ab686be90 # monero_c hash ref: 35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7 # monero_c hash
path: impls/monero.dart path: impls/monero.dart
mutex: ^3.1.0 mutex: ^3.1.0

View file

@ -476,8 +476,8 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "impls/monero.dart" path: "impls/monero.dart"
ref: "e3cafc9aa0f06d4cecde96f28c497e7ab686be90" ref: "35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7"
resolved-ref: "e3cafc9aa0f06d4cecde96f28c497e7ab686be90" resolved-ref: "35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7"
url: "https://github.com/mrcyjanek/monero_c" url: "https://github.com/mrcyjanek/monero_c"
source: git source: git
version: "0.0.0" version: "0.0.0"

View file

@ -26,7 +26,7 @@ dependencies:
monero: monero:
git: git:
url: https://github.com/mrcyjanek/monero_c url: https://github.com/mrcyjanek/monero_c
ref: e3cafc9aa0f06d4cecde96f28c497e7ab686be90 # monero_c hash ref: 35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7 # monero_c hash
path: impls/monero.dart path: impls/monero.dart
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View file

@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]];
then then
git clone https://github.com/mrcyjanek/monero_c --branch master git clone https://github.com/mrcyjanek/monero_c --branch master
cd monero_c cd monero_c
git checkout e3cafc9aa0f06d4cecde96f28c497e7ab686be90 git checkout 35ded9142e3915c7cdf6d64c7a0f0d797fcac8c7
git reset --hard git reset --hard
git submodule update --init --force --recursive git submodule update --init --force --recursive
./apply_patches.sh monero ./apply_patches.sh monero