< pierre_rochard>
I’ve added high priority for review to https://bitcoinacks.com/ it’s a little intrusive having them pinned at the top but, well, that’s the point!
< pierre_rochard>
luke-jr: the filters are unintuitive so I’ve added an Open PRs button at the top as a shortcut, since that’s a popular set of filters. I looked into the horizontal scroll and the framework I’m using does too much magick for me to change its behavior
< bitcoin-git>
bitcoin/master cbba1d2 practicalswift: Add compile time checking for all ::mempool.cs runtime locking assertions
< bitcoin-git>
bitcoin/master 66cc47b MarcoFalke: Merge #13080: mempool: Add compile time checking for ::mempool.cs runtime locking assertions...
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13080: mempool: Add compile time checking for ::mempool.cs runtime locking assertions (master...mempool.cs) https://github.com/bitcoin/bitcoin/pull/13080
< fanquake>
pierre_rochard nice
< fanquake>
pierre_rochard Looks like you are showing a lot more of the body text now? I think there might be a bit too much showing, as it ends up with quite tall rows.
< pierre_rochard>
fanquake: agree, I’m spoiled with a 4k monitor, I’m going to remove body from the list view for now because I don’t think a shorter preview would be useful, the full body will still be visible with the details modal (the eye button on the left)
< BlueMatt>
sdaftuar: wait, huh? I'm missing context here
< BlueMatt>
sdaftuar: generally, you should be able to register before any callbacks fire
< BlueMatt>
and if you're registered before a calllback is generated, you're guaranteed to get it
< jamesob>
is there any reason that LogPrintf et al live on as macros vs. being functions on BCLog::Logger?
< sipa>
jamesob: yes, avoiding serialization overhead of its arguments when debug category is disabled