2020-03-19

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18385: contrib: Add keys.openpgp.org as backup server (master...2003-contribPGPBackupServer) https://github.com/bitcoin/bitcoin/pull/18385
< bitcoin-git> [bitcoin] gzhao408 opened pull request #18384: [test] more specific feature_segwit test error message (master...segwit-test-errormsg) https://github.com/bitcoin/bitcoin/pull/18384
< bitcoin-git> [bitcoin] gzhao408 closed pull request #18339: wip [test] multiple reject reasons in v0_outputs_not_spendable (master...test_witness_block-multiple-reasons) https://github.com/bitcoin/bitcoin/pull/18339
< bitcoin-git> [bitcoin] laanwj merged pull request #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved signals (master...2019-11-remove-mempool-signals2) https://github.com/bitcoin/bitcoin/pull/17477
< bitcoin-git> bitcoin/master 5613f98 John Newbery: [validation] Remove conflictedTxs from PerBlockConnectTrace
< bitcoin-git> bitcoin/master 1168394 John Newbery: [wallet] Notify conflicted transactions in TransactionRemovedFromMempool
< bitcoin-git> bitcoin/master cdb8934 John Newbery: [validation interface] Remove vtxConflicted from BlockConnected
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/527c3989e746...312d27b11cea
< bitcoin-git> [bitcoin] laanwj merged 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/master 527c398 Wladimir J. van der Laan: Merge #18340: doc: mention MAKE=gmake workaround when building on a BSD
< bitcoin-git> bitcoin/master 84a46a9 emu: doc: mention MAKE=gmake workaround when building on a BSD
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3d3d834324f3...527c3989e746
< bitcoin-git> [bitcoin] laanwj merged pull request #18359: build: fix sysctl() detection on macOS (master...macos_sysctl) https://github.com/bitcoin/bitcoin/pull/18359
< bitcoin-git> bitcoin/master 3d3d834 Wladimir J. van der Laan: Merge #18359: build: fix sysctl() detection on macOS
< bitcoin-git> bitcoin/master e90e3e6 fanquake: build: fix sysctl() detection on macOS
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/67de1ee8bc18...3d3d834324f3
< bitcoin-git> [bitcoin] elichai opened pull request #18383: Check for overflow when calculating sum of outputs in a transaction (master...2020-03-value-overflow) https://github.com/bitcoin/bitcoin/pull/18383
< bitcoin-git> [bitcoin] vasild opened pull request #18382: doc: note the costs of fetching all pull requests (master...note_fetch_all_cost) https://github.com/bitcoin/bitcoin/pull/18382
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #16995: Fix gcc 9 warnings (master...2019_09_resolve_gcc_warnings) https://github.com/bitcoin/bitcoin/pull/16995
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16995: Fix gcc 9 warnings (master...2019_09_resolve_gcc_warnings) https://github.com/bitcoin/bitcoin/pull/16995
< bitcoin-git> [bitcoin] laanwj merged pull request #18378: Bugfix & simplify bn2vch using int.to_bytes (master...202003_simple_bn2vch) https://github.com/bitcoin/bitcoin/pull/18378
< bitcoin-git> bitcoin/master 67de1ee Wladimir J. van der Laan: Merge #18378: Bugfix & simplify bn2vch using int.to_bytes
< bitcoin-git> bitcoin/master a733ad5 Pieter Wuille: Add bn2vch test to functional tests
< bitcoin-git> bitcoin/master a3ad645 Pieter Wuille: Simplify bn2vch using int.to_bytes
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a421e0a22f12...67de1ee8bc18
< bitcoin-git> [bitcoin] fanquake closed pull request #18381: Create ccpp.yml (master...master) https://github.com/bitcoin/bitcoin/pull/18381
< bitcoin-git> [bitcoin] gitwdel opened pull request #18381: Create ccpp.yml (master...master) https://github.com/bitcoin/bitcoin/pull/18381

2020-03-18

< bitcoin-git> [bitcoin] practicalswift closed pull request #18308: depends: Make it possible to build Boost dependency using a clang toolset (./b2 toolset=clang) (master...b2-toolset-clang) https://github.com/bitcoin/bitcoin/pull/18308
< 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
< 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
< 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
< 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
< 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

< 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
< 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
< 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
< 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
< 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

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
< 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
< 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
< 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
< 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
< 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
< 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
< 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
< 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
< 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

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
< 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
< bitcoin-git> [bitcoin] MarcoFalke closed 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] MarcoFalke merged pull request #18310: doc: asmap release note (master...asmap-release-note) https://github.com/bitcoin/bitcoin/pull/18310
< bitcoin-git> bitcoin/master 9c507a7 MarcoFalke: Merge #18310: doc: asmap release note
< bitcoin-git> bitcoin/master ac73afb Jon Atack: doc: asmap release note
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f1064c1b0d10...9c507a77f7a1
< bitcoin-git> [bitcoin] practicalswift opened 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] MarcoFalke merged pull request #17989: tests: Add fuzzing harness for ProcessMessage(...). Enables high-level fuzzing of the P2P layer. (master...fuzzers-net-process_message) https://github.com/bitcoin/bitcoin/pull/17989
< bitcoin-git> bitcoin/master f1064c1 MarcoFalke: Merge #17989: tests: Add fuzzing harness for ProcessMessage(...). Enables ...
< bitcoin-git> bitcoin/master 9220a0f practicalswift: tests: Add one specialized ProcessMessage(...) fuzzing binary per message ...
< bitcoin-git> bitcoin/master fd1dae1 practicalswift: tests: Add fuzzing harness for ProcessMessage(...)
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/16dfaed1b732...f1064c1b0d10
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18304: ci: Enable all functional tests in valgrind (master...2003-ciAllVal) https://github.com/bitcoin/bitcoin/pull/18304
< bitcoin-git> bitcoin/master 4444edc MarcoFalke: ci: Enable all functional tests in valgrind
< bitcoin-git> bitcoin/master 16dfaed MarcoFalke: Merge #18304: ci: Enable all functional tests in valgrind
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b5c7665e3083...16dfaed1b732

2020-03-10

< bitcoin-git> [bitcoin] za-kk opened pull request #18313: gui: fix font inconsistency on send coins form (master...march-gui-font) https://github.com/bitcoin/bitcoin/pull/18313
< bitcoin-git> [bitcoin] promag closed pull request #15341: rpc: Support specifying change address in bumpfee (master...2019-01-bumpfee-changeaddress) https://github.com/bitcoin/bitcoin/pull/15341
< bitcoin-git> [bitcoin] jonatack opened pull request #18312: wallet: remove deprecated totalFee argument from fee bumping (master...rpc-bumpfee-remove-deprecated-totalFee) https://github.com/bitcoin/bitcoin/pull/18312
< bitcoin-git> [bitcoin] dannmat closed pull request #18291: Changed the date format on Block Syncing overlay (master...mar-20-date-format-string) https://github.com/bitcoin/bitcoin/pull/18291
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18311: Bumpfee test fix (master...bumpfee_test_fix) https://github.com/bitcoin/bitcoin/pull/18311
< bitcoin-git> bitcoin/master b5c7665 MarcoFalke: Merge #18311: Bumpfee test fix
< bitcoin-git> bitcoin/master f1b4503 Gregory Sanders: bumpfee test: exit loop at proper time with new fee value being compared
< bitcoin-git> bitcoin/master 2e4edc6 Gregory Sanders: Add some test logging to wallet_bumpfee.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/cf4cb28efcf8...b5c7665e3083
< bitcoin-git> [bitcoin] instagibbs opened pull request #18311: Bumpfee test fix (master...bumpfee_test_fix) https://github.com/bitcoin/bitcoin/pull/18311
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18305: test: Explain why test logging should be used (master...2003-docWhyTestLog) https://github.com/bitcoin/bitcoin/pull/18305
< bitcoin-git> bitcoin/master cf4cb28 MarcoFalke: Merge #18305: test: Explain why test logging should be used
< bitcoin-git> bitcoin/master ffff9dc MarcoFalke: test: Explain why test logging should be used
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d92ac26ed89...cf4cb28efcf8
< bitcoin-git> [bitcoin] jonatack opened pull request #18310: doc: asmap release note (master...asmap-release-note) https://github.com/bitcoin/bitcoin/pull/18310
< bitcoin-git> [bitcoin] n-thumann opened pull request #18309: zmq: Add support to listen on multiple interfaces (master...zmq-listen-multiple-interfaces) https://github.com/bitcoin/bitcoin/pull/18309
< bitcoin-git> [bitcoin] practicalswift opened pull request #18308: depends: Make it possible to build Boost dependency using a toolset other than gcc (./b2 toolset=gcc) (master...b2-toolset-clang) https://github.com/bitcoin/bitcoin/pull/18308
< bitcoin-git> [bitcoin] fanquake merged pull request #18264: build: Remove Boost Chrono (master...dump_boost_chrono) https://github.com/bitcoin/bitcoin/pull/18264
< bitcoin-git> bitcoin/master e21fa54 fanquake: test: remove Boost Chrono installation from CI
< bitcoin-git> bitcoin/master bd37f2b fanquake: build: remove Boost Chrono detection from build system
< bitcoin-git> bitcoin/master 1d0a87e fanquake: build: remove chrono package from depends Boost
< bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/1a97c9a483e5...5d92ac26ed89