-
loeasy687exit
-
Guest24Hi, is someone here?
-
Guest24Does anyone here have a minute to help me with monero code? I would be forever grateful
-
Guest24I 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
-
Guest24and 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?
-
Guest24Could anyone point me to the code which gets these outputs or any different solutions?
-
m-relay<syntheticbird:monero.social> Guest24: `create_transactions_from` in `src/wallet/wallet2.cpp#L11280` should be the one
-
Guest24thank you very much =D
-
Guest24i see it now
-
m-relay<jeffro256:monero.social> We're getting more Boost-related build errors: github.com/monero-project/monero/ac…ns/runs/12361528862/job/34498885456
-
m-relay<jeffro256:monero.social> I think it's because the Windows build now has a newer Boost version, and `io_service` was deprecated in that newer version
-
m-relay<jeffro256:monero.social> Sorry, not deprecated, but removed
-
m-relay<jeffro256:monero.social> It's been deprecated for a while now
-
JuliuWhy are you using Boost?
-
m-relay<jeffro256:monero.social> It's a library that does what we need it to do
-
m-relay<jeffro256:monero.social> It's been a dependency since Bytecoin
-
JuliuIsn't it from a time before C++ natively had everything that Boost has?
-
m-relay<jeffro256:monero.social> C++ doesn't have asynchronous functionality in the standard library until 2026 I believe
-
m-relay<jeffro256:monero.social> I guess there's `std::async`, but it doesn't have nearly enough power to replace what we use Boost ASIO for
-
m-relay<jeffro256:monero.social> 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
-
m-relay<syntheticbird:monero.social> Destroying the legacy of a ransomware developer
-
m-relay<jeffro256:monero.social> *sad botnet noises*
-
Juliuhm
-
m-relay<tobtoht:monero.social> jeffro256: tracking issue for boost 1.87 build failure monero-project/monero #9596