<bitcoin-git>
[bitcoin] dergoegge opened pull request #26497: fuzz: Make ConsumeNetAddr (sometimes) produce valid onion addresses (master...2022-11-fuzz-valid-onion-addrs) https://github.com/bitcoin/bitcoin/pull/26497
kvaciral has joined #bitcoin-core-dev
mikehu44 has quit [Ping timeout: 256 seconds]
sudoforge has joined #bitcoin-core-dev
adal has joined #bitcoin-core-dev
adal has quit [Client Quit]
<bitcoin-git>
[bitcoin] hebasto opened pull request #26498: doc: Mention required workload when building with MSVC (master...221114-ms-doc) https://github.com/bitcoin/bitcoin/pull/26498
Guyver2 has left #bitcoin-core-dev [Closing Window]
halosghost has joined #bitcoin-core-dev
vasild has quit [Remote host closed the connection]
vasild has joined #bitcoin-core-dev
lbia has joined #bitcoin-core-dev
andrewtoth has joined #bitcoin-core-dev
salvatoshi has joined #bitcoin-core-dev
polarbit29 has joined #bitcoin-core-dev
vasild has quit [Remote host closed the connection]
polarbit29 has quit [Client Quit]
polarbit29 has joined #bitcoin-core-dev
vasild has joined #bitcoin-core-dev
gnaf has joined #bitcoin-core-dev
polarbit29 has quit [Quit: Client closed]
andrewtoth has quit [Remote host closed the connection]
andrewtoth has joined #bitcoin-core-dev
Guest99 has joined #bitcoin-core-dev
Guest99 has left #bitcoin-core-dev [#bitcoin-core-dev]
tripleslash has quit [Ping timeout: 246 seconds]
tripleslash has joined #bitcoin-core-dev
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 260 seconds]
salvatoshi has quit [Ping timeout: 256 seconds]
SpellChecker has quit [Ping timeout: 255 seconds]
SpellChecker has joined #bitcoin-core-dev
NorrinRadd has joined #bitcoin-core-dev
jon_atack has quit [Quit: WeeChat 3.7.1]
jonatack has joined #bitcoin-core-dev
jarthur has quit [Ping timeout: 260 seconds]
Talkless has joined #bitcoin-core-dev
NorrinRadd has quit [Ping timeout: 260 seconds]
NorrinRadd has joined #bitcoin-core-dev
jarthur has joined #bitcoin-core-dev
gnaf has quit [Quit: Konversation terminated!]
yanmaani3 has quit [Ping timeout: 255 seconds]
NorrinRadd has quit [Ping timeout: 260 seconds]
yanmaani3 has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
mdguy has joined #bitcoin-core-dev
NorrinRadd has joined #bitcoin-core-dev
ghost43 has joined #bitcoin-core-dev
sipsorcery has joined #bitcoin-core-dev
salvatoshi has joined #bitcoin-core-dev
salvatoshi has quit [Ping timeout: 256 seconds]
Talkless has quit [Quit: Konversation terminated!]
mdguy has quit [Quit: Leaving]
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 260 seconds]
<bitcoin-git>
[bitcoin] achow101 opened pull request #26499: wallet: Abandon descendants of orphaned coinbases (master...fix-wallet-orphaned-reward) https://github.com/bitcoin/bitcoin/pull/26499
salvatoshi has joined #bitcoin-core-dev
Zenton has quit [Ping timeout: 255 seconds]
vasild has quit [Ping timeout: 255 seconds]
vasild has joined #bitcoin-core-dev
<larryruane>
Can `CChain::Next()` https://github.com/bitcoin/bitcoin/blob/master/src/chain.h#L459 be called without holding `cs_main`? Everywhere I see it called, `cs_main` is held, but I'm not sure if it needs to be. (I'm reviewing a PR in which it's called without `cs_main` being held.)