< bitcoin-git> [bitcoin] promag opened pull request #17447: wallet: Make -walletdir network only (master...2019-11-fix-15630) https://github.com/bitcoin/bitcoin/pull/17447
< bitcoin-git> [bitcoin] bitcoinVBR opened pull request #17448: remove unused variable - consensus.nMinerConfirmationWindow (0.19...0.19) https://github.com/bitcoin/bitcoin/pull/17448
< bitcoin-git> [bitcoin] bitcoinVBR opened pull request #17449: fix uninitialized variable nMinerConfirmationWindow (master...master) https://github.com/bitcoin/bitcoin/pull/17449
< bitcoin-git> [bitcoin] hebasto opened pull request #17450: util: Add missing headers to util/fees.cpp (master...20191112-missing-includes) https://github.com/bitcoin/bitcoin/pull/17450
< bitcoin-git> [bitcoin] laanwj closed pull request #17448: remove unused variable - consensus.nMinerConfirmationWindow (master...0.19) https://github.com/bitcoin/bitcoin/pull/17448
< wumpus> seems we'll have to skip 0.19.0 and do a 0.19.0.1 with #17449...
< gribble> https://github.com/bitcoin/bitcoin/issues/17449 | fix uninitialized variable nMinerConfirmationWindow by bitcoinVBR . Pull Request #17449 . bitcoin/bitcoin . GitHub
< wumpus> sipa: I don't see your nits mentioned in https://github.com/bitcoin/bitcoin/pull/17398#issuecomment-552282982
< bitcoin-git> [bitcoin] jonatack opened pull request #17452: lib: update fuzz directory in .gitignore (master...update-fuzz-gitignore) https://github.com/bitcoin/bitcoin/pull/17452
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/80fdb6fad132...6d4b97cb1c21
< bitcoin-git> bitcoin/master b131524 Hennadii Stepanov: util: Add missing headers to util/fees.cpp
< bitcoin-git> bitcoin/master 6d4b97c MarcoFalke: Merge #17450: util: Add missing headers to util/fees.cpp
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17450: util: Add missing headers to util/fees.cpp (master...20191112-missing-includes) https://github.com/bitcoin/bitcoin/pull/17450
< cfields> gitian builders: detached sigs for v0.19.0 are up.
< bitcoin-git> [bitcoin] hebasto opened pull request #17453: gui: Fix intro dialog labels when the prune button is toggled (master...20191112-fix-intro-prune) https://github.com/bitcoin/bitcoin/pull/17453
< bitcoin-git> [bitcoin] practicalswift opened pull request #17455: tests: Update valgrind suppressions (master...valgrind-suppressions) https://github.com/bitcoin/bitcoin/pull/17455
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6d4b97cb1c21...1028882eea12
< bitcoin-git> bitcoin/master a5e7795 Joao Barbosa: rpc: Expose block height of wallet transactions
< bitcoin-git> bitcoin/master 1028882 MarcoFalke: Merge #17437: rpc: Expose block height of wallet transactions
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17437: rpc: Expose block height of wallet transactions (master...2019-11-rpc-blockheight) https://github.com/bitcoin/bitcoin/pull/17437
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1028882eea12...8237889e8d0f
< bitcoin-git> bitcoin/master 4999781 Sebastian Falbesoner: test: check custom ancestor limit in mempool_packages.py
< bitcoin-git> bitcoin/master 8237889 MarcoFalke: Merge #17435: test: check custom ancestor limit in mempool_packages.py
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17435: test: check custom ancestor limit in mempool_packages.py (master...20191110-test-check_custom_ancestor_limit_in_mempool-packages) https://github.com/bitcoin/bitcoin/pull/17435
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #16279: Return the AcceptBlock CValidationState directly in ProcessNewBlock (master...2019-06-pnb-dos-state) https://github.com/bitcoin/bitcoin/pull/16279
< fanquake> sipa can you block olivia8090 from the repo. Spamming.
< sipa> fanquake: done
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #15482: Implement BIPXXX's new softfork rules (The Great Consensus Cleanup) (master...2019-02-great-consensus-cleanup) https://github.com/bitcoin/bitcoin/pull/15482
< BlueMatt> #16323 and #16324 are up for grabs if anyone wants to work on them, but there seems to be ~zero interest in reviewing them, cause they have wonderfully scary titles (despite the code actually being pretty simple) :)
< gribble> https://github.com/bitcoin/bitcoin/issues/16323 | Call ProcessNewBlock() asynchronously by TheBlueMatt . Pull Request #16323 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16324 | Get cs_main out of the critical path in ProcessMessages by TheBlueMatt . Pull Request #16324 . bitcoin/bitcoin . GitHub
< jamesob> BlueMatt: I'm very interested in that project, just having a hard time getting a sense of the end goal (though haven't looked at them recently). I'll give them a look in the next few weeks and maybe write up some kind of explanation.
< BlueMatt> oh it got cleaned up a lot, those two prs, by themselves, where essentially an end-goal
< BlueMatt> some of te earlier work was a mess
< jamesob> okay cool, will definitely take a look
< jeremyrubin> BlueMatt: I kinda disagree with changes like "changing the scriptsig to be pushonly"
< BlueMatt> jeremyrubin: context? that pr is like way out of date compared to current thinking on the bip, which also needs rewritten
< jeremyrubin> I think if you (or whoever picks it up) actually wanted to see some of the more reasonable changes go through, it would be good to unbundle the changes
< jeremyrubin> so that they can be independently assessed
< BlueMatt> that...really defeats the purpose, and also needlessly slows it down
< BlueMatt> also, there is no use for non-pushonly-scriptsigs, so at least that really should happen.
< jeremyrubin> Oh I missed that you weren't saying great consensus was up for grabs, misread
< BlueMatt> oh, no, the other two there
< jeremyrubin> Yes there is! I use it for OP_SECURETHEBAG's design as bare script makes it much more efficient.
< jeremyrubin> I 'spose I could just introduce a new witness version instead, but that seems lame.
< BlueMatt> right, do that, cause that also means lower fees and more blockchain space :p
< jeremyrubin> if you carve out that OP_NOPs are not removed... I guess I could approve of it
< BlueMatt> in any case, I'm not really actively working on that stuff atm...
< jeremyrubin> IDGI -- why is that lower fees and more blockchain space?
< jeremyrubin> OP_SECURETHEBAG has, by default, no scriptsig so segwit doesn't save anything
< BlueMatt> cause segwit vs scriptSig is cheaper
< BlueMatt> then why do you care if scriptSig must be pushonly?
< jeremyrubin> oh
< jeremyrubin> I always mix up scriptSig and scriptPubKey
< jeremyrubin> carry on :p
< BlueMatt> heh, alright
< bitcoin-git> [bitcoin] promag opened pull request #17457: gui: Fix manual coin control with multiple wallets loaded (master...2019-11-fix-15725) https://github.com/bitcoin/bitcoin/pull/17457
< jnewbery> #16279 seems to have already had a lot of review. I liked everything except the last commit in that one, so I might grab those
< gribble> https://github.com/bitcoin/bitcoin/issues/16279 | Return the AcceptBlock CValidationState directly in ProcessNewBlock by TheBlueMatt . Pull Request #16279 . bitcoin/bitcoin . GitHub
< jnewbery> I also liked _Add new peer state tracking class to reduce cs_main contention_ from #16323, so might try to grab that one too
< gribble> https://github.com/bitcoin/bitcoin/issues/16323 | Call ProcessNewBlock() asynchronously by TheBlueMatt . Pull Request #16323 . bitcoin/bitcoin . GitHub
< promag> is there a limited role in GH so I can assign issues to me?
< moneyball> #proposedmeetingtopic next CoreDev ... proposing week of March 23, 2020 at Bitcoin 2020 in SF https://www.bitcoin2020conference.com/