06:05:49 selsta reviewed 11:28:05 moneromooo: I've heard talks ongoing here & there about possibility to migrate Monero from C++ to Rust. 11:28:05 Are these just talks, or is there a dev roadmap for it? I'm married to C++, so some clarity on this would help. 13:19:16 afungible[m]: there are no plans for this currently 13:21:35 it seems other projects have implemented some specific parts of the cryptography in rust, that might happen in the future, e.g. i know that kayabanerve[m] would like that 13:21:51 but there are no plans for it currently and a full migration of the codebase is unlikely 13:23:41 .merges 13:23:41 -xmr-pr- 8534 8538 8547 8548 8551 13:26:14 .merge+ 8555 8513 8553 8554 8552 8519 13:26:14 Added 13:38:38 "but there are no plans for it..." <- Thanks selsta: does this mean part migration Monero core to Rust is possible, while rest remains in C++? I thought it ideally should be either one or the other. I am aware that kayabanerve @kayabanerve:matrix.orghas some work done with Rust. 13:39:24 It's not even a current possibility 13:39:45 It's solely an interest of some members as an alternative, not a replacement 13:40:13 I rebuilt tx creation and all the cryptography underpinning it 13:40:31 It's suitable for verification as well as per dangerousfreedom @dangerousfreedom:libera.chat: 's work 13:41:41 Clear. Thanks kayabanerve, and good work. 13:44:52 i have some issues 13:45:10 im building Monero to ARM Android 13:45:28 and linking to my dynamic library 13:45:39 but should i use the same NDK version with Monero? 13:46:14 error: dlopen failed: cannot locate symbol "_ZN5boost15program_options3argE" referenced by ... 13:46:18 im getting this error on Android 13:47:16 To be clear, the interest is in a Rust alternative. Only one person advocated for a hybrid approach and no one else endorsed it 13:50:08 :((((((((((((((((((((((((( 14:13:53 MeowingCat: try to look at home other monero wallets do it, or for example at the monero-gui android docker file https://github.com/monero-project/monero-gui/blob/master/Dockerfile.android 14:23:25 also do you use the same boost version everywhere? 14:26:17 i don't use Boost but Monero uses 14:46:19 is seems there is a boost version mismatch 16:56:02 gitian-build.py is making me crazy 16:56:04 :((((((((((((( 16:57:15 i remember i built Monero to Android with running gitian-build.py on Ubuntu 18.04 in Docker 16:57:23 butttttt now it decided not to work :(((((((((((( 16:57:52 ./gitian-build.py -o android --detach-sign --no-commit --build rohanrhu 727bc5b6878170332bf2d838f2c60d1c8dc685c 16:57:55 im doing this 16:58:11 what can be wrong? 16:59:30 you have to post the error 16:59:43 we can gitian / depends on every commit and it builds fine 16:59:46 we run* 17:22:30 there's no --docker switch on that invocation, for one 18:37:18 selsta: fwiw, I spent a little bit hunting a leak, only to find it was fixed upstream in randomx. Helps fix "make test" when using asan, which barfs on leaks. 18:38:02 Arguably not really .1 material, but hey, might as well mention it :) 18:43:26 which commit exactly? 18:44:26 166e0d80f56b7ac1a44ce07a5701b22208fdf840 18:46:10 did you test the latest monero master / release branch? 18:46:25 I did not. Should I ? 18:46:31 no i mean we have it already fixed 18:46:43 Oh really. Nice :D 18:46:54 our submodule points to latest randomx masrter 18:47:11 I had debugged this a few weeks back after merging the latest monero on TF. All good then.