CW-848-amount-0-fee-error-fix-in-monero (#1866)

* update monero_c hash * update monero_c hash * update monero_c hash * update monero_c hash * update monero_c hash

cyan committed Dec 12, 2024 at 16:32 UTC df6ea551aacafe92ce8b387fd7e52ba184d01676
6 files changed +11 -12
cw_monero/lib/api/wallet.dart
-1
@@ -121,7 +121,6 @@ Future<bool> setupNodeSync(
121 daemonUsername: login ?? '',
122 daemonPassword: password ?? '');
123 });
124 - // monero.Wallet_init3(wptr!, argv0: '', defaultLogBaseName: 'moneroc', console: true, logPath: '');
124
125 final status = monero.Wallet_status(wptr!);
126
cw_monero/pubspec.lock
+4 -4
@@ -503,8 +503,8 @@ packages:
503 dependency: "direct main"
504 description:
505 path: "impls/monero.dart"
506 - ref: c41c4dad9aa5003a914cfb2c528c76386f952665
507 - resolved-ref: c41c4dad9aa5003a914cfb2c528c76386f952665
506 + ref: af5277f96073917185864d3596e82b67bee54e78
507 + resolved-ref: af5277f96073917185864d3596e82b67bee54e78
508 url: "https://github.com/mrcyjanek/monero_c"
509 source: git
510 version: "0.0.0"
@@ -829,10 +829,10 @@ packages:
829 dependency: transitive
830 description:
831 name: vm_service
832 - sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
832 + sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
833 url: "https://pub.dev"
834 source: hosted
835 - version: "14.2.4"
835 + version: "14.2.5"
836 watcher:
837 dependency: "direct overridden"
838 description:
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: c41c4dad9aa5003a914cfb2c528c76386f952665
28 + ref: af5277f96073917185864d3596e82b67bee54e78
29 # ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash
30 path: impls/monero.dart
31 mutex: ^3.1.0
cw_wownero/pubspec.lock
+4 -4
@@ -463,8 +463,8 @@ packages:
463 dependency: "direct main"
464 description:
465 path: "impls/monero.dart"
466 - ref: c41c4dad9aa5003a914cfb2c528c76386f952665
467 - resolved-ref: c41c4dad9aa5003a914cfb2c528c76386f952665
466 + ref: af5277f96073917185864d3596e82b67bee54e78
467 + resolved-ref: af5277f96073917185864d3596e82b67bee54e78
468 url: "https://github.com/mrcyjanek/monero_c"
469 source: git
470 version: "0.0.0"
@@ -757,10 +757,10 @@ packages:
757 dependency: transitive
758 description:
759 name: vm_service
760 - sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
760 + sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
761 url: "https://pub.dev"
762 source: hosted
763 - version: "14.2.4"
763 + version: "14.2.5"
764 watcher:
765 dependency: "direct overridden"
766 description:
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: c41c4dad9aa5003a914cfb2c528c76386f952665
28 + ref: af5277f96073917185864d3596e82b67bee54e78
29 # ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash
30 path: impls/monero.dart
31 mutex: ^3.1.0
scripts/prepare_moneroc.sh
+1 -1
@@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]];
8 then
9 git clone https://github.com/mrcyjanek/monero_c --branch master
10 cd monero_c
11 - git checkout c41c4dad9aa5003a914cfb2c528c76386f952665
11 + git checkout af5277f96073917185864d3596e82b67bee54e78
12 git reset --hard
13 git submodule update --init --force --recursive
14 ./apply_patches.sh monero