< bitcoin-git> [bitcoin] meshcollider pushed 44 commits to master: https://github.com/bitcoin/bitcoin/compare/ae32e5ce3d26...eef90c14ed0f
< bitcoin-git> bitcoin/master 0662030 Andrew Chow: Introduce SetType function to tell ScriptPubKeyMans the type and internal-...
< bitcoin-git> bitcoin/master 6b8119a Andrew Chow: Introduce DescriptorScriptPubKeyMan as a dummy class
< bitcoin-git> bitcoin/master 96accc7 Andrew Chow: Add WALLET_FLAG_DESCRIPTORS
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18777: wallet: Recommend absolute path for dumpwallet (master...2004-walletAbs) https://github.com/bitcoin/bitcoin/pull/18777
< bitcoin-git> [bitcoin] meshcollider merged pull request #16528: Native Descriptor Wallets using DescriptorScriptPubKeyMan (master...wallet-of-the-glorious-future) https://github.com/bitcoin/bitcoin/pull/16528
< achow101> \o/
< jonatack> 🚀
< meshcollider> \o/
< hebasto> it's a rebase time :D
< promag> MarcoFalke: how many do you intend to leave open?\
< hebasto> MarcoFalke: https://github.com/bitcoin/bitcoin/issues/1137 could be closed too :)
< bitcoin-git> [bitcoin] promag closed pull request #15494: rpc: Return whether the block was invalidated on invalidateblock (master...2019-02-invalidateblock) https://github.com/bitcoin/bitcoin/pull/15494
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18778: ci: Run functional tests on mac again (master...2004-ciMac) https://github.com/bitcoin/bitcoin/pull/18778
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18751: doc: Explain why GetRandMicros must not be templated (master...2004-docGetRandMicros) https://github.com/bitcoin/bitcoin/pull/18751
< fanquake> Review beg for #18629. Should be good to go after #18702.
< gribble> https://github.com/bitcoin/bitcoin/issues/18629 | scripts: add PE .reloc section check to security-check.py by fanquake · Pull Request #18629 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18702 | build: fix ASLR for bitcoin-cli on Windows by fanquake · Pull Request #18702 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #18779: doc: Better explain GNU ld's dislike of ld64's options (master...better_document_gnu_ld_issues_with_ld64_options) https://github.com/bitcoin/bitcoin/pull/18779
< bitcoin-git> [bitcoin] fanquake opened pull request #18780: validation: add const for minimum witness commitment size (master...minimum_witness_size) https://github.com/bitcoin/bitcoin/pull/18780
< bitcoin-git> [bitcoin] brakmic closed pull request #18570: rpc: return block hash & height in getbalances, gettransaction & getwalletinfo JSONs (master...return-blockhash-with-wallet-calls) https://github.com/bitcoin/bitcoin/pull/18570
< bitcoin-git> [bitcoin] brakmic reopened pull request #18570: rpc: return block hash & height in getbalances, gettransaction & getwalletinfo JSONs (master...return-blockhash-with-wallet-calls) https://github.com/bitcoin/bitcoin/pull/18570
< vasild> Is there any reason to support strange netmasks where there is 0-bit followed by 1-bit, like 255.255.0.255?
< vasild> All these tests currently pass: https://bpaste.net/A2SQ, I think they should not
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18781: Replace GetRandMicros with templated GetRandDur (master...2004-randDur) https://github.com/bitcoin/bitcoin/pull/18781
< provoostenator> Now that the wallet glorious future is merged, I could use more concept ACKs on #15382 (or a completely alternative approach to talk to HWI, but hopefully not)
< gribble> https://github.com/bitcoin/bitcoin/issues/15382 | util: add runCommandParseJSON by Sjors · Pull Request #15382 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Sjors closed pull request #17941: depends: update to Boost 1.72 (master...2020/01/boost-bump) https://github.com/bitcoin/bitcoin/pull/17941
< bitcoin-git> [bitcoin] practicalswift opened pull request #18782: wallet: Make sure no DescriptorScriptPubKeyMan or WalletDescriptor members are left uninitialized after construction (master...uninitialized-members) https://github.com/bitcoin/bitcoin/pull/18782
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18778: ci: Run functional tests on mac again (master...2004-ciMac) https://github.com/bitcoin/bitcoin/pull/18778
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18778: ci: Run functional tests on mac again (master...2004-ciMac) https://github.com/bitcoin/bitcoin/pull/18778
< bitcoin-git> [bitcoin] practicalswift opened pull request #18783: tests: Add fuzzing harness for MessageSign, MessageVerify and other functions in util/message.h (master...fuzzers-message) https://github.com/bitcoin/bitcoin/pull/18783
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18784: net: RecordBytesSent under cs_vSend lock (master...2004-netLockRecordBytesSent) https://github.com/bitcoin/bitcoin/pull/18784
< achow101> is 0.20.0rc2 going to happen anytime soon? It's been 2 weeks since rc1
< luke-jr> achow101: I got stuck trying to fix the source tarball
< luke-jr> was getting closer, but Gentoo decided to screw up my workflow
< luke-jr> may be days before I recover
< luke-jr> (it's NOT as simple as it looks upfront.. maybe I can share some current diffs)
< bitcoin-git> [bitcoin] ryanofsky opened pull request #18785: Prevent valgrind false positive in rest_blockhash_by_height (master...pr/grind) https://github.com/bitcoin/bitcoin/pull/18785
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18786: init: Remove boost from ThreadImport (master...2004-noBoostInitThreadImport) https://github.com/bitcoin/bitcoin/pull/18786
< bitcoin-git> [bitcoin] achow101 opened pull request #18787: wallet: descriptor wallet release notes and cleanups (master...desc-wallet-followup) https://github.com/bitcoin/bitcoin/pull/18787
< bitcoin-git> [bitcoin] achow101 opened pull request #18788: wallet: tests: Update more tests to work with descriptor wallets (master...desc-wallet-tests) https://github.com/bitcoin/bitcoin/pull/18788
< hebasto> could leveldb spawn a new thread? it seems after CBlockTreeDB::LoadBlockIndexGuts() returns, htop shows *two* "bitcoind" threads.
< sipa> yes, leveldb has a thread
< hebasto> you say leveldb has its *own* thread, correct?
< hebasto> or it has an own pool of threads?
< sipa> it may be 1 thread per database
< hebasto> sipa: thanks
< bitcoin-git> [bitcoin] achow101 opened pull request #18789: qt: Add Create Unsigned button to SendConfirmationDialog (master...create-unsigned-sendconfdialog) https://github.com/bitcoin/bitcoin/pull/18789
< bitcoin-git> [bitcoin] achow101 closed pull request #18656: gui: Add a `Make unsigned` button next to `Send` (master...make-unsigned-button) https://github.com/bitcoin/bitcoin/pull/18656
< bitcoin-git> [bitcoin] achow101 closed pull request #18655: gui: Add bumpFeePSBT action instead of changing normal bumpfee behavior (master...split-bumpfeeaction) https://github.com/bitcoin/bitcoin/pull/18655
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/eef90c14ed0f...8bdb2134fc80
< bitcoin-git> bitcoin/master fa50170 MarcoFalke: wallet: Recommned absolute path for dumpwallet
< bitcoin-git> bitcoin/master 8bdb213 MarcoFalke: Merge #18777: wallet: Recommend absolute path for dumpwallet
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18777: wallet: Recommend absolute path for dumpwallet (master...2004-walletAbs) https://github.com/bitcoin/bitcoin/pull/18777
< bitcoin-git> [bitcoin] hebasto opened pull request #18790: Improve thread naming (master...200427-name-qthread) https://github.com/bitcoin/bitcoin/pull/18790
< luke-jr> looks like I managed to hack what I had before back together for now :x
< bitcoin-git> [bitcoin] promag opened pull request #18791: wip: Only support shared validation interfaces (master...2020-04-only-shared-validation-interface) https://github.com/bitcoin/bitcoin/pull/18791