diff --git a/cw_monero/lib/api/wallet.dart b/cw_monero/lib/api/wallet.dart index f57beb5fc4..78153a654d 100644 --- a/cw_monero/lib/api/wallet.dart +++ b/cw_monero/lib/api/wallet.dart @@ -121,7 +121,6 @@ Future setupNodeSync( daemonUsername: login ?? '', daemonPassword: password ?? ''); }); - // monero.Wallet_init3(wptr!, argv0: '', defaultLogBaseName: 'moneroc', console: true, logPath: ''); final status = monero.Wallet_status(wptr!); diff --git a/cw_monero/pubspec.lock b/cw_monero/pubspec.lock index d8a3a4ff82..9aa076a565 100644 --- a/cw_monero/pubspec.lock +++ b/cw_monero/pubspec.lock @@ -503,8 +503,8 @@ packages: dependency: "direct main" description: path: "impls/monero.dart" - ref: c41c4dad9aa5003a914cfb2c528c76386f952665 - resolved-ref: c41c4dad9aa5003a914cfb2c528c76386f952665 + ref: af5277f96073917185864d3596e82b67bee54e78 + resolved-ref: af5277f96073917185864d3596e82b67bee54e78 url: "https://github.com/mrcyjanek/monero_c" source: git version: "0.0.0" @@ -829,10 +829,10 @@ packages: dependency: transitive description: name: vm_service - sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc + sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" url: "https://pub.dev" source: hosted - version: "14.2.4" + version: "14.2.5" watcher: dependency: "direct overridden" description: diff --git a/cw_monero/pubspec.yaml b/cw_monero/pubspec.yaml index 36b0029889..61caf93da5 100644 --- a/cw_monero/pubspec.yaml +++ b/cw_monero/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: monero: git: url: https://github.com/mrcyjanek/monero_c - ref: c41c4dad9aa5003a914cfb2c528c76386f952665 + ref: af5277f96073917185864d3596e82b67bee54e78 # ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash path: impls/monero.dart mutex: ^3.1.0 diff --git a/cw_wownero/pubspec.lock b/cw_wownero/pubspec.lock index 70f1f1e1d1..532bb236b0 100644 --- a/cw_wownero/pubspec.lock +++ b/cw_wownero/pubspec.lock @@ -463,8 +463,8 @@ packages: dependency: "direct main" description: path: "impls/monero.dart" - ref: c41c4dad9aa5003a914cfb2c528c76386f952665 - resolved-ref: c41c4dad9aa5003a914cfb2c528c76386f952665 + ref: af5277f96073917185864d3596e82b67bee54e78 + resolved-ref: af5277f96073917185864d3596e82b67bee54e78 url: "https://github.com/mrcyjanek/monero_c" source: git version: "0.0.0" @@ -757,10 +757,10 @@ packages: dependency: transitive description: name: vm_service - sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc + sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" url: "https://pub.dev" source: hosted - version: "14.2.4" + version: "14.2.5" watcher: dependency: "direct overridden" description: diff --git a/cw_wownero/pubspec.yaml b/cw_wownero/pubspec.yaml index fc57826458..a92f530f68 100644 --- a/cw_wownero/pubspec.yaml +++ b/cw_wownero/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: monero: git: url: https://github.com/mrcyjanek/monero_c - ref: c41c4dad9aa5003a914cfb2c528c76386f952665 + ref: af5277f96073917185864d3596e82b67bee54e78 # ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash path: impls/monero.dart mutex: ^3.1.0 diff --git a/scripts/prepare_moneroc.sh b/scripts/prepare_moneroc.sh index 41b12570c0..c345408dd5 100755 --- a/scripts/prepare_moneroc.sh +++ b/scripts/prepare_moneroc.sh @@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]]; then git clone https://github.com/mrcyjanek/monero_c --branch master cd monero_c - git checkout c41c4dad9aa5003a914cfb2c528c76386f952665 + git checkout af5277f96073917185864d3596e82b67bee54e78 git reset --hard git submodule update --init --force --recursive ./apply_patches.sh monero