< fanquake>
minus the qt library checking I'd assume
< fanquake>
Would like to get the macOS fixes in, so we stop running people out of disk space.
< fanquake>
In fact I'm going to add all of these to the bug-fixes column in the high-prio project.
< fanquake>
As we'd like to do a 0.19.1 soon.
< wumpus>
yes, seems like a good idea
< kallewoof>
There's actually a problem still remaining even with those two PRs... Apple filesystem seems to have a non-fixable bug right now where any over-pre-allocation will permanently result in that file being bigger than needed. No amount of ftruncate or F_PUNCHHOLE calls will fix it.
< kallewoof>
Non-fixable = by devs, I mean. Apple can definitely fix it
< fanquake>
kallewoof you have an upstream ticket open hey
< kallewoof>
I'm leaning towards not using F_PREALLOCATE at all, for APFS. I can reliably detect if it IS APFS by checking if it is able to punch hole (HFS cannot)
< kallewoof>
fanquake: Yes, but no one knows when Apple fixes, or if they realize it's a bug.
< kallewoof>
I was excited when I realized what punchhole does earlier today, but that doesn't seem to do anything. If someone sees an issue with my code, that'd be useful: https://pastebin.com/yrm2r8sm
< kallewoof>
Weird. That libtorrent fix seems to indicate APFS doesn't allow F_PREALLOCATE at all, which is not right.
< fanquake>
Going to ping him in our thread and see if he can comment.
< kallewoof>
Sounds good
< sipa>
arvidn currently works for blockstream, btw
< fanquake>
sipa that's the main reason I felt like I could ping him
< fanquake>
Already received a reply. Quick turnaround.
< instagibbs>
promag, somehow 0.19 wallet isn't finding destination records in wallet when it should... very odd bug
< bitcoin-git>
[bitcoin] luke-jr opened pull request #17923: Use PACKAGE_NAME in GUI modal overlay and bitcoin-wallet (master...fix_pkgname_202001) https://github.com/bitcoin/bitcoin/pull/17923
< bitcoin-git>
[bitcoin] instagibbs opened pull request #17924: IsUsedDestination shouldn't use key id as script id for ScriptHash (master...reuse_regression) https://github.com/bitcoin/bitcoin/pull/17924
< hebasto>
MarcoFalke: oh, I realized that issue #17912 should be opened in the 'bitcoin-core/packaging' repo. Sorry.