< bitcoin-git>
bitcoin/master a35b682 Jeremy Rubin: Add assertion to randrange that input is not 0
< bitcoin-git>
bitcoin/master 9641366 Wladimir J. van der Laan: Merge #17293: Add assertion to randrange that input is not 0
< bitcoin-git>
[bitcoin] laanwj merged pull request #17293: Add assertion to randrange that input is not 0 (master...assert-randrange) https://github.com/bitcoin/bitcoin/pull/17293
< wumpus>
PSA: I've invited jonatack to the bitcoin and bitcoin-core orgs, seems a frequent enough contributor, also sipsorcery a few days ago (I was surprised the MSVC build maintainer wasn't in the org yet)
< darosior>
wumpus: You want me to add a test for https://github.com/bitcoin/bitcoin/pull/17328 but I can't, on regtest the `verificationprogress` will always be 1, even when not synced..
< wumpus>
darosior: seems very bad if verificationprogress is untestable
< wumpus>
looks like we indeed have no tests at all for it
< wumpus>
its only mention in the tests is to check for presence of the key :)
< wumpus>
if you're not up to this, you could open a new issue that we need tests for verificationprogress
< darosior>
wumpus: I'm on it
< darosior>
And I think my first sentence is nonsense: I just mistested