10:59:04 selsta: Yes, though it seems I have to resynch my node, because the testnet is needed here. Also the Haven's testnet has trouble synchronizing here. I can only believe, that their tests work. 10:59:41 I'm quite sure that testnet isn't needed. 11:00:23 I ran it locally without a synced testnet node. 11:00:49 https://github.com/monero-project/monero/tree/master/tests/libwallet_api_tests/scripts 11:01:03 > Running monero node, linked to private/public testnet. By default, tests expect daemon running at localhost:38081 11:01:24 I ran it as well, but the output mentioned being unable to connect to daemon. 11:01:35 it runs a private testnet 11:02:04 Do you mean, that the test starts the daemon as a sub-process? 11:02:40 Because if this is the case, then Haven's wallet tests behave (and segfault) the same way as Monero's 11:04:50 Perhaps I should have first taken a closer look here: 11:04:52 https://github.com/moneroexamples/private-testnet 11:06:39 I don't know :D I just remember running these tests locally and I have a testnet synced 11:06:52 I don't have* 11:10:56 It's alright. It's about freakin' time that I set it all up properly anyway :) 11:11:24 I'll let you try before I give you wrong info 14:43:06 I start seeing where the problem is: our wallet scripts are outdated. 14:43:37 And it's a bit complicated in general. It could be simplified just like the gitian scripts. 15:30:30 I see also that even Haven has some small typos. 15:30:38 I'll fix it here and let'em know. 18:55:15 I'm making progress in the libwallet_api_tests. I fixed the scripts and can carry on with actually fixing the tests. 18:55:15 Preparing the environment is a quite a butchery, but a useful skill set nevertheless.