2020-04-27

< 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/master 96accc7 Andrew Chow: Add WALLET_FLAG_DESCRIPTORS
< bitcoin-git> bitcoin/master 6b8119a Andrew Chow: Introduce DescriptorScriptPubKeyMan as a dummy class
< bitcoin-git> bitcoin/master 0662030 Andrew Chow: Introduce SetType function to tell ScriptPubKeyMans the type and internal-...
< bitcoin-git> [bitcoin] meshcollider pushed 44 commits to master: https://github.com/bitcoin/bitcoin/compare/ae32e5ce3d26...eef90c14ed0f

2020-04-26

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18669: log: Use Join() helper when listing log categories (master...2004-logJoin) https://github.com/bitcoin/bitcoin/pull/18669
< bitcoin-git> bitcoin/master ae32e5c MarcoFalke: Merge #18669: log: Use Join() helper when listing log categories
< bitcoin-git> bitcoin/master faec063 MarcoFalke: log: Use Join() helper when listing log categories
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9ddfce671263...ae32e5ce3d26
< gribble> https://github.com/bitcoin/bitcoin/issues/18776 | macOS v0.19.1 failing test: memory access violation at address: 0x02800000: no mapping at fault address · Issue #18776 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15062 | (Ubuntu xenial armhf) fatal error in "psbt_updater_test": memory access violation at address: 0xd503e0e4: no mapping at fault address · Issue #15062 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18038 | P2P: Mempool tracks locally submitted transactions to improve wallet privacy by amitiuttarwar · Pull Request #18038 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #18775: tests: Add fuzzing harnesses for various classes/functions in policy/ (CBlockPolicyEstimator, IsRBFOptIn(…), etc.) (master...fuzzers-policy) https://github.com/bitcoin/bitcoin/pull/18775
< hebasto> tested gitian bitcoin-qt 0.20rc1 on trusty vm. Seems ok :D
< hebasto> I doubt if any of devs run bitcoin-qt 0.20rc1 on trusty...
< hebasto> are we still supporting Ubuntu 14.04 LTS Trusty Tahr? i.e. is it expected that downloaded bitcoin-qt v0.20 will run on it?
< bitcoin-git> [bitcoin] brakmic opened pull request #18774: test: added test for upgradewallet RPC (master...upgradewallet-tests) https://github.com/bitcoin/bitcoin/pull/18774
< bitcoin-git> [bitcoin] instagibbs closed pull request #18725: [WIP] Expand CPFP "carve-out" rule from N=1 to N=100 (master...many_more_relay) https://github.com/bitcoin/bitcoin/pull/18725
< bitcoin-git> bitcoin/master 9ddfce6 MarcoFalke: Merge #18753: test: Fix intermittent failure in wallet_importmulti
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18753: test: Fix intermittent failure in wallet_importmulti (master...2004-testFixInIm) https://github.com/bitcoin/bitcoin/pull/18753
< bitcoin-git> bitcoin/master fa8b9b5 MarcoFalke: test: Fix intermittent failure in wallet_importmulti
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3cf464de2e6d...9ddfce671263
< gribble> https://github.com/bitcoin/bitcoin/issues/16528 | Native Descriptor Wallets using DescriptorScriptPubKeyMan by achow101 · Pull Request #16528 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18770: test: Remove raw-tx byte juggling in mempool_reorg (master...2004-testNoRawBytes) https://github.com/bitcoin/bitcoin/pull/18770
< bitcoin-git> bitcoin/master 3cf464d MarcoFalke: Merge #18770: test: Remove raw-tx byte juggling in mempool_reorg
< bitcoin-git> bitcoin/master fa48901 MarcoFalke: test: Remove raw-tx byte juggling in mempool_reorg
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/65276c773717...3cf464de2e6d
< bitcoin-git> [bitcoin] fanquake closed pull request #17822: refactor: Use uint16_t instead of unsigned short (master...akh_uint16_t) https://github.com/bitcoin/bitcoin/pull/17822
< bitcoin-git> [bitcoin] robot-visions opened pull request #18772: rpc: calculate fee in getblock using BlockUndo data (master...getblock-fee) https://github.com/bitcoin/bitcoin/pull/18772

2020-04-25

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18770: test: Remove raw-tx byte juggling in mempool_reorg (master...2004-testNoRawBytes) https://github.com/bitcoin/bitcoin/pull/18770
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18759: bench: Start nodes with -nodebuglogfile (master...2004-benchNoDebugLog) https://github.com/bitcoin/bitcoin/pull/18759
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18759: bench: Start nodes with -nodebuglogfile (master...2004-benchNoDebugLog) https://github.com/bitcoin/bitcoin/pull/18759
< bitcoin-git> [bitcoin] 10xcryptodev opened pull request #18769: qt: todo - remove bug fix for old versions of Qt (master...pr_qt_remove_todo) https://github.com/bitcoin/bitcoin/pull/18769
< bitcoin-git> [bitcoin] darosior opened pull request #18766: Disable fee estimation in blocksonly mode (master...disable_feeest_blocksonly) https://github.com/bitcoin/bitcoin/pull/18766
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18765: test: Fix wallet_bumpfee intermittent error (master...2004-qaWalletBumpInterm) https://github.com/bitcoin/bitcoin/pull/18765
< bitcoin-git> [bitcoin] jonatack closed pull request #18453: rpc, cli: add multiwallet balances rpc and use it in -getinfo (master...call-getbalances-for-getinfo-balance) https://github.com/bitcoin/bitcoin/pull/18453
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18744: test: Add fuzzing harnesses for various classes/functions in primitives/ (master...fuzzers-2020-04-22) https://github.com/bitcoin/bitcoin/pull/18744
< bitcoin-git> bitcoin/master 65276c7 MarcoFalke: Merge #18744: test: Add fuzzing harnesses for various classes/functions in...
< bitcoin-git> bitcoin/master d5a31b7 practicalswift: tests: Add fuzzing harness for functions in primitives/block.h
< bitcoin-git> bitcoin/master fd8e99d practicalswift: tests: Add fuzzing harness for functions in primitives/transaction.h
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3e7c118d6555...65276c773717
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18688: fuzz: Run in parallel (master...2004-fuzzPar) https://github.com/bitcoin/bitcoin/pull/18688
< bitcoin-git> bitcoin/master fa66280 MarcoFalke: fuzz: Run in parallel
< bitcoin-git> bitcoin/master 3e7c118 MarcoFalke: Merge #18688: fuzz: Run in parallel
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bab81f7e4d3e...3e7c118d6555
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18739: doc: Document how to fuzz Bitcoin Core using Honggfuzz (master...honggfuzz) https://github.com/bitcoin/bitcoin/pull/18739
< bitcoin-git> bitcoin/master bab81f7 MarcoFalke: Merge #18739: doc: Document how to fuzz Bitcoin Core using Honggfuzz
< bitcoin-git> bitcoin/master bb1ec36 practicalswift: doc: Document how to fuzz Bitcoin Core using honggfuzz
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fd48e7ad990c...bab81f7e4d3e
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18585: test: use zero-argument super() shortcut (Python 3.0+) (master...20201004-test-use-python3-non-zero-arg-super) https://github.com/bitcoin/bitcoin/pull/18585
< bitcoin-git> bitcoin/master fd48e7a MarcoFalke: Merge #18585: test: use zero-argument super() shortcut (Python 3.0+)
< bitcoin-git> bitcoin/master 0956e46 Sebastian Falbesoner: test: use zero-argument super() shortcut (Python 3.0+)
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6f51f6f3573e...fd48e7ad990c
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18754: bench: add CAddrMan benchmarks (master...addrman_perf_test) https://github.com/bitcoin/bitcoin/pull/18754
< bitcoin-git> bitcoin/master a9b9577 Vasil Dimov: bench: add CAddrMan benchmarks
< bitcoin-git> bitcoin/master 6f51f6f MarcoFalke: Merge #18754: bench: add CAddrMan benchmarks
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9fac600ababd...6f51f6f3573e
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17383: Refactor: Move consts to their correct translation units (master...2019-11-net-processing-consts) https://github.com/bitcoin/bitcoin/pull/17383
< bitcoin-git> bitcoin/master 507b36d John Newbery: [validation] Move all const declarations to top of validation.h
< bitcoin-git> bitcoin/master 0109622 John Newbery: [validation] Move validation-only consts to validation.cpp
< bitcoin-git> bitcoin/master b8580ca John Newbery: [net processing] Move net processing consts to net_processing.cpp
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/5f19155e5bca...9fac600ababd
< bitcoin-git> [bitcoin] theStack opened pull request #18764: refactor: test: replace inv type magic numbers by constants (master...20200425-test-replace_inv_types_by_constants) https://github.com/bitcoin/bitcoin/pull/18764
< gribble> https://github.com/bitcoin/bitcoin/issues/18700 | Fix locking on WSL using flock instead of fcntl by meshcollider · Pull Request #18700 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] rebroad opened pull request #18760: Disconnect nodes with bad messages during IBD (master...IBDDisconnectBadChecksum) https://github.com/bitcoin/bitcoin/pull/18760
< hebasto> luke-jr: this makes a top level dir `git archive --prefix='bitcoin/' --output=${OUTDIR}/src/${DISTNAME}.tar.gz HEAD`
< gribble> https://github.com/bitcoin/bitcoin/issues/18331 | build: Use git archive as source tarball by hebasto · Pull Request #18331 · bitcoin/bitcoin · GitHub

2020-04-24

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18724: test: add coverage for -rpcwallet cli option (master...rpcwallet-tests) https://github.com/bitcoin/bitcoin/pull/18724
< bitcoin-git> bitcoin/master 5f19155 MarcoFalke: Merge #18724: test: add coverage for -rpcwallet cli option
< bitcoin-git> bitcoin/master 2495110 Jon Atack: test: add coverage for -rpcwallet cli option
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a215c6133323...5f19155e5bca
< jeremyrubin> Anyways I don't need to work on it immediately, my stuff works fine as is. But I'd rather put the effort in to an existing tool than polishing out Yet Another Bitcoin Script TOol
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18759: bench: Start nodes with -nodebuglogfile (master...2004-benchNoDebugLog) https://github.com/bitcoin/bitcoin/pull/18759
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18756: refactor: test: use wait_for_getdata() in p2p_compactblocks.py (master...20200424-test-use-wait_for_getdata-in-p2p_compactblocks) https://github.com/bitcoin/bitcoin/pull/18756
< bitcoin-git> bitcoin/master a215c61 MarcoFalke: Merge #18756: refactor: test: use wait_for_getdata() in p2p_compactblocks....
< bitcoin-git> bitcoin/master c4027e7 Sebastian Falbesoner: refactor: test: use wait_for_getdata() in p2p_compactblocks.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/29637a5c56fd...a215c6133323
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18745: test: Check submitblock return values (master...2004-testSubmitblockReturnVal) https://github.com/bitcoin/bitcoin/pull/18745
< bitcoin-git> bitcoin/master 29637a5 MarcoFalke: Merge #18745: test: Check submitblock return values
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8c0f86f28440...29637a5c56fd
< bitcoin-git> bitcoin/master fa26271 MarcoFalke: test: Check submitblock return values
< instagibbs> solve bitcoin script, obviously
< gribble> https://github.com/bitcoin/bitcoin/issues/18027 | "PSBT Operations" dialog by gwillen · Pull Request #18027 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16528 | Native Descriptor Wallets using DescriptorScriptPubKeyMan by achow101 · Pull Request #16528 · bitcoin/bitcoin · GitHub
< meshcollider> #bitcoin-core-dev Wallet Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball ariard digi_james amiti fjahr
< gribble> https://github.com/bitcoin/bitcoin/issues/18742 | miner: Avoid stack-use-after-return in validationinterface by MarcoFalke · Pull Request #18742 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18757: test: Remove enumeration of expected deserialization exceptions in ProcessMessage(...) fuzzer (master...remove-EXPECTED_DESERIALIZATION_EXCEPTIONS) https://github.com/bitcoin/bitcoin/pull/18757
< bitcoin-git> bitcoin/master 8c0f86f MarcoFalke: Merge #18757: test: Remove enumeration of expected deserialization excepti...
< bitcoin-git> bitcoin/master fdceb63 practicalswift: fuzz: Remove enumeration of expected deserialization exceptions in Process...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7812889849eb...8c0f86f28440
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18157: doc: fixing init.md documentation to not require rpcpassword (master...fix_16346_doc_init) https://github.com/bitcoin/bitcoin/pull/18157
< bitcoin-git> bitcoin/master a2a03c3 “jkcd”: fixing documentation to not require rpcpassword
< bitcoin-git> bitcoin/master 7812889 MarcoFalke: Merge #18157: doc: fixing init.md documentation to not require rpcpassword...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d1aa0ae1ad64...7812889849eb
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18758: Remove unused boost/thread (master...2004-noBoostThread) https://github.com/bitcoin/bitcoin/pull/18758
< bitcoin-git> [bitcoin] jonatack closed pull request #18498: test: enable opening partial p2p connections where useful (master...allow-peer-conn-sans-sync) https://github.com/bitcoin/bitcoin/pull/18498
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18712: test: display command line options passed to send_cli() in debug log (master...log-cli-options) https://github.com/bitcoin/bitcoin/pull/18712
< bitcoin-git> bitcoin/master d1aa0ae MarcoFalke: Merge #18712: test: display command line options passed to send_cli() in d...
< bitcoin-git> bitcoin/master 8f5dc88 Jon Atack: test: display command line options passed to send_cli() in debug log
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/85bae24d060e...d1aa0ae1ad64
< bitcoin-git> [bitcoin] practicalswift opened pull request #18757: tests: Remove enumeration of expected deserialization exceptions in ProcessMessage(...) fuzzer (master...remove-EXPECTED_DESERIALIZATION_EXCEPTIONS) https://github.com/bitcoin/bitcoin/pull/18757
< bitcoin-git> [bitcoin] theStack opened pull request #18756: refactor: test: use wait_for_getdata() in p2p_compactblocks.py (master...20200424-test-use-wait_for_getdata-in-p2p_compactblocks) https://github.com/bitcoin/bitcoin/pull/18756
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18752: test: Fix intermittent error in mempool_reorg (master...2004-qaMempoolReorg) https://github.com/bitcoin/bitcoin/pull/18752
< bitcoin-git> bitcoin/master fae9866 MarcoFalke: test: Fix intermittent error in mempool_reorg
< bitcoin-git> bitcoin/master 85bae24 MarcoFalke: Merge #18752: test: Fix intermittent error in mempool_reorg
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d8ca51db5ddf...85bae24d060e
< bitcoin-git> [bitcoin] vasild opened pull request #18754: bench: add CAddrMan benchmarks (master...addrman_perf_test) https://github.com/bitcoin/bitcoin/pull/18754
< bitcoin-git> [bitcoin] fanquake merged pull request #18589: Fix naming of macOS SDK and clarify version (master...fix-osx-sdk-extract) https://github.com/bitcoin/bitcoin/pull/18589
< bitcoin-git> bitcoin/master d8ca51d fanquake: Merge #18589: Fix naming of macOS SDK and clarify version
< bitcoin-git> bitcoin/master eb37275 Andrew Chow: Fix naming of macOS SDK and clarify version
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/64139803f122...d8ca51db5ddf
< gribble> https://github.com/bitcoin/bitcoin/issues/17878 | wip: zmq: Support -zmqpubwallettx by promag · Pull Request #17878 · bitcoin/bitcoin · GitHub

2020-04-23

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18753: test: Fix intermittent failure in wallet_importmulti (master...2004-testFixInIm) https://github.com/bitcoin/bitcoin/pull/18753
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18752: test: Fix intermittent error in mempool_reorg (master...2004-qaMempoolReorg) https://github.com/bitcoin/bitcoin/pull/18752
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18751: doc: Explain why GetRandMicros must not be templated (master...2004-docGetRandMicros) https://github.com/bitcoin/bitcoin/pull/18751
< bitcoin-git> [bitcoin] vasild opened pull request #18750: build: optionally skip external warnings (master...suppress_external_warnings) https://github.com/bitcoin/bitcoin/pull/18750
< gribble> https://github.com/bitcoin/bitcoin/issues/18287 | depends: Patch libevent build to fix IPv6 -rpcbind on Windows by luke-jr · Pull Request #18287 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18287 | depends: Patch libevent build to fix IPv6 -rpcbind on Windows by luke-jr · Pull Request #18287 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18738 | build: Suppress Qt 5.12 warnings on Ubuntu Focal by hebasto · Pull Request #18738 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18419 | Ubuntu 20.04 LTS · Issue #18419 · bitcoin/bitcoin · GitHub
< wumpus> https://github.com/bitcoin/bitcoin/projects/8 : 6 blockers, 1 bugfix, and 7 chasing concept ACK at the moment
< wumpus> no proposed topic for this week in http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral ariard digi_james amiti fjahr
< bitcoin-git> [bitcoin] Sjors closed pull request #12557: [WIP] 64 bit iOS device support (master...2018/02/depends-openssl-aarch64-apple-darwin1) https://github.com/bitcoin/bitcoin/pull/12557
< bitcoin-git> [bitcoin] Sjors closed pull request #15441: [doc] build: warn against spaces in working directory (master...2019/02/build_discourage_space) https://github.com/bitcoin/bitcoin/pull/15441
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18690: test: Check object hashes in wait_for_getdata (master...wait-for-getdata) https://github.com/bitcoin/bitcoin/pull/18690
< bitcoin-git> bitcoin/master 6413980 MarcoFalke: Merge #18690: test: Check object hashes in wait_for_getdata
< bitcoin-git> bitcoin/master 9f5608c Danny Lee: test: check for matching object hashes in wait_for_getdata
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e890c15e2cc9...64139803f122
< bitcoin-git> [bitcoin] vasild closed pull request #18149: build: add --enable-isystem and change --enable-werror to enable -Werror (master...werror) https://github.com/bitcoin/bitcoin/pull/18149
< bitcoin-git> [bitcoin] fanquake opened pull request #18748: [0.20] rc2 Backports (0.20...0_20_rc2_backports) https://github.com/bitcoin/bitcoin/pull/18748
< bitcoin-git> [bitcoin] meshcollider merged pull request #18671: wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet (master...2004-walletDumpChain) https://github.com/bitcoin/bitcoin/pull/18671
< bitcoin-git> bitcoin/master e890c15 Samuel Dobson: Merge #18671: wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet
< bitcoin-git> bitcoin/master fa60afc MarcoFalke: wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4f802e59a044...e890c15e2cc9
< bitcoin-git> [bitcoin] meshcollider merged pull request #17509: gui: save and load PSBT (master...2019/11/gui-psbt-save) https://github.com/bitcoin/bitcoin/pull/17509
< bitcoin-git> bitcoin/master 1d05a9d Sjors Provoost: Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.h
< bitcoin-git> bitcoin/master 86e22d2 Sjors Provoost: [util] GetFileSize
< bitcoin-git> [bitcoin] meshcollider pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/47b94a337e1a...4f802e59a044
< bitcoin-git> bitcoin/master 6ab3aad Sjors Provoost: [gui] send dialog: split on_sendButton_clicked

2020-04-22

< fanquake> luke-jr Can you reply to the questions from the person actually testing the patch. Seems that it isn't working from them: https://github.com/bitcoin/bitcoin/pull/18287#issuecomment-601446672
< gribble> https://github.com/bitcoin/bitcoin/issues/18287 | depends: Patch libevent build to fix IPv6 -rpcbind on Windows by luke-jr · Pull Request #18287 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jnewbery closed pull request #18113: [WIP] Consensus: Don't allow a coin to be spent and FRESH. (master...2020-01-prune-pruned) https://github.com/bitcoin/bitcoin/pull/18113
< bitcoin-git> [bitcoin] jnewbery opened pull request #18746: [consensus] Don't add spent coins to the cache (master...2020-04-not-spent-and-fresh) https://github.com/bitcoin/bitcoin/pull/18746
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18745: test: Check submitblock return values (master...2004-testSubmitblockReturnVal) https://github.com/bitcoin/bitcoin/pull/18745
< bitcoin-git> [bitcoin] practicalswift opened pull request #18744: tests: Add fuzzing harnesses for various classes/functions in primitives/ (master...fuzzers-2020-04-22) https://github.com/bitcoin/bitcoin/pull/18744
< bitcoin-git> [bitcoin] ryanofsky opened pull request #18743: depends: Add --sysroot option to mac os native compile flags (master...pr/sysroot) https://github.com/bitcoin/bitcoin/pull/18743
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18732: test: Remove unused, undocumented and misleading CScript.__add__ (master...2004-testNoScriptAdd) https://github.com/bitcoin/bitcoin/pull/18732
< bitcoin-git> bitcoin/master 47b94a3 MarcoFalke: Merge #18732: test: Remove unused, undocumented and misleading CScript.__a...
< bitcoin-git> bitcoin/master faff9e4 MarcoFalke: test: Remove unused, undocumented and misleading CScript.__add__
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb89af26d8e3...47b94a337e1a
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18733: doc: Add wallet release notes for 0.21.0 (master...2004-docWalletRel) https://github.com/bitcoin/bitcoin/pull/18733
< bitcoin-git> bitcoin/master fb89af2 MarcoFalke: Merge #18733: doc: Add wallet release notes for 0.21.0
< bitcoin-git> bitcoin/master facaefa MarcoFalke: doc: Add wallet release notes for 0.21.0
< bitcoin-git> bitcoin/master faa4243 MarcoFalke: Add release notes skeleton, so that notes can be filled easier
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a7a6f1ff417a...fb89af26d8e3
< gribble> https://github.com/bitcoin/bitcoin/issues/17509 | gui: save and load PSBT by Sjors · Pull Request #17509 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18742: miner: Avoid stack-use-after-return in validationinterface (master...2004-minerNoCrash) https://github.com/bitcoin/bitcoin/pull/18742
< gribble> https://github.com/bitcoin/bitcoin/issues/17509 | gui: save and load PSBT by Sjors · Pull Request #17509 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] dongcarl opened pull request #18741: guix: Make source tarball using git-archive (master...2020-04-sync-guix) https://github.com/bitcoin/bitcoin/pull/18741
< bitcoin-git> [bitcoin] brakmic closed pull request #18647: rpc: remove g_rpc_node & g_rpc_chain (master...remove-global-node-ctx) https://github.com/bitcoin/bitcoin/pull/18647
< bitcoin-git> [bitcoin] ryanofsky opened pull request #18740: Remove g_rpc_node global (alternative to #18647) (master...pr/frpc) https://github.com/bitcoin/bitcoin/pull/18740
< gribble> https://github.com/bitcoin/bitcoin/issues/18216 | test, build: Enable -Werror=sign-compare by Empact · Pull Request #18216 · bitcoin/bitcoin · GitHub
< vasild> "I'm really not a fan of disabling warnings for 3rd party headers, but I'm not completely opposed" --> what we end up doing is disabling warnings in 3rd party headers AND in bitcoin core.
< bitcoin-git> [bitcoin] practicalswift opened pull request #18739: doc: Document how to fuzz Bitcoin Core using Honggfuzz (master...honggfuzz) https://github.com/bitcoin/bitcoin/pull/18739
< vasild> Wouldn't it be better if we can (optionally) shut warnings from external libraries, but have them enabled for bitcoin core?
< gribble> https://github.com/bitcoin/bitcoin/issues/18738 | build: Suppress Qt 5.12 warnings on Ubuntu Focal by hebasto · Pull Request #18738 · bitcoin/bitcoin · GitHub
< vasild> hebasto: #18738 will also hide warnings in bitcoin core itself. It is unfortunate to have to lower standards for bitcoin core because some external library emits warnings. I think it is likely that some of our external dependencies (qt, boost, whatever) will produce warnings with some compiler.
< bitcoin-git> [bitcoin] hebasto opened pull request #18738: build: Suppress Qt 5.12 warnings on Ubuntu Focal (master...200422-qt-warn) https://github.com/bitcoin/bitcoin/pull/18738
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18575: bench: Remove requirement that all benches use same testing setup (master...2004-benchNoGlobalReg) https://github.com/bitcoin/bitcoin/pull/18575
< bitcoin-git> bitcoin/master a7a6f1f MarcoFalke: Merge #18575: bench: Remove requirement that all benches use same testing ...
< bitcoin-git> bitcoin/master fa1fdb0 MarcoFalke: bench: Replace ::mempool globabl with test_setup.mempool
< bitcoin-git> bitcoin/master fab1170 MarcoFalke: bench: Remove requirement that all benches use RegTestingSetup
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5dcb06158982...a7a6f1ff417a
< bitcoin-git> [bitcoin] practicalswift opened pull request #18736: tests: Add fuzzing harnesses for various classes/functions in util/ (master...fuzzers-2020-04-21) https://github.com/bitcoin/bitcoin/pull/18736
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18735: ci: Add and document BASE_BUILD_DIR (master...2004-ciBaseBuildDir) https://github.com/bitcoin/bitcoin/pull/18735
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #18734: Allow simple multiwallet rpc calls (master...2020/03/multiwallet_rpc) https://github.com/bitcoin/bitcoin/pull/18734
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18733: doc: Add wallet release notes for 0.21.0 (master...2004-docWalletRel) https://github.com/bitcoin/bitcoin/pull/18733
< bitcoin-git> [bitcoin] laanwj merged pull request #18702: build: fix ASLR for bitcoin-cli on Windows (master...fix_pe_cli_aslr) https://github.com/bitcoin/bitcoin/pull/18702
< bitcoin-git> bitcoin/master 5dcb061 Wladimir J. van der Laan: Merge #18702: build: fix ASLR for bitcoin-cli on Windows
< bitcoin-git> bitcoin/master 315a4d3 fanquake: build: fix ASLR for bitcoin-cli on Windows
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ce4e1f0282c6...5dcb06158982
< bitcoin-git> [bitcoin] laanwj merged pull request #18553: Avoid non-trivial global constants in SHA-NI code (master...202004_no_global_init_shani) https://github.com/bitcoin/bitcoin/pull/18553
< bitcoin-git> bitcoin/master ce4e1f0 Wladimir J. van der Laan: Merge #18553: Avoid non-trivial global constants in SHA-NI code
< bitcoin-git> bitcoin/master 8508473 Pieter Wuille: Avoid non-trivial global constants in SHA-NI code
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9e8e813df5f1...ce4e1f0282c6
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18732: test: Remove unused, undocumented and misleading CScript.__add__ (master...2004-testNoScriptAdd) https://github.com/bitcoin/bitcoin/pull/18732
< bitcoin-git> [bitcoin] laanwj merged pull request #18410: Docs: Improve commenting for coins.cpp|h (master...2020-03-coins-comments) https://github.com/bitcoin/bitcoin/pull/18410
< bitcoin-git> bitcoin/master 2685c21 John Newbery: [tests] small whitespace fixup
< bitcoin-git> bitcoin/master e993696 John Newbery: scripted-diff: Rename PRUNED to SPENT in coins tests
< bitcoin-git> bitcoin/master c205979 John Newbery: [docs] Improve commenting in coins.cpp|h
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/acb4fa07416f...9e8e813df5f1
< bitcoin-git> [bitcoin] laanwj merged pull request #18665: Do not expose and consider -logthreadnames when it does not work (master...200416-logthreads) https://github.com/bitcoin/bitcoin/pull/18665
< bitcoin-git> bitcoin/master acb4fa0 Wladimir J. van der Laan: Merge #18665: Do not expose and consider -logthreadnames when it does not ...
< bitcoin-git> bitcoin/master b91e4ae Hennadii Stepanov: Do not expose and consider -logthreadnames when it does not work
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/19032c750cb4...acb4fa07416f
< bitcoin-git> [bitcoin] laanwj merged pull request #18612: script: Remove undocumented and unused operator+ (master...2004-scriptNoAdd) https://github.com/bitcoin/bitcoin/pull/18612
< bitcoin-git> bitcoin/master 19032c7 Wladimir J. van der Laan: Merge #18612: script: Remove undocumented and unused operator+
< bitcoin-git> bitcoin/master ccccd51 MarcoFalke: script: Remove undocumented and unused operator+
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c90a9e6fffa7...19032c750cb4
< wumpus> PSA: 2FA-required policy has been enabled for the "bitcoin" organization
< wumpus> still need to convince one person to enable it to do the same for bitcoin-core
< bitcoin-git> [bitcoin] fanquake closed pull request #17494: utils: Use GetProcessWorkingSetSizeEx to get limit for Win32LockedPageAllocator (master...windows_page_allocator_getlimit) https://github.com/bitcoin/bitcoin/pull/17494
< bitcoin-git> [bitcoin] fanquake merged pull request #18713: scripts: Add MACHO stack canary check to security-check.py (master...check_MACHO_canary) https://github.com/bitcoin/bitcoin/pull/18713
< bitcoin-git> bitcoin/master c90a9e6 fanquake: Merge #18713: scripts: Add MACHO stack canary check to security-check.py
< bitcoin-git> bitcoin/master 8334ee3 fanquake: scripts: add MACHO LAZY_BINDINGS test to test-security-check.py
< bitcoin-git> bitcoin/master 7b99c74 fanquake: scripts: add MACHO Canary check to security-check.py
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7d1a3bda2121...c90a9e6fffa7
< bitcoin-git> [bitcoin] fanquake merged pull request #18709: doc: note why we can't use thread_local with glibc back compat (master...document_thread_local_glibc) https://github.com/bitcoin/bitcoin/pull/18709
< bitcoin-git> bitcoin/master b155fcd fanquake: doc: fix typo in configure.ac
< bitcoin-git> bitcoin/master 7d1a3bd fanquake: Merge #18709: doc: note why we can't use thread_local with glibc back comp...
< bitcoin-git> bitcoin/master 20a3092 fanquake: doc: note why we can't use thread_local with glibc back compat
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b6a5dc90bfd4...7d1a3bda2121
< bitcoin-git> [bitcoin] fanquake closed pull request #18714: doc: edit for clarity (master...doc-depends-readme) https://github.com/bitcoin/bitcoin/pull/18714
< bitcoin-git> [bitcoin] hebasto opened pull request #18731: refactor: Make CCheckQueue RAII-styled (master...200421-queue-raii) https://github.com/bitcoin/bitcoin/pull/18731

2020-04-21

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18730: wallet: Remove -upgradewallet from dummywallet (master...2004-walletNoUpgrade) https://github.com/bitcoin/bitcoin/pull/18730
< bitcoin-git> [bitcoin] luke-jr opened pull request #18729: GUI/Intro: Never change the prune checkbox after the user has touched it (master...intro_dont_change_user_prune) https://github.com/bitcoin/bitcoin/pull/18729
< bitcoin-git> [bitcoin] luke-jr opened pull request #18728: GUI: Enable changing the autoprune block space size in intro dialog (master...intro_prune_size) https://github.com/bitcoin/bitcoin/pull/18728
< bitcoin-git> [bitcoin] ryanofsky opened pull request #18727: test: Add CreateWalletFromFile test (master...pr/create) https://github.com/bitcoin/bitcoin/pull/18727
< bitcoin-git> [bitcoin] robot-visions opened pull request #18726: test: check misbehavior more independently in p2p_filter.py (master...p2p-filter) https://github.com/bitcoin/bitcoin/pull/18726
< bitcoin-git> [bitcoin] instagibbs opened pull request #18725: Expand CPFP "carve-out" rule from N=1 to N=100 (master...many_more_relay) https://github.com/bitcoin/bitcoin/pull/18725
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18384: [test] more specific feature_segwit test error messages and fixing incorrect comments (master...segwit-test-errormsg) https://github.com/bitcoin/bitcoin/pull/18384
< bitcoin-git> bitcoin/master b6a5dc9 MarcoFalke: Merge #18384: [test] more specific feature_segwit test error messages and ...
< bitcoin-git> bitcoin/master 3c21db7 Gloria Zhao: [test] add 8 error messages to feature_segwit and change version to type
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9ea4d8326a9d...b6a5dc90bfd4
< bitcoin-git> [bitcoin] jonatack opened pull request #18724: test: add coverage for -rpcwallet cli option (master...rpcwallet-tests) https://github.com/bitcoin/bitcoin/pull/18724
< gribble> https://github.com/bitcoin/bitcoin/issues/18699 | wallet: Avoid translating RPC errors by MarcoFalke · Pull Request #18699 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18704: test: Increase debugging to hunt down mempool_reorg intermittent failure (master...2004-testMempoolReorgIntermittentFailureHuntDownIncreaseDebugLogStatements) https://github.com/bitcoin/bitcoin/pull/18704
< bitcoin-git> bitcoin/master 9ea4d83 MarcoFalke: Merge #18704: test: Increase debugging to hunt down mempool_reorg intermit...
< bitcoin-git> bitcoin/master fac2fc4 MarcoFalke: test: Increase debugging to hunt down mempool_reorg intermittent failure
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/977328338e46...9ea4d8326a9d
< bitcoin-git> [bitcoin] instagibbs opened pull request #18723: Expand on contracting carve-out rule test (master...onemore_again) https://github.com/bitcoin/bitcoin/pull/18723
< bitcoin-git> [bitcoin] vasild opened pull request #18722: addrman: use unordered_map instead of map (master...addrman_map) https://github.com/bitcoin/bitcoin/pull/18722
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18721: test: Fix linter issue (master...200421-linter) https://github.com/bitcoin/bitcoin/pull/18721
< bitcoin-git> bitcoin/master 9773283 MarcoFalke: Merge #18721: test: Fix linter issue
< bitcoin-git> bitcoin/master 60cdcf3 Hennadii Stepanov: test: Fix linter issue
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4ad6144ed028...977328338e46
< bitcoin-git> [bitcoin] hebasto opened pull request #18721: test: Fix linter issue (master...200421-linter) https://github.com/bitcoin/bitcoin/pull/18721
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18672: test: add further BIP37 size limit checks to p2p_filter.py (master...20200416-test-add-further-bloom-filter-size-limit-checks) https://github.com/bitcoin/bitcoin/pull/18672
< bitcoin-git> bitcoin/master 4ad6144 MarcoFalke: Merge #18672: test: add further BIP37 size limit checks to p2p_filter.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c4c3f110eb93...4ad6144ed028
< bitcoin-git> bitcoin/master c743718 Sebastian Falbesoner: test: add further BIP37 size limit checks to p2p_filter.py
< bitcoin-git> [bitcoin] fanquake closed pull request #18720: 0.20 (master...0.20) https://github.com/bitcoin/bitcoin/pull/18720
< bitcoin-git> [bitcoin] CyberDevAi opened pull request #18720: 0.20 (master...0.20) https://github.com/bitcoin/bitcoin/pull/18720
< bitcoin-git> [bitcoin] fanquake closed pull request #18716: Hard forking Bitcoin Core for New Bitcoin UNV Crypto asset (master...0.20) https://github.com/bitcoin/bitcoin/pull/18716
< bitcoin-git> [bitcoin] CyberDevAi opened pull request #18716: Hard forking Bitcoin Core for New Bitcoin UNV Crypto asset (master...0.20) https://github.com/bitcoin/bitcoin/pull/18716
< gribble> https://github.com/bitcoin/bitcoin/issues/18544 | net: limit BIP37 filter lifespan (active between filterload..filterclear) by theStack · Pull Request #18544 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #18714: doc: edit for clarity (master...doc-depends-readme) https://github.com/bitcoin/bitcoin/pull/18714
< bitcoin-git> [bitcoin] fanquake opened pull request #18713: scripts: Add MACHO stack canary check to security-check.py (master...check_MACHO_canary) https://github.com/bitcoin/bitcoin/pull/18713

2020-04-20

< bitcoin-git> [bitcoin] jonatack opened pull request #18712: test: display command line options passed to send_cli() in debug log (master...log-cli-options) https://github.com/bitcoin/bitcoin/pull/18712
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRiceDecode) (master...fuzzers-golomb-rice) https://github.com/bitcoin/bitcoin/pull/18190
< bitcoin-git> bitcoin/master c4c3f11 MarcoFalke: Merge #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRic...
< bitcoin-git> bitcoin/master 69749fb practicalswift: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/Golomb...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/56d2ff8a8fc5...c4c3f110eb93
< gribble> https://github.com/bitcoin/bitcoin/issues/18676 | build: Check libevent minimum version in configure script by hebasto · Pull Request #18676 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #18676: build: Check libevent minimum version in configure script (master...200416-libevent) https://github.com/bitcoin/bitcoin/pull/18676
< bitcoin-git> bitcoin/master 56d2ff8 Wladimir J. van der Laan: Merge #18676: build: Check libevent minimum version in configure script
< bitcoin-git> bitcoin/master b68e717 Hennadii Stepanov: build: Set libevent minimum version to 2.0.21
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fc00e651e407...56d2ff8a8fc5
< gribble> https://github.com/bitcoin/bitcoin/issues/18672 | test: add further BIP37 size limit checks to p2p_filter.py by theStack · Pull Request #18672 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18544 | net: limit BIP37 filter lifespan (active between filterload..filterclear) by theStack · Pull Request #18544 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #18710: Add local thread pool to CCheckQueue (master...200419-thread-pool) https://github.com/bitcoin/bitcoin/pull/18710
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18705: ci: Remove xenial tsan workaround (master...2004-ciXenialTsan) https://github.com/bitcoin/bitcoin/pull/18705
< bitcoin-git> bitcoin/master fc00e65 MarcoFalke: Merge #18705: ci: Remove xenial tsan workaround
< bitcoin-git> bitcoin/master faebcd4 MarcoFalke: ci: Remove xenial tsan workaround
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3be119c0f634...fc00e651e407
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17579: [refactor] Merge getreceivedby tally into GetReceived function (master...getreceivedby-refactor) https://github.com/bitcoin/bitcoin/pull/17579
< bitcoin-git> bitcoin/master 3be119c MarcoFalke: Merge #17579: [refactor] Merge getreceivedby tally into GetReceived functi...
< bitcoin-git> bitcoin/master a1d5b12 Andrew Toth: Merge getreceivedby tally into GetReceived function
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5e5dd9918e0a...3be119c0f634
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17831: rpc: doc: Fix and extend getblockstats examples (master...getblockstats-examples) https://github.com/bitcoin/bitcoin/pull/17831
< bitcoin-git> bitcoin/master 5e5dd99 MarcoFalke: Merge #17831: rpc: doc: Fix and extend getblockstats examples
< bitcoin-git> bitcoin/master 7099984 Adam Soltys: rpc: doc: Fix and extend getblockstats examples
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/da4cbb792749...5e5dd9918e0a
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18544: net: limit BIP37 filter lifespan (active between 'filterload'..'filterclear') (master...20200406-net-limit_bip37_filter_lifetime) https://github.com/bitcoin/bitcoin/pull/18544
< bitcoin-git> bitcoin/master da4cbb7 MarcoFalke: Merge #18544: net: limit BIP37 filter lifespan (active between 'filterload...
< bitcoin-git> bitcoin/master a9ecbdf Sebastian Falbesoner: test: add more inactive filter tests to p2p_filter.py
< bitcoin-git> bitcoin/master 5eae034 Sebastian Falbesoner: net: limit BIP37 filter lifespan (active between 'filterload' and 'filterc...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dc5da7fe7b0c...da4cbb792749
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18691: test: add wait_for_cookie_credentials() to framework for rpcwait tests (master...fix-intermittent-credentials-issue) https://github.com/bitcoin/bitcoin/pull/18691
< bitcoin-git> bitcoin/master dc5da7f MarcoFalke: Merge #18691: test: add wait_for_cookie_credentials() to framework for rpc...
< bitcoin-git> bitcoin/master 92fe537 Jon Atack: test: fix intermittent race condition in interface_bitcoin_cli.py
< bitcoin-git> bitcoin/master c648e63 Jon Atack: test: add wait_for_cookie_credentials() to test framework
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f8102d90889a...dc5da7fe7b0c
< bitcoin-git> [bitcoin] fanquake opened pull request #18709: doc: note why we can't use thread_local with glibc back compat (master...document_thread_local_glibc) https://github.com/bitcoin/bitcoin/pull/18709

2020-04-19

< gribble> https://github.com/bitcoin/bitcoin/issues/18589 | Fix naming of macOS SDK and clarify version by achow101 · Pull Request #18589 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18601: wallet: Refactor WalletRescanReserver to use wallet reference (master...2020-04-walletrescanreserver) https://github.com/bitcoin/bitcoin/pull/18601
< bitcoin-git> bitcoin/master f8102d9 MarcoFalke: Merge #18601: wallet: Refactor WalletRescanReserver to use wallet referenc...
< bitcoin-git> bitcoin/master fc289b7 João Barbosa: wallet: Refactor WalletRescanReserver to use wallet reference
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d2882a012bee...f8102d90889a
< gribble> https://github.com/bitcoin/bitcoin/issues/18674 | build: Use Xcode .xip as Gitian input · Issue #18674 · bitcoin/bitcoin · GitHub