Skip to content

Commit 55d46d7

Browse files
committed
feat: faster scanning on remote nodes for xmr
dnm: skip cw_monero monero_c dump (waits for #2287)
1 parent e52bced commit 55d46d7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

cw_wownero/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ packages:
480480
dependency: "direct main"
481481
description:
482482
path: "impls/monero.dart"
483-
ref: b335585a7fb94b315eb52bd88f2da6d3489fa508
484-
resolved-ref: b335585a7fb94b315eb52bd88f2da6d3489fa508
483+
ref: f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
484+
resolved-ref: f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
485485
url: "https://github.com/mrcyjanek/monero_c"
486486
source: git
487487
version: "0.0.0"

cw_wownero/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
monero:
2626
git:
2727
url: https://github.com/mrcyjanek/monero_c
28-
ref: b335585a7fb94b315eb52bd88f2da6d3489fa508 # monero_c hash
28+
ref: f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d # monero_c hash
2929
path: impls/monero.dart
3030
mutex: ^3.1.0
3131

cw_zano/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,8 @@ packages:
485485
dependency: "direct main"
486486
description:
487487
path: "impls/monero.dart"
488-
ref: b335585a7fb94b315eb52bd88f2da6d3489fa508
489-
resolved-ref: b335585a7fb94b315eb52bd88f2da6d3489fa508
488+
ref: f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
489+
resolved-ref: f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
490490
url: "https://github.com/mrcyjanek/monero_c"
491491
source: git
492492
version: "0.0.0"
@@ -842,4 +842,4 @@ packages:
842842
version: "3.1.3"
843843
sdks:
844844
dart: ">=3.5.0 <4.0.0"
845-
flutter: ">=3.27.4"
845+
flutter: ">=3.24.0"

cw_zano/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
monero:
2727
git:
2828
url: https://github.com/mrcyjanek/monero_c
29-
ref: b335585a7fb94b315eb52bd88f2da6d3489fa508 # monero_c hash
29+
ref: f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d # monero_c hash
3030
path: impls/monero.dart
3131
dev_dependencies:
3232
flutter_test:

scripts/prepare_moneroc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
88
then
99
git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
1010
cd monero_c
11-
git checkout b335585a7fb94b315eb52bd88f2da6d3489fa508
11+
git checkout f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
1212
git reset --hard
1313
git submodule update --init --force --recursive
1414
./apply_patches.sh monero

0 commit comments

Comments
 (0)