00:00:50 is it possible to get TXs with wallet2 API? 00:17:09 DeanGuss, did I hear you say Monero was merging with wownero? 00:17:29 this can't be so 00:26:28 THECOCO: merge-mining? 00:28:27 My man, I heard Monero was going to some crypto routine written by wownero developers in collaboration with verge devs! 00:29:31 news to me 00:37:19 rehrar and friends were discussing this in some blog video. I'm hoping it isn't official. 00:37:39 unless it was somehoe well-tested\ 08:21:49 i feel like wallet2 is not getting new blocks 08:21:52 why?????? 09:00:19 what could be the reason? 09:50:27 2022-09-05 09:01:17.766 E wrong variant type: N10cryptonote12txout_to_keyE, expected txout_to_tagged_key in transaction id= 09:50:42 what does this mean?? 09:56:22 wallet2 is crazy :(((((((( 12:49:22 Hey there - it's RINO again harping on about multisig ;) 12:50:19 We've encountered #8537 which might lead to loss of funds in a multisig wallet. ukoe and j-berman went right at it and fixed it in lightspeed in PR #8545 12:51:17 I am now wondering how long it'll take for this fix to percolate through to the end-user? Is there a point-release already planned, where this could go in? Or are we in "who the hell knows" territory? 12:56:23 .1.1 is planned as far as I can see 12:56:30 Would be prudent to include it there I suppose 12:56:44 arnuschky[m]: https://github.com/monero-project/monero/pull/8534 13:08:19 thanks dEBRUYNE. Any ETA on this? 16:10:36 arnuschky[m]: Not sure 16:10:37 cc selsta 16:11:33 arnuschky[m]: I'm waiting for the output export PR to get approved 16:11:49 so release is planned in the next days 16:32:32 "arnuschky: I'm waiting for the..." <- Reviewing atm 17:02:24 Funny story with "Windows: fix unicode file path support #8547". How did the define change from "WIN32" to "_WIN32"? Side effect? 17:40:56 rbrunner: WIN32 only works when windows.h is included, which wasn't the case anymore after the code got moved around 17:59:49 Thanks, selsta, good to know. 18:31:09 yeah, _WIN32 is the only symbol any code should be using 21:03:09 my wallet2 build is stucking at height 2688787 21:03:17 im building Monero v0.18.1.0 21:15:19 CMake Error at C:/proje/monero/build/MINGW64_NT-10.0-22000/_HEAD,_v0.18.1.0_konumunda_ayrıldı_/release/CMakeFiles/CMakeTmp/CMakeLists.txt:17 (add_executable): 21:15:20 No SOURCES given to target: cmTC_e7018 21:15:22 :((((((((((( 21:37:28 i think Git is cauising something weird 21:37:38 i cloned the repository again 21:37:48 it is building now on v0.18.1.0 branch 22:31:34 i was linking older Monero 22:31:48 butttt something is changed in v0.18.1.0 22:31:53 there is no libwallet_merged.a 22:32:20 im linking libwallet.a instead 22:32:25 but getting error 22:32:25 undefined reference to `Monero::WalletManagerFactory::getWalletManager()' 22:59:14 is there anyone here??????? :(((((((((((( 23:17:54 MeowingCat: which version did you link previously? 23:20:03 MeowingCat: https://github.com/monero-project/monero/pull/7694 23:20:11 try to undo this to get wallet_merged 23:21:04 selsta, ohhh answer thank youuu 23:21:26 we don't use it really 23:22:00 that's why it was removed 23:24:53 im getting linking errors undefined referencesssssss 23:24:58 undefined reference to `Monero::WalletManagerFactory::getWalletManager()' :(((((((( 23:25:41 im linking libwallet.a of v0.18.1.0 23:25:48 noww trying to undo that commit 23:27:52 building..... 23:29:48 selsta, still not making libwallet_merged.a :(((((( 23:30:04 did you do a full clean build? 23:30:26 oh no doing nowwww 23:39:46 selsta, didn't make it :(((((((((((((((( 23:40:15 that's the only change we had between v0.17 and v0.18 23:41:09 did you link libwallet or libwallet_merged? 23:41:40 i thought the issue was that libwallet_merged was missing? 23:48:36 selsta, in v0.18 libwallet_merged.a is missing i tried to link libwallet.a but im getting undefined reference errors on linking 23:49:15 right, that's why said you should revert it and then link against libwallet_merged 23:55:18 selsta, i reverted but still not making libwallet_merged.a :(((((( 23:56:12 oh damn 23:56:24 it is checking for BUILD_GUI_DEPS and it is OFF default 23:56:28 i set it to ON 23:56:31 and building again 23:56:56 i think you were using libwallet_merged.a for GUI wallet and since v0.18 you don't need it anymore 23:57:07 we use wallet_api instead 23:57:15 where is that?? 23:57:23 is it same for wallet2_api.h interface? 23:57:37 https://github.com/monero-project/monero-gui/pull/3448 23:57:53 it's a cmake target