Skip to content

Commit 7c32c37

Browse files
committed
feat: faster scanning on remote nodes for xmr
1 parent e52bced commit 7c32c37

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

cw_monero/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,8 @@ packages:
573573
dependency: "direct main"
574574
description:
575575
path: "impls/monero.dart"
576-
ref: b335585a7fb94b315eb52bd88f2da6d3489fa508
577-
resolved-ref: b335585a7fb94b315eb52bd88f2da6d3489fa508
576+
ref: f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
577+
resolved-ref: f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
578578
url: "https://github.com/mrcyjanek/monero_c"
579579
source: git
580580
version: "0.0.0"

cw_monero/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
monero:
2828
git:
2929
url: https://github.com/mrcyjanek/monero_c
30-
ref: b335585a7fb94b315eb52bd88f2da6d3489fa508
30+
ref: f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
3131
path: impls/monero.dart
3232
mutex: ^3.1.0
3333
ledger_flutter_plus: ^1.4.1

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)