00:10:50 .merges 00:10:50 -xmr-pr- 8299 8323 8352 8359 8379 8381 8415 8419 8427 8428 8442 8444 8450 8460 8462 8464 8465 8490 8491 04:08:43 Will the merge queue get into 0.18.1 ? 05:45:00 18.1 is done and dusted and the merge queue is for master branch 06:33:57 So 8427 didn't make it. the zmq-pub thingy. 06:36:26 Or was that 8cc3c9af4dde7a32d675c4297d673dee4a9c2514 Publish submitted txs via zmq 06:37:39 Yep, 8451 was the equivalent PR for the release branch and made it in (8427 is for the master branch) 06:38:06 Got it. Thanks. 07:04:33 Hello 07:04:37 * willshu[m] uploaded an image: (118KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/OTmIDsJmrtjmyAEGIyMwczCM/image.png > 07:04:46 I use the view-only wallet plus offline wallet mechanism to sign keyImages and I found a bug. 07:05:14 In the screenshot above is how I sign keyImages in the offline wallet. 07:05:45 I deposited two amounts to the wallet: one at the primary address, one at the subaddress with index 181162. If I set up the view-only wallet to scan just 1000 subaddresses, thus skipping the one at index 181162, the outputhex contains only 1 utxo, it can be imported into the offline wallet and key images be exported without error. But if I set up the view-only wallet to scan 1 million subaddresses, thus including the one at index 181162, 07:05:45 the outputhex will be much longer, and it cannot be properly imported into the offline wallet and key images cannot be exported. 07:06:18 when instantiating `createWalletFull`, can I specify the subaddress to be included? 15:27:43 jeffro256[m]: I'm currently going through unused dependencies, to we use graphviz anywhere? I only see it here: https://github.com/monero-project/monero/blob/master/CMakeLists.txt#L1230 15:27:53 do* 17:44:31 I think Doxygen uses graphviz for the dependency graph documention 17:46:23 yep, but we don't need it for depends since we don't even build doxygen 17:48:33 Yeah that's, it would only really be needed if you were building Doxygen anyways 19:02:44 I think doxygen uses graphviz for generating images (of, e.g., dependency graphs) during generating documentation, and not for building doxygen. 19:03:23 But maybe that's what you meant by "building doxygen", i.e., running doxygen to build docs. 19:03:32 Yes, if you never run (build) your doxygen documentation, then graphviz never gets uses 19:03:35 yes but still irrelevant for our depends builds 19:03:51 ah okay 19:10:50 I've never even run doxygen on our source tree. does it produce anything interesting? 19:13:39 It steals the main page from lmdb lol 19:13:59 lol 19:14:28 It's basically unusable rn. I have a PR #8333 to reduce a lot of the noise 19:16:09 It documents all the python scripts and it trips over trying to assign all the variables and functions to namespaces so it's really messy. It also documents everything in external/ 19:17:18 prob should prune all of external/ from its coverage 19:22:35 v0.18.1.0 binaries are now available at getmonero.org 19:37:50 jeffro256[m]: is 8333 merge ready / approved? 19:39:14 It's merge ready and mj approved it, it's only 4 lines of modifications if you want to review ;) 19:40:02 Instead of logging every single file in the project root directory, it only documents the stuff specific to this project (i.e. epee, the src folder, and easylogging++) 19:40:08 .merge+ 8333 19:40:08 Added 19:40:17 yea looks good 19:44:53 sweet 19:45:00 moneromoooo what do you think of this? https://github.com/monero-project/monero/pull/8489#issuecomment-1212274517 19:45:50 Ideally should the `index=` placement thing be an error or should it just understand either way?