Brandon Trussell
Brandon Trussell
Any progress on this? Setting docker server to HTTP doesn't seem like a legitimate "solution". Why can't the client connect to the unix socket as configured? I happen to be...
I will take this. Please assign.
I have all the builds working except for with the new version of emscripten. To future-proof it, threads seem important. Threads were disabled somehow with the previous version? @woodser
yeah the monero project seems to require threads: https://github.com/monero-project/monero/blob/master/src/wallet/node_rpc_proxy.h#L32
@woodser i got it to build with the latest emscripten. Attempting to run tests now. Your `npm test` requires that testnet be fully synced and not pruned?
@woodser PR submitted
Along with #206, * isolated the single-threaded build errors down to the build_boost_emscripten phase. * downgraded boost to a version that was out around when emscripten 3.1.26 (last working version)...
@woodser Update from emscripten team: They're of the belief that this is deliberate from Boost; that if certain classes are used, then multi-threading must be enabled. It also seems like...
@woodser, Have you seen the update that denotes that Emscripten 3.1.26 can be used? It gets the upgrade part of the way there. On Mon, Apr 22, 2024 at 9:44 ...
@woodser please what is the update? emscripten has been updated as far as possible. Please evaluate this pull request.