00:13:29 exit 19:15:26 Hi, is someone here? 19:18:44 Does anyone here have a minute to help me with monero code? I would be forever grateful 19:22:24 I am using light wallet's to allow users to manage their wallets and i want to create a monero escrow, but the thing with light wallet's are that they only submit transactions and dont create ones, i looked through monero code to check for the transaction creation but in all solutions it needs to be synchronized to get blockchain height, outputs 19:22:25 and the random outs (the dummy outputs) but i cant find any piece of code that is using or trying to get these random outputs, so basically i want to create transaction offline and like provide the data like height and these random outs manually. Is it possible? 19:23:41 Could anyone point me to the code which gets these outputs or any different solutions? 19:32:46 Guest24: `create_transactions_from` in `src/wallet/wallet2.cpp#L11280` should be the one 19:37:41 thank you very much =D 19:37:43 i see it now 21:34:37 We're getting more Boost-related build errors: https://github.com/monero-project/monero/actions/runs/12361528862/job/34498885456 21:35:27 I think it's because the Windows build now has a newer Boost version, and `io_service` was deprecated in that newer version 21:36:30 Sorry, not deprecated, but removed 21:36:35 It's been deprecated for a while now 21:37:07 Why are you using Boost? 21:37:50 It's a library that does what we need it to do 21:38:19 It's been a dependency since Bytecoin 21:38:30 Isn't it from a time before C++ natively had everything that Boost has? 21:40:22 C++ doesn't have asynchronous functionality in the standard library until 2026 I believe 21:42:45 I guess there's `std::async`, but it doesn't have nearly enough power to replace what we use Boost ASIO for 21:45:42 It's my opinion that we should move off of our handmade TCP server code onto a high level TCP server library, but that's a long ways away 21:46:17 Destroying the legacy of a ransomware developer 21:47:23 *sad botnet noises* 21:48:05 hm 23:37:06 jeffro256: tracking issue for boost 1.87 build failure https://github.com/monero-project/monero/issues/9596