01:46:41 vtnerd: is 7890 also relevant for release? if yes please open against release branch 02:35:36 think 7822 got left behind in the merge (it's the release branch version of 7821) 03:50:13 it was on purpose 03:51:43 just to leave additional time for discussions on fingerprinting etc 03:51:47 probably will just merge soon though 04:17:23 👌I'm still continuing on fingerprinting analysis too. I thought it might be possible to simply reject gamma outputs <10 blocks old (instead of re-selecting outputs <50 blocks old) & actually patch integer truncation in all cases (7798), and achieve a definitively safe result. The code would be so much cleaner. But I'm still leaning toward that being risky, particularly because patching integer truncation would cause the algo to select 04:17:23 older outputs *less* frequently, which may exacerbate under-selection of older outputs 11:37:53 New auto-report: Monero's dependency tree, under: 11:37:53 http://cryptog.hopto.org/monero/health/ 11:38:00 http://cryptog.hopto.org/monero/health/data/2d3ce2d64/2d3ce2d64-dep-tree.png 11:38:08 http://cryptog.hopto.org/monero/health/data/2d3ce2d64/2d3ce2d64-dep-tree.ps 12:40:26 reg SideKick: i asked 'why dont ya just scan a bar code' and after researching it myself - an unsigned transaction to 1 address was 44kB. a qr can hold max 3kB. A High Capacity Color Barcode (HCCB) can have 3500 characters per square inch. I counted 59620 (base64 endoded) characters from my unsigned_tx.. thats a 17 square inch bar code. 12:43:40 FWIW there was no attempt at containing the size of an unsigned tx. 12:43:53 So there might be easy wins there. 12:48:54 FWIW HCCB's look f'n awesome, have a nice day! 22:57:21 I think the size of an unsigned Seraphis tx can be reduced below 3kb if you use membership proof delegation (fwiw :p). 22:58:12 It's actually a bit odd that unsigned monero tx are so large. 23:15:18 Interesting.. a proof of concept could still be made (handling any file size small/large) - imagine a slide show of qr codes your phone must scan. each qr containing ::. When the phone's found all the qr codes in the sequence -> create file -> sign -> return via qr slideshow ???? profit 23:20:59 Ah nice ide 23:21:01 idea 23:23:17 😀Ideas are worthless until implemented 23:32:56 Or use something like https://github.com/divan/txqr to transfer data 23:53:35 someones already done it^ lol nice thanks!