10:28:22 luigi1111w: can you rerun CI for https://github.com/monero-project/monero/runs/8147219635 ? it's this PR https://github.com/monero-project/monero/pull/8545 15:51:51 which hosting provider do you use for the matrix servers? 15:51:51 is it hetzner? 16:18:55 looks like it https://ipinfo.io/AS24940/95.216.0.0/16-95.216.46.0/23 16:21:28 netrik182: how did you get the ip, since getmonero.org is behidn cloudflare 16:21:51 ``` 16:22:00 getmonero.org. 291 INA 172.67.14.95 16:22:00 getmonero.org. 291 INA 104.22.11.221 16:22:00 getmonero.org. 291 INA 104.22.10.221 16:23:44 $ ping matrix.monero.social 16:24:10 this is the server and I think this is off-topic for this channel 17:06:43 Could someone explain the wallet2 sanity check on the median of ring members? Questions: 17:07:15 1) Does it apply to actual seconds, or is it some kind of output-time-block weighted check? 17:08:16 2) Does the median check just apply to the decoy set or the ring as a whole, i.e. {decoys}U{real spend} 17:09:34 3) If a transaction on the chain does not pass the check[*], would that mean that the transaction was not constructed by wallet2? 17:11:01 Caveat: Due to ringdb caching, a ring might not pass the check because the tx was not broadcast when at the moment of its construction. However, we could consider the youngest ring member as "time of construction" to be conservative and then do a median calculation.