2020-03-18

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18380: doc: Remove html comment in PULL_REQUEST_TEMPLATE (master...2003-docGitHubTemplateNoComment) https://github.com/bitcoin/bitcoin/pull/18380
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18376: net: fix use-after-free in tests (master...fix_use_after_free_issue18372) https://github.com/bitcoin/bitcoin/pull/18376
< bitcoin-git> bitcoin/master a421e0a MarcoFalke: Merge #18376: net: fix use-after-free in tests
< bitcoin-git> bitcoin/master 7d8e1de Vasil Dimov: net: fix use-after-free in tests
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5c9d408b2dd8...a421e0a22f12
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18300: fuzz: Add option to merge input dir to test runner (master...Mf1902-fuzzMerge) https://github.com/bitcoin/bitcoin/pull/18300
< bitcoin-git> bitcoin/master fa3fa27 MarcoFalke: fuzz: Remove option --export_coverage from test_runner
< bitcoin-git> bitcoin/master aaaa055 MarcoFalke: fuzz: Add option to merge input dir to test runner
< bitcoin-git> bitcoin/master fa4fa88 MarcoFalke: doc: Remove --disable-ccache from docs
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e83a1de4c03f...5c9d408b2dd8
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18155: tests: Add harness which fuzzes EvalScript and VerifyScript using a fuzzed signature checker (master...fuzzers-signature_checker) https://github.com/bitcoin/bitcoin/pull/18155
< bitcoin-git> bitcoin/master e83a1de MarcoFalke: Merge #18155: tests: Add harness which fuzzes EvalScript and VerifyScript ...
< bitcoin-git> bitcoin/master 5e47b19 practicalswift: tests: Add harness which fuzzes EvalScript and VerifyScript using a fuzzed...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dbb067da389d...e83a1de4c03f
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18379: doc: Comment fix merkle.cpp (master...4d55397500-patch-1-1) https://github.com/bitcoin/bitcoin/pull/18379
< bitcoin-git> bitcoin/master dbb067d MarcoFalke: Merge #18379: doc: Comment fix merkle.cpp
< bitcoin-git> bitcoin/master 5b59a19 4d55397500: Update merkle.cpp
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3a8d25064e70...dbb067da389d
< bitcoin-git> [bitcoin] 4d55397500 opened pull request #18379: Comment fix merkle.cpp (master...4d55397500-patch-1-1) https://github.com/bitcoin/bitcoin/pull/18379
< bitcoin-git> [bitcoin] sipa closed pull request #18374: Bugfix in bn2vch: avoid excessive padding (master...202003_fix_bn2vch) https://github.com/bitcoin/bitcoin/pull/18374
< bitcoin-git> [bitcoin] sipa opened pull request #18378: Bugfix & simplify bn2vch using int.to_bytes (master...202003_simple_bn2vch) https://github.com/bitcoin/bitcoin/pull/18378
< fanquake> Yea I assume you're seeing https://github.com/bitcoin-core/secp256k1/issues/674
< bitcoin-git> [bitcoin] brakmic opened pull request #18377: build: fix libevent linking errors for bench-only builds (master...bench-compilation) https://github.com/bitcoin/bitcoin/pull/18377
< vasild> MarcoFalke: wrt https://github.com/bitcoin/bitcoin/pull/18376#discussion_r394349862 - I will change it as you suggest to just "=" once travis confirms the fix (if I push now it will restart the tests)
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18371: test: use fs namespace in dbwrapper unicodepath test (master...dbwrapper_use_fs_namespace) https://github.com/bitcoin/bitcoin/pull/18371
< bitcoin-git> bitcoin/master 3a8d250 MarcoFalke: Merge #18371: test: use fs namespace in dbwrapper unicodepath test
< bitcoin-git> bitcoin/master 6afaf2f fanquake: test: use fs namespace in dbwrapper unicodepath test
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ce87d5613a55...3a8d25064e70
< bitcoin-git> [bitcoin] vasild opened pull request #18376: net: fix use-after-free in tests (master...fix_use_after_free_issue18372) https://github.com/bitcoin/bitcoin/pull/18376
< bitcoin-git> [bitcoin] AleGiovanardi closed pull request #18375: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/18375
< bitcoin-git> [bitcoin] AleGiovanardi opened pull request #18375: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/18375
< gribble> https://github.com/bitcoin/bitcoin/issues/18372 | sanitizer: heap-use-after-free in checkinputs_test · Issue #18372 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sipa opened pull request #18374: Bugfix in bn2vch: avoid excessive padding (master...202003_fix_bn2vch) https://github.com/bitcoin/bitcoin/pull/18374
< bitcoin-git> [bitcoin] fanquake opened pull request #18371: test: use fs namespace in dbwrapper unicodepath test (master...dbwrapper_use_fs_namespace) https://github.com/bitcoin/bitcoin/pull/18371
< gribble> https://github.com/bitcoin/bitcoin/issues/16995 | Fix gcc 9 warnings by laanwj · Pull Request #16995 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sipa closed pull request #18367: Avoid strncpy for CMessageHeader::pchCommand (master...202003_strncopy_warning) https://github.com/bitcoin/bitcoin/pull/18367

2020-03-17

< gribble> https://github.com/bitcoin/bitcoin/issues/13990 | Allow fee estimation to work with lower fees by ajtowns · Pull Request #13990 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master fa36f3a MarcoFalke: refactor: move DUMP_BANS_INTERVAL to banman.h
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18289: refactor: Make scheduler methods type safe (master...2003-schedTypeChrono) https://github.com/bitcoin/bitcoin/pull/18289
< bitcoin-git> bitcoin/master fadafb8 MarcoFalke: scheduler: Make schedule* methods type safe
< bitcoin-git> bitcoin/master fa70ccc MarcoFalke: scheduler: Use C++11 member initialization, add shutdown assert
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/39497d1f3268...ce87d5613a55
< bitcoin-git> [bitcoin] sipa opened pull request #18367: Avoid strncopy for CMessageHeader::pchCommand (master...202003_strncopy_warning) https://github.com/bitcoin/bitcoin/pull/18367
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15283: log: Fix UB with bench on genesis block (master...ub_genesis_bench) https://github.com/bitcoin/bitcoin/pull/15283
< bitcoin-git> bitcoin/master 39497d1 MarcoFalke: Merge #15283: log: Fix UB with bench on genesis block
< bitcoin-git> bitcoin/master ec30a79 Gregory Sanders: Fix UB with bench on genesis block
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ad04f0d8a533...39497d1f3268
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17319: Tests: remove bignum module (master...2019-10-bignum) https://github.com/bitcoin/bitcoin/pull/17319
< bitcoin-git> bitcoin/master 9a60bef John Newbery: [tests] don't encode the integer size in bignum
< bitcoin-git> bitcoin/master 1dc68ae John Newbery: [tests] add function comments to bignum
< bitcoin-git> bitcoin/master f31fc0e John Newbery: [tests] fix flake8 warnings in script.py and bignum.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/d2d0a04a661f...ad04f0d8a533
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18353: tests: Add fuzzing harnesses for classes CBlockHeader, CFeeRate and various functions (master...fuzzers-coverage) https://github.com/bitcoin/bitcoin/pull/18353
< bitcoin-git> bitcoin/master 7726f3b practicalswift: tests: Add fuzzing harness for CFeeRate
< bitcoin-git> bitcoin/master 0579a27 practicalswift: tests: Add fuzzing harness for CBlockHeader
< bitcoin-git> bitcoin/master cb4eec1 practicalswift: tests: Add fuzzing harness for count_seconds(...)
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/1d64dfe4fa05...d2d0a04a661f
< bitcoin-git> [bitcoin] laanwj merged pull request #18364: random: remove getentropy() fallback for macOS < 10.12 (master...macos_remove_1012_fallback) https://github.com/bitcoin/bitcoin/pull/18364
< bitcoin-git> bitcoin/master 1d64dfe Wladimir J. van der Laan: Merge #18364: random: remove getentropy() fallback for macOS < 10.12
< bitcoin-git> bitcoin/master f9f210d fanquake: doc: fix GetTimeMicros() comment in random.cpp
< bitcoin-git> bitcoin/master a889711 fanquake: rand: remove getentropy() fallback for macOS < 10.12
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8fc5f2bdf01d...1d64dfe4fa05
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18366: tests: simplify next_block() function in feature_block (master...2020-03-feature-block-next-block) https://github.com/bitcoin/bitcoin/pull/18366
< bitcoin-git> bitcoin/master 8fc5f2b MarcoFalke: Merge #18366: tests: simplify next_block() function in feature_block
< bitcoin-git> bitcoin/master 612a931 John Newbery: tests: simplify next_block() function in feature_block
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7060d2d97a28...8fc5f2bdf01d
< bitcoin-git> [bitcoin] jnewbery opened pull request #18366: tests: simplify next_block() function in feature_block (master...2020-03-feature-block-next-block) https://github.com/bitcoin/bitcoin/pull/18366
< gribble> https://github.com/bitcoin/bitcoin/issues/15103 | fix getentropy import check on osx by jameshilliard · Pull Request #15103 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #18364: random: remove getentropy() fallback for macOS < 10.12 (master...macos_remove_1012_fallback) https://github.com/bitcoin/bitcoin/pull/18364
< bitcoin-git> [bitcoin] practicalswift opened pull request #18363: tests: Add fuzzing harness for HTTPRequest, libevent's evhttp and related functions (master...fuzzers-http_request) https://github.com/bitcoin/bitcoin/pull/18363

2020-03-16

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18350: test: Fix mining to an invalid target + ensure that a new block has the correct hash internally (master...master) https://github.com/bitcoin/bitcoin/pull/18350
< bitcoin-git> bitcoin/master 7060d2d MarcoFalke: Merge #18350: test: Fix mining to an invalid target + ensure that a new bl...
< bitcoin-git> bitcoin/master 7a6627a Samer Afach: Fix mining to an invalid target + ensure that a new block has the
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/25424cf57e29...7060d2d97a28
< bitcoin-git> [bitcoin] laanwj merged pull request #18346: rpc: Document an RPCResult for all calls; Enforce at compile time (master...2003-docAllRpcRes) https://github.com/bitcoin/bitcoin/pull/18346
< bitcoin-git> bitcoin/master 25424cf Wladimir J. van der Laan: Merge #18346: rpc: Document an RPCResult for all calls; Enforce at compile...
< bitcoin-git> bitcoin/master fac5225 MarcoFalke: rpc: Document an RPCResult for all calls; Enforce at compile time
< bitcoin-git> bitcoin/master fadd99f MarcoFalke: rpc: Add missing newline in RPCResult description
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/86623873095f...25424cf57e29
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17997: refactor: Remove mempool global from net (master...2001-netMempool) https://github.com/bitcoin/bitcoin/pull/17997
< bitcoin-git> bitcoin/master 8662387 MarcoFalke: Merge #17997: refactor: Remove mempool global from net
< bitcoin-git> bitcoin/master fa7fea3 MarcoFalke: refactor: Remove mempool global from net
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a64e5bed6bfe...86623873095f
< bitcoin-git> [bitcoin] laanwj merged pull request #18344: doc: Fix nit in getblockchaininfo (master...nit-blockchaininfo) https://github.com/bitcoin/bitcoin/pull/18344
< bitcoin-git> bitcoin/master a64e5be Wladimir J. van der Laan: Merge #18344: doc: Fix nit in getblockchaininfo
< bitcoin-git> bitcoin/master fb15bfd Steven Roose: Fix nit in getblockchaininfo
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9ed429c50a45...a64e5bed6bfe
< bitcoin-git> [bitcoin] laanwj merged pull request #18341: doc: Replace remaining literal BTC with CURRENCY_UNIT. (master...currency-unit) https://github.com/bitcoin/bitcoin/pull/18341
< bitcoin-git> bitcoin/master 9ed429c Wladimir J. van der Laan: Merge #18341: doc: Replace remaining literal BTC with CURRENCY_UNIT.
< bitcoin-git> bitcoin/master 7df0cf7 Daniel Kraft: Replace remaining literals BTC with CURRENCY_UNIT
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/69f4f2c43358...9ed429c50a45
< bitcoin-git> [bitcoin] fanquake merged pull request #18357: Fix missing header in sync.h (master...2020-03-missing-include) https://github.com/bitcoin/bitcoin/pull/18357
< bitcoin-git> bitcoin/master 69f4f2c fanquake: Merge #18357: Fix missing header in sync.h
< bitcoin-git> bitcoin/master 686c545 João Barbosa: Fix missing header in sync.h
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d31f92586a05...69f4f2c43358
< bitcoin-git> [bitcoin] hebasto opened pull request #18361: build: Overhaul --with-gui option of configure script (master...20200316-with-gui) https://github.com/bitcoin/bitcoin/pull/18361
< wumpus> PSA: translations are open for 0.20 https://www.transifex.com/bitcoin/bitcoin/qt-translation-020x/
< bitcoin-git> [bitcoin] laanwj merged pull request #18360: Bump transifex slug and update English translations for 0.20 (master...2020_03_translations_020x) https://github.com/bitcoin/bitcoin/pull/18360
< bitcoin-git> bitcoin/master d31f925 Wladimir J. van der Laan: Merge #18360: Bump transifex slug and update English translations for 0.20...
< bitcoin-git> bitcoin/master 2a1b85f Wladimir J. van der Laan: tx: Bump transifex slug to 020x
< bitcoin-git> bitcoin/master 82dd886 Wladimir J. van der Laan: qt: Periodical translations update
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d402c1e4d3e8...d31f92586a05
< wumpus> https://github.com/bitcoin/bitcoin/pull/18360/files#diff-e7612732b4c7149337d0a03ad8feafaa looks like we accidentally dropped Thomas Bernard's credit for UPnP with the OpenSSL removal?
< bitcoin-git> [bitcoin] laanwj opened pull request #18360: Bump transifex slug and update English translations for 0.20 (master...2020_03_translations_020x) https://github.com/bitcoin/bitcoin/pull/18360
< bitcoin-git> [bitcoin] fanquake opened pull request #18359: build: fix sysctl() detection on macOS (master...macos_sysctl) https://github.com/bitcoin/bitcoin/pull/18359
< yevaud> backports probably also have the lowest usage out of any version of bitcoin core. the use-case for operating them is fairly slim.
< bitcoin-git> [bitcoin] fanquake opened pull request #18358: util: fix compilation with mingw-w64 7.0.0 (master...mingw_w64_gmtime_s) https://github.com/bitcoin/bitcoin/pull/18358
< gribble> https://github.com/bitcoin/bitcoin/issues/17432 | Release schedule for 0.20.0 · Issue #17432 · bitcoin/bitcoin · GitHub

2020-03-15

< bitcoin-git> [bitcoin] promag opened pull request #18357: Fix missing header in sync.h (master...2020-03-missing-include) https://github.com/bitcoin/bitcoin/pull/18357
< bitcoin-git> [bitcoin] bvbfan opened pull request #18354: Protect wallet from scheduler race conditions. (master...master) https://github.com/bitcoin/bitcoin/pull/18354
< bitcoin-git> [bitcoin] practicalswift opened pull request #18353: tests: Add fuzzing harnesses for classes CBlockHeader, CFeeRate and various functions (master...fuzzers-coverage) https://github.com/bitcoin/bitcoin/pull/18353
< bitcoin-git> bitcoin/master d402c1e MarcoFalke: Merge #18345: test: Bump timeouts to avoid valgrind failures
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18345: test: Bump timeouts to avoid valgrind failures (master...2003-qaBumpTimeoutsAgain) https://github.com/bitcoin/bitcoin/pull/18345
< bitcoin-git> bitcoin/master fa19295 MarcoFalke: test: Bump timeouts to avoid valgrind failures
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/67dfd18f4401...d402c1e4d3e8
< bitcoin-git> [bitcoin] bvbfan closed pull request #18279: Ensure wallet and chain tip are in sync (master...master) https://github.com/bitcoin/bitcoin/pull/18279

2020-03-14

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18352: WIP NOMERGE [bench] gitian builds for OP_IF bench (master...2003-benchGitianOPIF) https://github.com/bitcoin/bitcoin/pull/18352
< bitcoin-git> [bitcoin] laanwj merged pull request #16902: O(1) OP_IF/NOTIF/ELSE/ENDIF script implementation (master...201909_o1nestedifs) https://github.com/bitcoin/bitcoin/pull/16902
< bitcoin-git> bitcoin/master e6e622e Pieter Wuille: Implement O(1) OP_IF/NOTIF/ELSE/ENDIF logic
< bitcoin-git> bitcoin/master d0e8f4d Anthony Towns: [refactor] interpreter: define interface for vfExec
< bitcoin-git> bitcoin/master 89fb241 Pieter Wuille: Benchmark script verification with 100 nested IFs
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/7f8176a1ebd0...67dfd18f4401
< gribble> https://github.com/bitcoin/bitcoin/issues/16902 | O(1) OP_IF/NOTIF/ELSE/ENDIF script implementation by sipa · Pull Request #16902 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] dannmat opened pull request #18351: Updated text on send confirmation dialog (master...Mar-20-send-confirmation-dialog) https://github.com/bitcoin/bitcoin/pull/18351
< gribble> https://github.com/bitcoin/bitcoin/issues/17994 | validation: flush undo files after last block write by kallewoof · Pull Request #17994 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] TheQuantumPhysicist opened pull request #18350: Fix mining to an invalid target + ensure that a new block has the correct hash internally (master...master) https://github.com/bitcoin/bitcoin/pull/18350
< bitcoin-git> [bitcoin] hebasto opened pull request #18349: build: Fix quick hack for version string in releases (master...20200314-version-workaround) https://github.com/bitcoin/bitcoin/pull/18349

2020-03-13

< bitcoin-git> [bitcoin] fanquake closed pull request #18347: Update all occurences of 2009-2019 to be 2009-2020 (master...master) https://github.com/bitcoin/bitcoin/pull/18347
< bitcoin-git> [bitcoin] joe-rodgers opened pull request #18347: Update all occurences of 2009-2019 to be 2009-2020 (master...master) https://github.com/bitcoin/bitcoin/pull/18347
< bitcoin-git> [bitcoin] laanwj merged pull request #18204: descriptors: improve descriptor cache and cache xpubs (master...desc-xpub-cache) https://github.com/bitcoin/bitcoin/pull/18204
< bitcoin-git> bitcoin/master 66c2cad Andrew Chow: Rename BIP32PubkeyProvider.m_extkey to m_root_extkey
< bitcoin-git> bitcoin/master df55d44 Andrew Chow: Track the index of the key expression in PubkeyProvider
< bitcoin-git> bitcoin/master 474ea3b Andrew Chow: Introduce DescriptorCache struct which caches xpubs
< bitcoin-git> [bitcoin] laanwj pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/e5cb0dffd5ac...7f8176a1ebd0
< bitcoin-git> [bitcoin] laanwj merged pull request #18002: Abstract out script execution out of VerifyWitnessProgram() (master...202001_execute_witness) https://github.com/bitcoin/bitcoin/pull/18002
< bitcoin-git> bitcoin/master e5cb0df Wladimir J. van der Laan: Merge #18002: Abstract out script execution out of VerifyWitnessProgram()
< bitcoin-git> bitcoin/master c8e24dd Pieter Wuille: [REFACTOR] Abstract out script execution out of VerifyWitnessProgram()
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3f9e6a3c1ce8...e5cb0dffd5ac
< gribble> https://github.com/bitcoin/bitcoin/issues/16902 | O(1) OP_IF/NOTIF/ELSE/ENDIF script implementation by sipa · Pull Request #16902 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18002 | Abstract out script execution out of VerifyWitnessProgram() by sipa · Pull Request #18002 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jnewbery closed pull request #17562: WIP: Validation: Remove ConnectTrace and PerBlockConnectTrace (master...2019-11-remove-connect-trace) https://github.com/bitcoin/bitcoin/pull/17562
< bitcoin-git> [bitcoin] jnewbery closed pull request #17485: WIP: net processing: Don't reach into CBlockIndex to check for block mutation (master...2019-11-processnewblock-early-return2) https://github.com/bitcoin/bitcoin/pull/17485
< gribble> https://github.com/bitcoin/bitcoin/issues/17509 | gui: save and load PSBT by Sjors · Pull Request #17509 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17681 | wallet: Keep inactive seeds after sethdseed and derive keys from them as needed by achow101 · Pull Request #17681 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18346: rpc: Document an RPCResult for all calls; Enforce at compile time (master...2003-docAllRpcRes) https://github.com/bitcoin/bitcoin/pull/18346
< gribble> https://github.com/bitcoin/bitcoin/issues/17509 | gui: save and load PSBT by Sjors · Pull Request #17509 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16463 | [BIP 174] Implement serialization support for GLOBAL_XPUB field. by achow101 · Pull Request #16463 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16946 | wallet: include a checksum of encrypted private keys by achow101 · Pull Request #16946 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18204 | descriptors: improve descriptor cache and cache xpubs by achow101 · Pull Request #18204 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13062 | Make script interpreter independent from storage type CScript by sipa · Pull Request #13062 · bitcoin/bitcoin · GitHub
< wumpus> if it's going to be consensus code, it would be good to avoid code duplication and aim for tight integration into bitcoin core, I think
< 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
< fjahr> emilengler: you give the translated string to strprintf, example: https://github.com/bitcoin/bitcoin/blob/master/src/wallet/wallet.cpp#L3783
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18345: test: Bump timeouts to avoid valgrind failures (master...2003-qaBumpTimeoutsAgain) https://github.com/bitcoin/bitcoin/pull/18345
< bitcoin-git> [bitcoin] instagibbs closed pull request #18343: Use min relay value constant in QT (master...qt_min_relay) https://github.com/bitcoin/bitcoin/pull/18343
< bitcoin-git> [bitcoin] stevenroose opened pull request #18344: Fix nit in getblockchaininfo (master...nit-blockchaininfo) https://github.com/bitcoin/bitcoin/pull/18344
< bitcoin-git> [bitcoin] instagibbs opened pull request #18343: Use min relay value constant in QT (master...qt_min_relay) https://github.com/bitcoin/bitcoin/pull/18343
< bitcoin-git> [bitcoin] practicalswift opened pull request #18342: doc: Add fuzzing quickstart guide (master...fuzzing-quick-start-guide) https://github.com/bitcoin/bitcoin/pull/18342
< bitcoin-git> [bitcoin] domob1812 opened pull request #18341: Replace remaining literal BTC with CURRENCY_UNIT. (master...currency-unit) https://github.com/bitcoin/bitcoin/pull/18341
< bitcoin-git> [bitcoin] promag closed pull request #18280: wallet: UnregisterValidationInterface before SyncWithValidationInterfaceQueue (master...2020-03-sync-unregistervalidationinterface) https://github.com/bitcoin/bitcoin/pull/18280
< bitcoin-git> [bitcoin] fanquake closed pull request #16083: [WIP] transaction fees in getblock (master...201905_grt_prevout) https://github.com/bitcoin/bitcoin/pull/16083
< bitcoin-git> [bitcoin] fanquake closed pull request #18129: Doc: Fix BSD docs regarding gmake (master...bsddocs) https://github.com/bitcoin/bitcoin/pull/18129
< bitcoin-git> [bitcoin] fanquake opened pull request #18340: doc: mention MAKE=gmake workaround when building on a BSD (master...fixup_18129) https://github.com/bitcoin/bitcoin/pull/18340
< bitcoin-git> [bitcoin] fanquake merged pull request #18316: util: HelpExampleRpc formatting (master...json-rpc-example-template-formatting) https://github.com/bitcoin/bitcoin/pull/18316
< bitcoin-git> bitcoin/master 3f9e6a3 fanquake: Merge #18316: util: HelpExampleRpc formatting
< bitcoin-git> bitcoin/master a33cffb Jon Atack: util: HelpExampleRpc formatting fixup
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e2d36639ca87...3f9e6a3c1ce8
< bitcoin-git> [bitcoin] gzhao408 opened pull request #18339: wip [test] multiple reject reasons for test_witness_block (master...test_witness_block-multiple-reasons) https://github.com/bitcoin/bitcoin/pull/18339
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18337: init: Remove boost::thread_group (master...2003-NoBoostThreadGroup) https://github.com/bitcoin/bitcoin/pull/18337
< bitcoin-git> [bitcoin] promag opened pull request #18338: wip: Fix wallet unload race condition (master...notify-shared) https://github.com/bitcoin/bitcoin/pull/18338

2020-03-12

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18337: init: Remove boost::thread_group (master...2003-NoBoostThreadGroup) https://github.com/bitcoin/bitcoin/pull/18337
< sipa> if 6 MB is a problem, you probably shouldn't be running bitcoin core
< ysangkok> luke-jr: bitcoin doesn't use "all of Qt". for example, my libqt5core is only 6 MB. and given that the default desktop isn't qt-based, qt may be loaded solely for bitcoin in case it is dynamically linked
< luke-jr> and changing bitcoin/bitcoin to a notice of some sort explaining the upgrade paths
< gribble> https://github.com/bitcoin/bitcoin/issues/17813 | build: --with-gui configure option without argument should warn if Qt not found · Issue #17813 · bitcoin/bitcoin · GitHub
< MarcoFalke> Filed an issue here: https://github.com/bitcoin-core/packaging/issues/36
< wumpus> yes +1 with adding a notice to bitcoin/bitcoin at least, no matter if there's any new PPAs
< luke-jr> would be nice if we could come to some agreement here to present to BlueMatt.. maybe "two new PPAs, and bump bitcoin/bitcoin with a notice"?
< luke-jr> MarcoFalke: I don't know how BlueMatt setup the Launchpad stuff - I suspect the account is his personal account, and ~bitcoin is just a team with only him
< luke-jr> achow101: currently only BlueMatt has a monopoly on the 'bitcoin' name
< achow101> I think we have to keep bitcoin/bitcoin just to keep existing docs working and not confusing existing users further
< luke-jr> back to the original topic though, bitcoin/bitcoin seems like a bad URI IMO
< luke-jr> hebasto: 2019-09, there were still around 8000 users of the PPA at bitcoin/bitcoin
< gribble> https://github.com/bitcoin/bitcoin/issues/17954 | wallet: Remove calls to Chain::Lock methods by ryanofsky · Pull Request #17954 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16426 | Reverse cs_main, cs_wallet lock order and reduce cs_main locking by ariard · Pull Request #16426 · bitcoin/bitcoin · GitHub
< luke-jr> anyway, how about adding a disclaimer to the effect of "These are built by Canonical, not the Bitcoin Core project"?
< luke-jr> bitcoin/bitcoin has always been system libs
< MarcoFalke> bitcoin/bitcoin would be deterministic and luke-jr/bitcoin is built with system libs
< sipa> bitcoincore.org or bitcoin.org linked to it as a way of installing
< wumpus> well the "bitcoin" PPA is his so as for maintining that that's his decision, if you maintain youre own somewhere else that's fine, but we likely won't link to it
< achow101> I think it should remain at 'bitcoin' as that's where a bunch of docs that mention the ppa point to
< luke-jr> the only question in my mind is whether it should remain at 'bitcoin' as some have suggested, or move to my own launchpad
< gribble> https://github.com/bitcoin/bitcoin/issues/18204 | descriptors: improve descriptor cache and cache xpubs by achow101 · Pull Request #18204 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17509 | gui: save and load PSBT by Sjors · Pull Request #17509 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16224 | gui: Bilingual GUI error messages by hebasto · Pull Request #16224 · bitcoin/bitcoin · GitHub
< wumpus> one proposed topic in http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt : PPA URI (luke-jr) if he's here
< 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] hebasto opened pull request #18336: script: Fix gitian-build.py --pull option (master...20200312-gitian-build-pull) https://github.com/bitcoin/bitcoin/pull/18336
< bitcoin-git> [bitcoin] LarryRuane opened pull request #18335: bitcoin-cli: print useful error if bitcoind rpc work queue exceeded (master...cli-work-queue-error-msg) https://github.com/bitcoin/bitcoin/pull/18335
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18334: test: Add basic test for BIP 37 (master...2003-qa37) https://github.com/bitcoin/bitcoin/pull/18334
< bitcoin-git> [bitcoin] hebasto opened pull request #18333: build: Drop deprecated ACLOCAL_AMFLAGS variable (master...20200311-deprecated-amflags) https://github.com/bitcoin/bitcoin/pull/18333
< pinheadmz> wumpus: only 1 of those testnet onions seems to be alive: https://github.com/bitcoin/bitcoin/issues/13550#issuecomment-598248941
< gribble> https://github.com/bitcoin/bitcoin/issues/18331 | build: Use git archive as source tarball by hebasto · Pull Request #18331 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18322: refactor: Add params to node context (master...2003-nodeParams) https://github.com/bitcoin/bitcoin/pull/18322
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18228: test: Add missing syncwithvalidationinterfacequeue (master...2002-testFixRace) https://github.com/bitcoin/bitcoin/pull/18228
< bitcoin-git> bitcoin/master e2d3663 MarcoFalke: Merge #18228: test: Add missing syncwithvalidationinterfacequeue
< bitcoin-git> bitcoin/master faf6f15 MarcoFalke: test: Add missing syncwithvalidationinterfacequeue
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2737197ff39f...e2d36639ca87
< bitcoin-git> [bitcoin] Sjors closed pull request #17627: Suppress false positive warning about uninitialized entropy buffers (master...2019/11/buffers) https://github.com/bitcoin/bitcoin/pull/17627
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18213: test: Fix race in p2p_segwit (master...2002-qaFixRaceSegwit) https://github.com/bitcoin/bitcoin/pull/18213
< pinheadmz> anyone know why the testnet seeds list is just a few onion URLs? https://github.com/bitcoin/bitcoin/blob/master/contrib/seeds/nodes_test.txt
< bitcoin-git> bitcoin/master 2737197 MarcoFalke: Merge #18213: test: Fix race in p2p_segwit
< bitcoin-git> bitcoin/master fa2cf85 MarcoFalke: test: Fix race in p2p_segwit
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4c42a13205a1...2737197ff39f
< gribble> https://github.com/bitcoin/bitcoin/issues/17994 | validation: flush undo files after last block write by kallewoof · Pull Request #17994 · bitcoin/bitcoin · GitHub
< vasild> provoostenator: I found out that https://github.com/bitcoin/bitcoin/blob/master/src/test/validation_block_tests.cpp#L151 is very close to what's needed to reproduce the out-of-order block feeding wrt #17994. I am now replacing its random multi-threaded call of ProcessNewBlock() with a signle-threaded deterministic out-of-order block supply. Lets see what happens...
< bitcoin-git> [bitcoin] fanquake closed pull request #17104: build: `make dist` uses `git archive` (master...build/archive-dist) https://github.com/bitcoin/bitcoin/pull/17104
< bitcoin-git> [bitcoin] hebasto opened pull request #18331: [WIP] build: Use git archive as source tarball (master...20200312-git-archive) https://github.com/bitcoin/bitcoin/pull/18331
< bitcoin-git> [bitcoin] fanquake merged pull request #18320: guix: Remove now-unnecessary gcc make flag (master...2020-03-fix-ssp-in-guix) https://github.com/bitcoin/bitcoin/pull/18320
< bitcoin-git> bitcoin/master 4c42a13 fanquake: Merge #18320: guix: Remove now-unnecessary gcc make flag
< bitcoin-git> bitcoin/master 0ae42a1 Carl Dong: guix: Remove now-unnecessary gcc make flag
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9cc7eba1b565...4c42a13205a1
< vasild> kallewoof: I am going to test https://github.com/bitcoin/bitcoin/pull/17994 today and I wonder if there is a better way than just start it to download blocks and try to observe how it behaves. Is there a way to test in a controlled environment where we feed out-of-order blocks to it deterministically?

2020-03-11

< bitcoin-git> [bitcoin] niftynei opened pull request #18323: http nit (master...nifty/http-nit) https://github.com/bitcoin/bitcoin/pull/18323
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18322: refactor: Add params to node context (master...2003-nodeParams) https://github.com/bitcoin/bitcoin/pull/18322
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18318: test: Bump rpc timeout in feature_assumevalid to avoid valgrind timeouts (master...2003-ciBumpTimeouts) https://github.com/bitcoin/bitcoin/pull/18318
< bitcoin-git> bitcoin/master 9cc7eba MarcoFalke: Merge #18318: test: Bump rpc timeout in feature_assumevalid to avoid valgr...
< bitcoin-git> bitcoin/master fa9b304 MarcoFalke: test: Bump rpc timeout in feature_assumevalid to avoid valgrind timeouts
< bitcoin-git> bitcoin/master fa72d27 MarcoFalke: test: Bump walletpassphrase timeouts in wallet_createwallet to avoid valgr...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5c73645ac79f...9cc7eba1b565
< bitcoin-git> [bitcoin] dongcarl opened pull request #18320: guix: Remove now-unnecessary gcc make flag (master...2020-03-fix-ssp-in-guix) https://github.com/bitcoin/bitcoin/pull/18320
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18319: fuzz: Add missing ECC_Start to key_io test (master...2003-fuzzKeyIo) https://github.com/bitcoin/bitcoin/pull/18319
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #13693: [test] Add coverage to estimaterawfee and estimatesmartfee (master...test-estimatefee) https://github.com/bitcoin/bitcoin/pull/13693
< bitcoin-git> bitcoin/master bbbbb53 MarcoFalke: fuzz: Add missing ECC_Start to key_io test
< bitcoin-git> bitcoin/master 5c73645 MarcoFalke: Merge #18319: fuzz: Add missing ECC_Start to key_io test
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/309b0c4c1931...5c73645ac79f
< bitcoin-git> bitcoin/master 309b0c4 MarcoFalke: Merge #13693: [test] Add coverage to estimaterawfee and estimatesmartfee
< bitcoin-git> bitcoin/master 111880a Ben Woosley: [test] Add coverage to estimaterawfee and estimatesmartfee
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/58c72880ff70...309b0c4c1931
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18319: fuzz: Add missing ECC_Start to key_io test (master...2003-fuzzKeyIo) https://github.com/bitcoin/bitcoin/pull/18319
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #13693: [test] Add coverage to estimaterawfee and estimatesmartfee (master...test-estimatefee) https://github.com/bitcoin/bitcoin/pull/13693
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13693: [test] Add coverage to estimaterawfee and estimatesmartfee (master...test-estimatefee) https://github.com/bitcoin/bitcoin/pull/13693
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18268: rpc: Remove redundant types from descriptions (master...#18258_rpc_doc_type_cleanup) https://github.com/bitcoin/bitcoin/pull/18268
< bitcoin-git> bitcoin/master 58c7288 MarcoFalke: Merge #18268: rpc: Remove redundant types from descriptions
< bitcoin-git> bitcoin/master 8a2a652 David O'Callaghan: Remove redundant type information from rpc docs
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/249114b1a6a4...58c72880ff70
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18318: test: Bump rpc timeout in feature_assumevalid to avoid valgrind timeouts (master...2003-ciBumpTimeouts) https://github.com/bitcoin/bitcoin/pull/18318
< gribble> https://github.com/bitcoin/bitcoin/issues/17104 | build: `make dist` uses `git archive` by ch4ot1c · Pull Request #17104 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18314: tests: Add deserialization fuzzing of SnapshotMetadata (utxo_snapshot). Increase fuzzing coverage. (master...fuzzers-deserialize-more) https://github.com/bitcoin/bitcoin/pull/18314
< bitcoin-git> bitcoin/master 516cc6f practicalswift: tests: Remove unit test from fuzzing harness
< bitcoin-git> bitcoin/master 46ef4cf practicalswift: tests: Re-arrange test cases in parse_univalue to increase coverage
< bitcoin-git> bitcoin/master 7b169ca practicalswift: tests: Add deserialization fuzzing of SnapshotMetadata (utxo_snapshot), ui...
< bitcoin-git> [bitcoin] MarcoFalke pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/0eebe45cf7c6...249114b1a6a4
< bitcoin-git> [bitcoin] sipa opened pull request #18317: Serialization improvements step 6 (all except wallet/gui) (master...202003_noncastserial_6) https://github.com/bitcoin/bitcoin/pull/18317
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18208: rpc: Change RPCExamples to bech32 (master...fix-rpc-examples) https://github.com/bitcoin/bitcoin/pull/18208
< bitcoin-git> bitcoin/master 0eebe45 MarcoFalke: Merge #18208: rpc: Change RPCExamples to bech32
< bitcoin-git> bitcoin/master 3e32499 Yusuf Sahin HAMZA: Change example addresses to bech32
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/24a727e23e41...0eebe45cf7c6
< bitcoin-git> [bitcoin] jonatack opened pull request #18316: util: HelpExampleRpc formatting (master...json-rpc-example-template-formatting) https://github.com/bitcoin/bitcoin/pull/18316
< bitcoin-git> [bitcoin] laanwj merged pull request #18255: test: Add bad-txns-*-toolarge test cases to invalid_txs (master...2003-testTooLarge) https://github.com/bitcoin/bitcoin/pull/18255
< bitcoin-git> bitcoin/master faae5a9 MarcoFalke: test: Add bad-txns-*-toolarge test cases to invalid_txs
< bitcoin-git> bitcoin/master 24a727e Wladimir J. van der Laan: Merge #18255: test: Add bad-txns-*-toolarge test cases to invalid_txs
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3b21a7863411...24a727e23e41
< bitcoin-git> [bitcoin] laanwj merged pull request #18290: build: Set minimum Automake version to 1.13 (master...20200307-automake-version) https://github.com/bitcoin/bitcoin/pull/18290
< bitcoin-git> bitcoin/master ddc7e42 Hennadii Stepanov: build: Set minimum Automake version to 1.13
< bitcoin-git> bitcoin/master 3b21a78 Wladimir J. van der Laan: Merge #18290: build: Set minimum Automake version to 1.13
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d20d5dc82426...3b21a7863411
< bitcoin-git> [bitcoin] laanwj merged pull request #18285: test: Check that wait_until returns if time point is in the past (master...2002-debugBoost) https://github.com/bitcoin/bitcoin/pull/18285
< bitcoin-git> bitcoin/master d20d5dc Wladimir J. van der Laan: Merge #18285: test: Check that wait_until returns if time point is in the ...
< bitcoin-git> bitcoin/master fab7d14 MarcoFalke: test: Check that wait_until returns if time point is in the past
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/414f6c496d9c...d20d5dc82426
< bitcoin-git> bitcoin/master 414f6c4 Wladimir J. van der Laan: Merge #18283: doc: Explain rebase policy in CONTRIBUTING.md
< bitcoin-git> [bitcoin] laanwj merged pull request #18283: doc: Explain rebase policy in CONTRIBUTING.md (master...2003-docRebase) https://github.com/bitcoin/bitcoin/pull/18283
< bitcoin-git> bitcoin/master fa12447 MarcoFalke: doc: Explain rebase/squash policy in CONTRIBUTING.md
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2926cbcebb70...414f6c496d9c
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18219: doc: Add warning against wallet.dat re-use (master...doc-wallet-copy) https://github.com/bitcoin/bitcoin/pull/18219
< bitcoin-git> bitcoin/master 2926cbc MarcoFalke: Merge #18219: doc: Add warning against wallet.dat re-use
< bitcoin-git> bitcoin/master c1e0742 Albert: doc: Warn about wallet.dat re-use and backups
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/377eed564e10...2926cbcebb70
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18170: doc: Minor grammatical changes and flow improvements (master...patch-2) https://github.com/bitcoin/bitcoin/pull/18170
< bitcoin-git> bitcoin/master 377eed5 MarcoFalke: Merge #18170: doc: Minor grammatical changes and flow improvements
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/90b3e59caf2e...377eed564e10
< bitcoin-git> bitcoin/master 7ba9622 Travin Keith: doc: Minor grammatical changes and flow improvements
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17833: doc: Added running functional tests in valgrind (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17833
< bitcoin-git> bitcoin/master 90b3e59 MarcoFalke: Merge #17833: doc: Added running functional tests in valgrind
< bitcoin-git> bitcoin/master 155a11f Elichai Turkel: doc: Added running functional tests in valgrind
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b813fbe804a3...90b3e59caf2e
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17159: doc: Add a note about backporting (master...cdk/doc-backports) https://github.com/bitcoin/bitcoin/pull/17159
< bitcoin-git> bitcoin/master b813fbe MarcoFalke: Merge #17159: doc: Add a note about backporting
< bitcoin-git> bitcoin/master 2a6bce4 Carnhof Daki: doc: Add a note about backporting
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9c507a77f7a1...b813fbe804a3
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18300: fuzz: Add option to merge input dir to test runner (master...Mf1902-fuzzMerge) https://github.com/bitcoin/bitcoin/pull/18300