13:58:30 We are slowly migrating the monero-site repo from gitlab to github. I opened an issue to track the progresses: https://github.com/monero-project/monero-site/issues/894 13:59:12 if you can, please review as much stuff as possible on gitlab, so that we can migrate less stuff: https://repo.getmonero.org/monero-project/monero-site/-/merge_requests 13:59:50 discussions and updates about the development of getmonero here: #monero-site 17:15:56 vtnerd: Did you see selsta's comment on 6314 (the dandelion++ PR)? 18:46:45 binaryFate: fluffypony: luigi1111: and everyone who's interested, regarding Monero GUI update downloading and verification, i pushed the PR https://github.com/monero-project/monero-gui/pull/2824 implementing Monero GUI update verification code 18:50:11 xiphon detached signature in "hashes.txt.sig" does not (re)include full hashes.txt content, right? It's just the sig for it? 18:50:27 right 18:51:21 very good. I was concerned that users visiting website would get confused, think they have to check somehow 2-of-3 themselves, and as a result give up on checking anything at all 18:51:47 But that scheme should not create any confusion 18:52:18 in short, we do everything the same as we are doing right now 18:52:43 just the second person have to sign hashes.txt and upload detached hashes.txt.sig 18:55:38 The scheme you propose is great for software checking. I was a bit concerned that the process for "humans" would get more confusing as a result -- for instance by seeing multiple hash lists on the website -- resulting in people actually checking less. 18:56:05 Not the case I think, it's great 18:56:33 Sounds good 19:00:57 great work, will be a nice UX 19:08:24 (y) 19:18:16 This issue no longer needs to be open 19:18:17 https://github.com/monero-project/monero/issues/1934 19:23:55 dEBRUYNE : yes, I've been working on it. its a pain to fix the test so Im not sure what Im going to do yet 19:25:18 If you're sure it's the test that's wrong and not the main code, then it can go in and you can fix the test later. 19:30:46 oh wait, moo was my rubber duck today, got an idea 19:31:25 _o< 19:47:52 it would be dope if monero stuff was able to resolve domain names when it comes to seed nodes and peers 19:48:13 i think i've tried adding --add-exclusive-node xmr.to , for example, and it doesn't work 19:48:21 or --seed-node xmr.to 19:49:54 ^^ 2nd 19:50:06 Thought it did since like a year or two ago. File a bug. 19:53:03 Nope. The GUI does DNS lookups but not monerod 21:20:17 The CLI does as well, you can do "monero-wallet-cli --daemon-host node.xmr.to" 21:21:53 agree would be nice if daemon could as well