make "Null check used on null value" errors when .so errors out more useful (#1549)
Some checks are pending
Cache Dependencies / test (push) Waiting to run

bump monero_c commit to fix enotes error
This commit is contained in:
cyan 2024-07-22 17:42:13 +02:00 committed by GitHub
parent 649305acc3
commit 1b109ac702
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,7 @@ final monero.WalletManager wmPtr = Pointer.fromAddress((() {
print("ptr: $_wmPtr");
} catch (e) {
print(e);
rethrow;
}
return _wmPtr!.address;
})());

View file

@ -21,6 +21,7 @@ final wownero.WalletManager wmPtr = Pointer.fromAddress((() {
print("ptr: $_wmPtr");
} catch (e) {
print(e);
rethrow;
}
return _wmPtr!.address;
})());

View file

@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]];
then
git clone https://github.com/mrcyjanek/monero_c --branch rewrite-wip
cd monero_c
git checkout d1e246aaf4c53b60ff9e4ab4a4ac3ae4a1f94a33
git checkout c094ed5da69d2274747bf6edd7ca24124487bd34
git reset --hard
git submodule update --init --force --recursive
./apply_patches.sh monero