Skip to content

Commit

Permalink
update monero_c
Browse files Browse the repository at this point in the history
update wownero to 0.11.3.0
  • Loading branch information
MrCyjaneK committed Jan 20, 2025
1 parent f6bdcd1 commit af6dbce
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cw_monero/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ packages:
dependency: "direct main"
description:
path: "impls/monero.dart"
ref: c3dd64bdee37d361a2c1252d127fb575936e43e6
resolved-ref: c3dd64bdee37d361a2c1252d127fb575936e43e6
ref: 9526921acb774b523a2e1d9ba9a7b389acfc6b70
resolved-ref: 9526921acb774b523a2e1d9ba9a7b389acfc6b70
url: "https://github.com/mrcyjanek/monero_c"
source: git
version: "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion cw_monero/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
monero:
git:
url: https://github.com/mrcyjanek/monero_c
ref: c3dd64bdee37d361a2c1252d127fb575936e43e6
ref: 9526921acb774b523a2e1d9ba9a7b389acfc6b70
path: impls/monero.dart
mutex: ^3.1.0
ledger_flutter_plus: ^1.4.1
Expand Down
4 changes: 2 additions & 2 deletions cw_wownero/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ packages:
dependency: "direct main"
description:
path: "impls/monero.dart"
ref: c3dd64bdee37d361a2c1252d127fb575936e43e6
resolved-ref: c3dd64bdee37d361a2c1252d127fb575936e43e6
ref: 9526921acb774b523a2e1d9ba9a7b389acfc6b70
resolved-ref: 9526921acb774b523a2e1d9ba9a7b389acfc6b70
url: "https://github.com/mrcyjanek/monero_c"
source: git
version: "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion cw_wownero/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
monero:
git:
url: https://github.com/mrcyjanek/monero_c
ref: c3dd64bdee37d361a2c1252d127fb575936e43e6 # monero_c hash
ref: 9526921acb774b523a2e1d9ba9a7b389acfc6b70 # monero_c hash
path: impls/monero.dart
mutex: ^3.1.0

Expand Down
4 changes: 2 additions & 2 deletions cw_zano/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ packages:
dependency: "direct main"
description:
path: "impls/monero.dart"
ref: c3dd64bdee37d361a2c1252d127fb575936e43e6
resolved-ref: c3dd64bdee37d361a2c1252d127fb575936e43e6
ref: 9526921acb774b523a2e1d9ba9a7b389acfc6b70
resolved-ref: 9526921acb774b523a2e1d9ba9a7b389acfc6b70
url: "https://github.com/mrcyjanek/monero_c"
source: git
version: "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion cw_zano/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
monero:
git:
url: https://github.com/mrcyjanek/monero_c
ref: c3dd64bdee37d361a2c1252d127fb575936e43e6 # monero_c hash
ref: 9526921acb774b523a2e1d9ba9a7b389acfc6b70 # monero_c hash
path: impls/monero.dart
dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare_moneroc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
then
git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
cd monero_c
git checkout c3dd64bdee37d361a2c1252d127fb575936e43e6
git checkout 9526921acb774b523a2e1d9ba9a7b389acfc6b70
git reset --hard
git submodule update --init --force --recursive
./apply_patches.sh monero
Expand Down

0 comments on commit af6dbce

Please sign in to comment.