Fix ledger issues (#2022)

Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
This commit is contained in:
cyan 2025-02-12 12:57:12 +01:00 committed by GitHub
parent 64395a21a2
commit 241e3bcc6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 10 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: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b" ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
resolved-ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b" resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
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: 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58
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: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b" ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
resolved-ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b" resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
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: 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b # monero_c hash ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 # 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: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b" ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
resolved-ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b" resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58"
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: 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b # monero_c hash ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 # 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/.git" ]];
then then
git clone https://github.com/mrcyjanek/monero_c --branch master monero_c git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
cd monero_c cd monero_c
git checkout 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b git checkout 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58
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