fix cn_slow_hash on devices with limited stack (#2012)

cyan committed Feb 12, 2025 at 12:53 UTC 64395a21a261adee8d4df3056d13b685b58fa186
7 files changed +10 -10
cw_monero/pubspec.lock
+2 -2
@@ -511,8 +511,8 @@ packages:
511 dependency: "direct main"
512 description:
513 path: "impls/monero.dart"
514 - ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
515 - resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
514 + ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
515 + resolved-ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
516 url: "https://github.com/mrcyjanek/monero_c"
517 source: git
518 version: "0.0.0"
cw_monero/pubspec.yaml
+1 -1
@@ -25,7 +25,7 @@ dependencies:
25 monero:
26 git:
27 url: https://github.com/mrcyjanek/monero_c
28 - ref: 127c54599c612d7d3d226e4c016d5812e7a0966d
28 + ref: 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b
29 path: impls/monero.dart
30 mutex: ^3.1.0
31 ledger_flutter_plus: ^1.4.1
cw_wownero/pubspec.lock
+2 -2
@@ -471,8 +471,8 @@ packages:
471 dependency: "direct main"
472 description:
473 path: "impls/monero.dart"
474 - ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
475 - resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
474 + ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
475 + resolved-ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
476 url: "https://github.com/mrcyjanek/monero_c"
477 source: git
478 version: "0.0.0"
cw_wownero/pubspec.yaml
+1 -1
@@ -25,7 +25,7 @@ dependencies:
25 monero:
26 git:
27 url: https://github.com/mrcyjanek/monero_c
28 - ref: 127c54599c612d7d3d226e4c016d5812e7a0966d # monero_c hash
28 + ref: 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b # monero_c hash
29 path: impls/monero.dart
30 mutex: ^3.1.0
31
cw_zano/pubspec.lock
+2 -2
@@ -476,8 +476,8 @@ packages:
476 dependency: "direct main"
477 description:
478 path: "impls/monero.dart"
479 - ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
480 - resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
479 + ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
480 + resolved-ref: "09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b"
481 url: "https://github.com/mrcyjanek/monero_c"
482 source: git
483 version: "0.0.0"
cw_zano/pubspec.yaml
+1 -1
@@ -26,7 +26,7 @@ dependencies:
26 monero:
27 git:
28 url: https://github.com/mrcyjanek/monero_c
29 - ref: 127c54599c612d7d3d226e4c016d5812e7a0966d # monero_c hash
29 + ref: 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b # monero_c hash
30 path: impls/monero.dart
31 dev_dependencies:
32 flutter_test:
scripts/prepare_moneroc.sh
+1 -1
@@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
8 then
9 git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
10 cd monero_c
11 - git checkout 127c54599c612d7d3d226e4c016d5812e7a0966d
11 + git checkout 09c6d2e5f8ae8e9f4c5efe5b7bfe72911462a32b
12 git reset --hard
13 git submodule update --init --force --recursive
14 ./apply_patches.sh monero