< bitcoin-git>
bitcoin/master aa929ab John Newbery: [docs] Update developer notes to discourage very long lines
< bitcoin-git>
bitcoin/master df8892d MarcoFalke: Merge #20986: docs: update developer notes to discourage very long lines
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20986: docs: update developer notes to discourage very long lines (master...2021-01-no-long-lines) https://github.com/bitcoin/bitcoin/pull/20986
< bitcoin-git>
[bitcoin] martinus opened pull request #21173: util: faster HexStr => 13% faster blockToJSON (master...2021-02-faster-hexstr) https://github.com/bitcoin/bitcoin/pull/21173
< wumpus>
sb-immo is getting really spammy with opening issues and PRs with german titles and no content, time to block them?
< wumpus>
i've seen two issues on bitcoin, and one in bitcoin-core/bitcoincore.org now
< jnewbery>
jonatack: regarding the anchors.dat error message, I don't think we need special casing if the client has recently upgraded. It shouldn't ever be an error condition to not have an anchors.dat file.
< jonatack>
jnewbery: it's too late now for anchors.dat but (just a thought) if we had had #21171 in 0.21 maybe we could have read anchors.dat only if chain.getRwSetting("lastrunversion").get_int() was v0.21 and up