14:00:59 small reminder that we need reviews for the next release https://github.com/monero-project/monero/issues/10545 16:42:21 +1 for 10792 20:50:47 Do we still serve a bootstrap file on getmonero? 20:51:04 its on the cdn 20:51:14 Does it get updated? 20:51:16 but we dont link to it anywhere. people find the link using ai 20:51:20 absolutely not 20:51:34 hasnt been updated since like... 202..1? 21:34:17 FCMP++/Rust will bloat release archives to ~281MB, up from 84MB. This sucks over slow connections, so I'm looking to shed some weight. 21:34:27 We are including a bunch of utilities (monero-blockchain-*, monero-gen-*) with questionable/esoteric utility. We can remove the ones we longer need, or not include some by default. We can also try to shim them into monerod. 21:37:07 i think the gen multisig stuff might still be helpful. Maybe we split into separate package? 21:37:35 Yes, we could bundle the essentials + extra utilities archive? 21:39:57 s/package/archive -- yeah 21:40:57 A lot of the monero-blockchain-x were really helpers for MRL people to examine the chain. They have 0 use otherwise. 21:43:14 You can further decrease the size of the FCMP++ Rust library by ~10 MiB by applying the strip setting in Cargo, but Kayaba didn't like that idea 21:43:32 That number might not be completely accurate, though 23:05:23 What's the downside of stripping symbols in a release build ? 23:45:20 @jeffro256: AFAIK it just makes it harder to debug... but that can just be done in non-release builds 23:51:25 On my machine (x86_64-unknown-linux-gnu), the library is 21.2 MiB without stripping, and 15.6 MiB with. So my recollection was a bit off, it seems 23:51:58 The size improvement exists, in any case