2020-07-01

< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e1b20e228590...85a68952f86d
< bitcoin-git> [bitcoin] laanwj merged pull request #19028: test: Set -logthreadnames in unit tests (master...2005-testThreadNames) https://github.com/bitcoin/bitcoin/pull/19028
< bitcoin-git> bitcoin/master e1b20e2 Wladimir J. van der Laan: Merge #19028: test: Set -logthreadnames in unit tests
< bitcoin-git> bitcoin/master 9999348 MarcoFalke: test: Set -logthreadnames in unit tests
< bitcoin-git> bitcoin/master fa4ea99 MarcoFalke: init: Setup scheduler in tests and init in exactly the same way
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9d92ee12fdb0...e1b20e228590
< bitcoin-git> [bitcoin] laanwj merged pull request #19257: build: remove BIP70 configure option (master...remove_bip70_configure) https://github.com/bitcoin/bitcoin/pull/19257
< bitcoin-git> bitcoin/master c4ffcf0 fanquake: build: remove BIP70 configure option
< bitcoin-git> bitcoin/master 9d92ee1 Wladimir J. van der Laan: Merge #19257: build: remove BIP70 configure option
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ffa70801dab7...9d92ee12fdb0
< bitcoin-git> [bitcoin] laanwj merged pull request #19308: wallet: BerkeleyBatch Handle cursor internally (master...bdb-internal-cursor) https://github.com/bitcoin/bitcoin/pull/19308
< bitcoin-git> bitcoin/master fa72ca6 MarcoFalke: qt: Remove unused includes
< bitcoin-git> [bitcoin] laanwj merged pull request #19331: build: Do not include server symbols in wallet (master...2006-WalletNoServerSym) https://github.com/bitcoin/bitcoin/pull/19331
< bitcoin-git> bitcoin/master fac96e6 MarcoFalke: wallet: Do not include server symbols
< bitcoin-git> bitcoin/master fa0f6c5 MarcoFalke: Revert "Fix link error with --enable-debug"
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/f6072e601af6...bb588669f9e8
< bitcoin-git> [bitcoin] laanwj merged pull request #19368: test: improve functional tests compatibility with BSD/macOS (master...test_improved_process_detection) https://github.com/bitcoin/bitcoin/pull/19368
< bitcoin-git> bitcoin/master f6072e6 Wladimir J. van der Laan: Merge #19368: test: improve functional tests compatibility with BSD/macOS
< bitcoin-git> bitcoin/master 3a7e794 Ivan Metlushko: test: retry when write to a socket fails on macOS
< bitcoin-git> bitcoin/master 8cf9d15 Ivan Metlushko: test: use pgrep for better compatibility
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e491e5564698...f6072e601af6
< bitcoin-git> bitcoin/master e491e55 Wladimir J. van der Laan: Merge #19375: build: target Windows 7 when building libevent and fix ipv6 ...
< bitcoin-git> bitcoin/master eb6b735 fanquake: build: pass _WIN32_WINNT=0x0601 when building libevent for Windows
< bitcoin-git> bitcoin/master 03e056e Luke Dashjr: depends: Patch libevent build to fix IPv6 -rpcbind on Windows
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2af56d6d5c38...e491e5564698
< bitcoin-git> [bitcoin] promag closed pull request #15363: http: Release server before waiting for event base loop exit (master...2019-01-loopexit) https://github.com/bitcoin/bitcoin/pull/15363
< bitcoin-git> [bitcoin] gzhao408 opened pull request #19423: test: add functional test for txrelay during and after IBD (master...ibd-txrelay-test) https://github.com/bitcoin/bitcoin/pull/19423

2020-06-30

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19422: ci: Add tsan suppression for race in wallet (master...2007-ciTsanSupW) https://github.com/bitcoin/bitcoin/pull/19422
< gribble> https://github.com/bitcoin/bitcoin/issues/19095 | [tools] Update clang-format config for multi-line function declarations and calls by jnewbery · Pull Request #19095 · bitcoin/bitcoin · GitHub
< jnewbery> promag: not sure if this helps in your scenario, but have you read https://github.com/bitcoin/bitcoin/blob/master/test/README.md#attaching-a-debugger ?
< bitcoin-git> [bitcoin] promag opened pull request #19420: http: Track active requests and wait for last to finish (master...2020-06-track-requests) https://github.com/bitcoin/bitcoin/pull/19420
< bitcoin-git> [bitcoin] fanquake closed pull request #19416: Update pruning tooltip (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19416
< bitcoin-git> [bitcoin] Saibato opened pull request #19419: wallet: Listwallets do not iterate trough our blocksdata. (master...wallet_351) https://github.com/bitcoin/bitcoin/pull/19419
< bitcoin-git> [bitcoin] BitcoinErrorLog opened pull request #19416: Update pruning tooltip (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19416

2020-06-29

< bitcoin-git> [bitcoin] practicalswift opened pull request #19415: tests: Make DNS lookup mockable/testable/fuzzable. Add fuzzing harness for Lookup(…)/LookupHost(…)/LookupNumeric(…)/LookupSubNet(…). (master...fuzzers-dns-lookup) https://github.com/bitcoin/bitcoin/pull/19415
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
< bitcoin-git> [bitcoin] laanwj merged pull request #19399: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp (master...200628-warm-mx) https://github.com/bitcoin/bitcoin/pull/19399
< bitcoin-git> bitcoin/master 2af56d6 Wladimir J. van der Laan: Merge #19399: refactor: Replace RecursiveMutex with Mutex in rpc/server.cp...
< bitcoin-git> bitcoin/master 6fdfeeb Hennadii Stepanov: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d3187fd0d6d...2af56d6d5c38
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19413: refactor: Remove confusing BlockIndex global (master...2006-noBlockIndexGlobal) https://github.com/bitcoin/bitcoin/pull/19413
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19413: refactor: Remove confusing BlockIndex global (master...2006-noBlockIndexGlobal) https://github.com/bitcoin/bitcoin/pull/19413
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19412: test: move TEST_RUNNER_EXTRA into native tsan setup (master...move_tsan_test_runner_config) https://github.com/bitcoin/bitcoin/pull/19412
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5c3c7cc50c5f...8d3187fd0d6d
< bitcoin-git> bitcoin/master a92e48b fanquake: test: move TEST_RUNNER_EXTRA into native tsan setup
< bitcoin-git> bitcoin/master 8d3187f MarcoFalke: Merge #19412: test: move TEST_RUNNER_EXTRA into native tsan setup
< gribble> https://github.com/bitcoin/bitcoin/issues/19411 | Unable to build BDB 4.8 on macOS Big Sur beta (depends & contrib script) · Issue #19411 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master 5c3c7cc MarcoFalke: Merge #19300: wallet: Handle concurrent wallet loading
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19300: wallet: Handle concurrent wallet loading (master...2020-06-loadwallet) https://github.com/bitcoin/bitcoin/pull/19300
< bitcoin-git> bitcoin/master 9b009fa João Barbosa: qa: Test concurrent wallet loading
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dbadf746e268...5c3c7cc50c5f
< bitcoin-git> bitcoin/master b9971ae João Barbosa: wallet: Handle concurrent wallet loading
< gribble> https://github.com/bitcoin/bitcoin/issues/19215 | psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs by achow101 · Pull Request #19215 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19412: test: move TEST_RUNNER_EXTRA into native tsan setup (master...move_tsan_test_runner_config) https://github.com/bitcoin/bitcoin/pull/19412
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19412: test: move TEST_RUNNER_EXTRA into native tsan setup (master...move_tsan_test_runner_config) https://github.com/bitcoin/bitcoin/pull/19412
< bitcoin-git> [bitcoin] Bushstar closed pull request #19414: [build] rename movies to animation (master...bitcoin-rename-movies) https://github.com/bitcoin/bitcoin/pull/19414
< bitcoin-git> [bitcoin] Bushstar opened pull request #19414: [build] rename movies to animation (master...bitcoin-rename-movies) https://github.com/bitcoin/bitcoin/pull/19414
< bitcoin-git> [bitcoin] laanwj merged pull request #19333: refactor: Fix clang compile failure (master...2006-FixClangBuild) https://github.com/bitcoin/bitcoin/pull/19333
< bitcoin-git> bitcoin/master dbadf74 Wladimir J. van der Laan: Merge #19333: refactor: Fix clang compile failure
< bitcoin-git> bitcoin/master fa3b35a MarcoFalke: ci: Add test for clang-3.8 C++11 support
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1269cab21a9a...dbadf746e268
< bitcoin-git> bitcoin/master faa7431 MarcoFalke: refactor: Fix clang compile failure
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19413: refactor: Remove confusing BlockIndex global (master...2006-noBlockIndexGlobal) https://github.com/bitcoin/bitcoin/pull/19413
< bitcoin-git> [bitcoin] fanquake opened pull request #19412: test: move TEST_RUNNER_EXTRA into native tsan setup (master...move_tsan_test_runner_config) https://github.com/bitcoin/bitcoin/pull/19412
< bitcoin-git> [bitcoin] laanwj merged pull request #19403: build: improve __builtin_clz* detection (master...improve_builtin_clz_detection) https://github.com/bitcoin/bitcoin/pull/19403
< bitcoin-git> bitcoin/master 1269cab Wladimir J. van der Laan: Merge #19403: build: improve __builtin_clz* detection
< bitcoin-git> bitcoin/master 9952242 fanquake: build: improve builtin_clz* detection
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8edfc1715a02...1269cab21a9a
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19204: p2p: Reduce inv traffic during IBD (master...2006-netInvWaste) https://github.com/bitcoin/bitcoin/pull/19204
< bitcoin-git> bitcoin/master fa06d7e MarcoFalke: refactor: block import implies IsInitialBlockDownload
< bitcoin-git> bitcoin/master faba65e MarcoFalke: Add ChainstateManager::ActiveChainstate
< bitcoin-git> bitcoin/master fabf3d6 MarcoFalke: test: Add FeeFilterRounder test
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/748178f13e5b...8edfc1715a02
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19394: build: Remove unused RES_IMAGES (master...bitcoin-remove-res-images) https://github.com/bitcoin/bitcoin/pull/19394
< bitcoin-git> bitcoin/master 748178f MarcoFalke: Merge #19394: build: Remove unused RES_IMAGES
< bitcoin-git> bitcoin/master 53361dd Bushstar: [build] Remove unused RES_IMAGES
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb87f6d168c4...748178f13e5b
< bitcoin-git> [bitcoin] laanwj merged pull request #19367: doc: Span pitfalls (master...202006_span_pitfalls) https://github.com/bitcoin/bitcoin/pull/19367
< bitcoin-git> bitcoin/master fb87f6d Wladimir J. van der Laan: Merge #19367: doc: Span pitfalls
< bitcoin-git> bitcoin/master fab57e2 Pieter Wuille: doc: Mention Span in developer-notes.md
< bitcoin-git> bitcoin/master 3502a60 Pieter Wuille: doc: Document Span pitfalls
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/19612ca2eb2e...fb87f6d168c4
< bitcoin-git> [bitcoin] sipsorcery opened pull request #19408: doc: Windows WSL build recommendation to temporarily disable Win32 PE support (master...wsldoc) https://github.com/bitcoin/bitcoin/pull/19408
< bitcoin-git> [bitcoin] fanquake opened pull request #19407: doc: explain why passing -mlinker-version is required when cross-compiling (master...explain_mlinker_version_required) https://github.com/bitcoin/bitcoin/pull/19407
< bitcoin-git> [bitcoin] jonatack opened pull request #19405: rpc, cli: add network in/out connections to `getnetworkinfo` and `-getinfo` (master...in-and-out-connections) https://github.com/bitcoin/bitcoin/pull/19405
< bitcoin-git> [bitcoin] fanquake merged pull request #19371: ci: Increase test timeout for sanitizer configs (master...2006-ciSanTimeout) https://github.com/bitcoin/bitcoin/pull/19371
< bitcoin-git> bitcoin/master 19612ca fanquake: Merge #19371: ci: Increase test timeout for sanitizer configs
< bitcoin-git> bitcoin/master fa74a54 MarcoFalke: ci: Increase test timeout for sanitizer configs
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b80ae6b4c04b...19612ca2eb2e
< bitcoin-git> [bitcoin] fanquake merged pull request #19344: docs: update testgen usage example (master...patch-6) https://github.com/bitcoin/bitcoin/pull/19344
< bitcoin-git> bitcoin/master e12e970 Peter Bushnell: docs: match usage text to script and location
< bitcoin-git> bitcoin/master b80ae6b fanquake: Merge #19344: docs: update testgen usage example
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2f54c760504e...b80ae6b4c04b
< bitcoin-git> [bitcoin] fanquake merged pull request #19390: doc/REST-interface: Remove stale info (master...restdoc_rm_stale) https://github.com/bitcoin/bitcoin/pull/19390
< bitcoin-git> bitcoin/master 2f54c76 fanquake: Merge #19390: doc/REST-interface: Remove stale info
< bitcoin-git> bitcoin/master fd9c213 Luke Dashjr: doc/REST-interface: Remove stale info
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dd191b583294...2f54c760504e
< bitcoin-git> [bitcoin] fanquake merged pull request #19356: build: Fix search for brew-installed BDB 4 on OS X (master...feature-bdb-search-fix-osx) https://github.com/bitcoin/bitcoin/pull/19356
< bitcoin-git> bitcoin/master dd191b5 fanquake: Merge #19356: build: Fix search for brew-installed BDB 4 on OS X
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d3a5dbfd1f18...dd191b583294
< bitcoin-git> bitcoin/master 8578c6f Glenn Willen: build: Fix search for brew-installed BDB 4 on OS X
< bitcoin-git> [bitcoin] fanquake opened pull request #19403: build: improve __builtin_clz* detection (master...improve_builtin_clz_detection) https://github.com/bitcoin/bitcoin/pull/19403
< gribble> https://github.com/bitcoin/bitcoin/issues/19402 | __builtin_clz[l[l]] not detected using clang · Issue #19402 · bitcoin/bitcoin · GitHub

2020-06-28

< sipa> cfields or anyone else: how would i expose the HAVE_BUILTIN_PREFETCH (which is already calculated in configure.ac) in src/config/bitcoin-config.h ?
< bitcoin-git> [bitcoin] luke-jr opened pull request #19401: QA: Use GBT to get block versions correct (master...qa_blockvers) https://github.com/bitcoin/bitcoin/pull/19401
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19114: scripted-diff: TxoutType C++11 scoped enum class (master...2005-enumClassTxoutType) https://github.com/bitcoin/bitcoin/pull/19114
< bitcoin-git> bitcoin/master fa95a69 MarcoFalke: doc: Update outdated txnouttype documentation
< bitcoin-git> bitcoin/master fa58469 MarcoFalke: rpc: Properly use underlying type in GetAllOutputTypes
< bitcoin-git> bitcoin/master fa41c65 MarcoFalke: rpc: Simplify GetAllOutputTypes with the Join helper
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/d342a45ca74b...d3a5dbfd1f18
< luke-jr> whatsupboy: #bitcoin is probably a better place to discuss such topics
< whatsupboy> hi I am not a developer and some how found this video https://www.youtube.com/watch?v=Fjj11bc1DXI and trying to understand what is funding and do bitcoin contributors get paid or what ?
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19400: better typo for condition (master...fixtypo) https://github.com/bitcoin/bitcoin/pull/19400
< bitcoin-git> [bitcoin] alidevjimmy opened pull request #19400: better typo for condition (master...fixtypo) https://github.com/bitcoin/bitcoin/pull/19400
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17303: p2p: Stop relaying non-mempool txs, improve tx privacy slightly (master...1910-p2pNoRemovedTxs) https://github.com/bitcoin/bitcoin/pull/17303
< bitcoin-git> [bitcoin] fjahr closed pull request #18446: test: Add test for wtxid transaction relay (master...pr18044test) https://github.com/bitcoin/bitcoin/pull/18446
< bitcoin-git> [bitcoin] hebasto opened pull request #19399: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp (master...200628-warm-mx) https://github.com/bitcoin/bitcoin/pull/19399

2020-06-27

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19354: doc: add release note for -getinfo displaying multiwallet balances (master...getinfo-multiwallet-balances-release-note) https://github.com/bitcoin/bitcoin/pull/19354
< bitcoin-git> bitcoin/master 6d35d0d Jon Atack: doc: add release note for -getinfo displaying multiwallet balances
< bitcoin-git> bitcoin/master d342a45 MarcoFalke: Merge #19354: doc: add release note for -getinfo displaying multiwallet ba...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d06cf34656f1...d342a45ca74b
< bitcoin-git> [bitcoin] jonatack opened pull request #19397: test: resyncing to tip of blocks generated after invalidateblock (master...p2p-invalidateblock-tests) https://github.com/bitcoin/bitcoin/pull/19397
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19396: refactor: Remove confusing OutputType::CHANGE_AUTO (master...2006-WswitchOutputType) https://github.com/bitcoin/bitcoin/pull/19396
< blackhatcat> Is it possible to use bitcoin core wallet on Linux once the blockchain is downloaded using windows client? Is there any difference or is it universal?
< hebasto> A question to our C++ connoisseurs: https://github.com/bitcoin/bitcoin/pull/19374#discussion_r446525223
< bitcoin-git> [bitcoin] luke-jr opened pull request #19395: Bugfix: RPC/Mining: Fix up GBT docs (master...bugfix_gbt_help) https://github.com/bitcoin/bitcoin/pull/19395
< bitcoin-git> bitcoin/master d06cf34 MarcoFalke: Merge bitcoin-core/gui#6: Do not truncate node flag strings in debugwindow...
< bitcoin-git> bitcoin/master 0ac09c9 saibato: qt: Do not truncate node flag strings in debugwindow.ui peers details tab....
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/49464004701e...d06cf34656f1
< bitcoin-git> [bitcoin] Bushstar opened pull request #19394: [build] Remove unused RES_IMAGES (master...bitcoin-remove-res-images) https://github.com/bitcoin/bitcoin/pull/19394
< bitcoin-git> [bitcoin] hebasto opened pull request #19393: test: Add more tests for orphan tx handling (master...200627-test-orphan) https://github.com/bitcoin/bitcoin/pull/19393
< fanquake> midnight: if it's an issue in leveldb, probably start with an issue here: https://github.com/bitcoin-core/leveldb/

2020-06-26

< bitcoin-git> [bitcoin] luke-jr opened pull request #19391: RPC/Mining: Clean out pre-Segwit miner compatibility code (master...gbt_rm_versionforce) https://github.com/bitcoin/bitcoin/pull/19391
< bitcoin-git> [bitcoin] luke-jr opened pull request #19390: doc/REST-interface: Remove stale info (master...restdoc_rm_stale) https://github.com/bitcoin/bitcoin/pull/19390
< sipa> the answer is no, but the encoder in https://github.com/bitcoin/bitcoin/pull/18573 is far better than my python scripts
< jamesob> (we do: https://github.com/bitcoin/bitcoin/tree/master/contrib/verifybinaries, though the key I retrieved differs from the one on bitcoin.org: https://bitcoin.org/laanwj-releases.asc)
< bitcoin-git> bitcoin/master 4946400 MarcoFalke: Merge bitcoin-core/gui#8: Fix regression in TransactionTableModel
< bitcoin-git> bitcoin/master d906aaa Hennadii Stepanov: qt: Fix regression in TransactionTableModel
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3bbd8225b92d...49464004701e
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19366: tests: Provide main(...) function in fuzzer. Allow building uninstrumented harnesses with --enable-fuzz. (master...provide-main-function-in-fuzzer) https://github.com/bitcoin/bitcoin/pull/19366
< bitcoin-git> bitcoin/master 1087807 practicalswift: tests: Provide main(...) function in fuzzer
< bitcoin-git> bitcoin/master 3bbd822 MarcoFalke: Merge #19366: tests: Provide main(...) function in fuzzer. Allow building ...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f32f7e907a5e...3bbd8225b92d
< bitcoin-git> [bitcoin] theuni opened pull request #19387: span: update constructors to match c++20 draft spec and add lifetimebound attribute (master...lifetimebound2) https://github.com/bitcoin/bitcoin/pull/19387
< bitcoin-git> [bitcoin] theuni closed pull request #19382: span: Add lifetimebound attribute to guard against temporary lifetime issues (master...lifetimebound) https://github.com/bitcoin/bitcoin/pull/19382
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (server) (master...2006-rpcManServer) https://github.com/bitcoin/bitcoin/pull/19386
< bitcoin-git> [bitcoin] yancyribbens opened pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
< bitcoin-git> [bitcoin] S3RK opened pull request #19384: test: speed up functional tests (master...test_speed_up) https://github.com/bitcoin/bitcoin/pull/19384
< gribble> https://github.com/bitcoin/bitcoin/issues/7 | Block-header-only, faster startup client · Issue #7 · bitcoin/bitcoin · GitHub

2020-06-25

< wumpus> I doubt that environment still exists, or is capable of building bitcoin core :)
< gribble> https://github.com/bitcoin/bitcoin/issues/18297 | build: Use pkg-config in BITCOIN_QT_CONFIGURE for all hosts including Windows by hebasto · Pull Request #18297 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18307 | build: Require pkg-config for all of the hosts by hebasto · Pull Request #18307 · bitcoin/bitcoin · GitHub
< wumpus> currently https://github.com/bitcoin/bitcoin/projects/8 13 blockers, 1 bugfix, 3 chasing concept ACK
< wumpus> there are no pre-proposed meeting topics for this week in http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.tx
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/16378 | The ultimate send RPC by Sjors · Pull Request #16378 · bitcoin/bitcoin · GitHub
< provoostenator> And this uses satoshi per byte: bitcoin-cli sendtoaddress bcrt1... 1 "" "" false false 1 sat/b
< provoostenator> This uses the "unset" estimate mode, as before IIUC: bitcoin-cli sendtoaddress bcrt1... 1 "" "" false false 1
< gribble> https://github.com/bitcoin/bitcoin/issues/19215 | psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs by achow101 · Pull Request #19215 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17356 | RPC: Internal named params by luke-jr · Pull Request #17356 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11413 | [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate option by kallewoof · Pull Request #11413 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19215 | psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs by achow101 · Pull Request #19215 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #11413: [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate option (master...explicit-fee) https://github.com/bitcoin/bitcoin/pull/11413
< bitcoin-git> bitcoin/master 5d1a411 Karl-Johan Alm: fees: add FeeModes doc helper function
< bitcoin-git> bitcoin/master 91f6d2b Karl-Johan Alm: rpc/wallet: add conf_target as alias to confTarget in bumpfee
< bitcoin-git> bitcoin/master 69158b4 Karl-Johan Alm: added CURRENCY_ATOM to express minimum indivisible unit
< bitcoin-git> [bitcoin] laanwj pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/910f0468a1f7...f32f7e907a5e
< bitcoin-git> [bitcoin] rajarshimaitra opened pull request #19381: Fixes UB reported in issue #19278 (master...loadmempool-UB) https://github.com/bitcoin/bitcoin/pull/19381
< gribble> https://github.com/bitcoin/bitcoin/issues/11413 | [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate option by kallewoof · Pull Request #11413 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18043 | Output Descriptor encoding · Issue #18043 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift reopened pull request #19366: tests: Provide main(...) function in fuzzer. Allow building uninstrumented harnesses with --enable-fuzz. (master...provide-main-function-in-fuzzer) https://github.com/bitcoin/bitcoin/pull/19366
< bitcoin-git> [bitcoin] practicalswift closed pull request #19366: tests: Provide main(...) function in fuzzer. Allow building uninstrumented harnesses with --enable-fuzz. (master...provide-main-function-in-fuzzer) https://github.com/bitcoin/bitcoin/pull/19366
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19348: test: Bump linter versions (master...bump-mypy) https://github.com/bitcoin/bitcoin/pull/19348
< bitcoin-git> bitcoin/master 910f046 MarcoFalke: Merge #19348: test: Bump linter versions
< bitcoin-git> bitcoin/master 39d526b Duncan Dean: test: Bump linter versions
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c8fa03d1766c...910f0468a1f7
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19378: refactor: Use Mutex type for g_cs_recent_confirmed_transactions (master...200625-recent-mx) https://github.com/bitcoin/bitcoin/pull/19378
< bitcoin-git> bitcoin/master c8fa03d MarcoFalke: Merge #19378: refactor: Use Mutex type for g_cs_recent_confirmed_transacti...
< bitcoin-git> bitcoin/master 1307686 Hennadii Stepanov: refactor: Use Mutex type for g_cs_recent_confirmed_transactions
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/90981b7d683a...c8fa03d1766c
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19286: tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,256,512}, CRIPEMD160, CSipHasher, etc. (master...fuzzers-crypto) https://github.com/bitcoin/bitcoin/pull/19286
< bitcoin-git> bitcoin/master 90981b7 MarcoFalke: Merge #19286: tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{...
< bitcoin-git> bitcoin/master 67bb7be practicalswift: tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,256,512}, CR...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3a4a3729d933...90981b7d683a
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19090: refactor: Misc scheduler cleanups (master...2005-schedulerCleanup) https://github.com/bitcoin/bitcoin/pull/19090
< bitcoin-git> bitcoin/master fab2950 MarcoFalke: doc: Switch boost::thread to std::thread in scheduler
< bitcoin-git> bitcoin/master fa98196 MarcoFalke: test: Remove unused scheduler.h include from the common setup
< bitcoin-git> bitcoin/master fa609c4 MarcoFalke: scheduler: Remove unused REVERSE_LOCK
< bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/ead6d686eb68...3a4a3729d933
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18912: ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to catch memory errors (master...fuzzers-under-valgrind) https://github.com/bitcoin/bitcoin/pull/18912
< bitcoin-git> bitcoin/master ead6d68 MarcoFalke: Merge #18912: ci: Run fuzz testing test cases (bitcoin-core/qa-assets) und...
< bitcoin-git> bitcoin/master 3f686d1 practicalswift: ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c9d1040d254e...ead6d686eb68
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19237: wallet: Check size after unserializing a pubkey (master...2020-06-pubkey) https://github.com/bitcoin/bitcoin/pull/19237
< bitcoin-git> bitcoin/master c9d1040 MarcoFalke: Merge #19237: wallet: Check size after unserializing a pubkey
< bitcoin-git> bitcoin/master 9b8907f Elichai Turkel: Check size after Unserializing CPubKey
< bitcoin-git> bitcoin/master 37ae687 Elichai Turkel: Add tests for CPubKey serialization/unserialization
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/67881de0e3b1...c9d1040d254e
< bitcoin-git> [bitcoin] practicalswift opened pull request #19379: tests: Add fuzzing harness for SigHasLowR(...) and ecdsa_signature_parse_der_lax(...) (master...fuzzers-SigHashLowR) https://github.com/bitcoin/bitcoin/pull/19379
< bitcoin-git> [bitcoin] hebasto opened pull request #19378: refactor: Use Mutex type for g_cs_recent_confirmed_transactions (master...200625-recent-mx) https://github.com/bitcoin/bitcoin/pull/19378
< bitcoin-git> [bitcoin] hebasto opened pull request #19377: bench: Add OrphanTxPool benchmark (master...200624-m-bench) https://github.com/bitcoin/bitcoin/pull/19377
< bitcoin-git> [bitcoin] fanquake closed pull request #18287: depends: Patch libevent build to fix IPv6 -rpcbind on Windows (master...fix_libevent_win_ipv6) https://github.com/bitcoin/bitcoin/pull/18287
< bitcoin-git> [bitcoin] fanquake opened pull request #19375: build: target Windows 7 when building libevent and fix ipv6 usage (master...libevent_target_0x0601) https://github.com/bitcoin/bitcoin/pull/19375

2020-06-24

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19272: net, test: invalid p2p messages and test framework improvements (master...improve-p2p_invalid_messages) https://github.com/bitcoin/bitcoin/pull/19272
< bitcoin-git> bitcoin/master 5796019 Jon Atack: test: refactor test_large_inv() into 3 tests with common method
< bitcoin-git> bitcoin/master 9fa494d Jon Atack: net: update misbehavior logging for oversized messages
< bitcoin-git> bitcoin/master e2b21d8 Jon Atack: test: add p2p_invalid_messages logging
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/532b134cb0d0...67881de0e3b1
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19373: refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o) (master...2020_06_hexstr) https://github.com/bitcoin/bitcoin/pull/19373
< bitcoin-git> bitcoin/master 532b134 MarcoFalke: Merge #19373: refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
< bitcoin-git> bitcoin/master bd93e32 Wladimir J. van der Laan: refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/205b87d2f6bd...532b134cb0d0
< bitcoin-git> [bitcoin] hebasto opened pull request #19374: refactor: Drop g_orphan_list global (master...200624-orphan) https://github.com/bitcoin/bitcoin/pull/19374
< bitcoin-git> [bitcoin] laanwj opened pull request #19373: refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o) (master...2020_06_hexstr) https://github.com/bitcoin/bitcoin/pull/19373
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19371: ci: Increase test timeout for sanitizer configs (master...2006-ciSanTimeout) https://github.com/bitcoin/bitcoin/pull/19371
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19371: ci: Increase test timeout for sanitizer configs (master...2006-ciSanTimeout) https://github.com/bitcoin/bitcoin/pull/19371
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19371: ci: Increase test timeout for sanitizer configs (master...2006-ciSanTimeout) https://github.com/bitcoin/bitcoin/pull/19371
< bitcoin-git> [bitcoin] laanwj merged pull request #19357: doc: add release note for bitcoin-cli -generate (master...cli-generate-release-note) https://github.com/bitcoin/bitcoin/pull/19357
< bitcoin-git> bitcoin/master 205b87d Wladimir J. van der Laan: Merge #19357: doc: add release note for bitcoin-cli -generate
< bitcoin-git> bitcoin/master 9886c7d Jon Atack: doc: add release note for bitcoin-cli -generate
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dae1bd61b201...205b87d2f6bd
< bitcoin-git> bitcoin/master dae1bd6 MarcoFalke: Merge bitcoin-core/gui#11: Remove needless headers from qt/walletview.cpp
< bitcoin-git> bitcoin/master 4f9d9ef Hennadii Stepanov: qt: Remove needless headers
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/80fd474e402b...dae1bd61b201
< gribble> https://github.com/bitcoin/bitcoin/issues/19366 | tests: Provide main(...) function in fuzzer. Allow building uninstrumented harnesses with --enable-fuzz. by practicalswift · Pull Request #19366 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] domob1812 opened pull request #19370: Static asserts for consistency of fee defaults (master...fee-asserts) https://github.com/bitcoin/bitcoin/pull/19370
< bitcoin-git> [bitcoin] S3RK opened pull request #19368: test: improve functional tests compatibility with BSD/macOS (master...test_improved_process_detection) https://github.com/bitcoin/bitcoin/pull/19368
< bitcoin-git> [bitcoin] sipa opened pull request #19367: [comments only] Document Span pitfalls (master...202006_span_pitfalls) https://github.com/bitcoin/bitcoin/pull/19367

2020-06-23

< bitcoin-git> [bitcoin] practicalswift opened pull request #19366: tests: Provide main(...) function in fuzzer. Allow building uninstrumented harnesses with --enable-fuzz. (master...provide-main-function-in-fuzzer) https://github.com/bitcoin/bitcoin/pull/19366
< luke-jr> in case I overlooked any remaining value, would be good to get extra eyes on https://github.com/bitcoin-core/bitcoincore.org/pull/707
< bitcoin-git> [bitcoin] jnewbery opened pull request #19364: net processing: Move orphan reprocessing to a global (master...2020-06-global-orphans) https://github.com/bitcoin/bitcoin/pull/19364
< cfields> sipa / MarcoFalke: See top 2 commits here for how that could work: https://github.com/theuni/bitcoin/commits/build-fuzz
< bitcoin-git> [bitcoin] hebasto reopened pull request #18710: Add local thread pool to CCheckQueue (master...200419-thread-pool) https://github.com/bitcoin/bitcoin/pull/18710
< bitcoin-git> [bitcoin] hebasto closed pull request #18710: Add local thread pool to CCheckQueue (master...200419-thread-pool) https://github.com/bitcoin/bitcoin/pull/18710
< bitcoin-git> [bitcoin] prusnak opened pull request #19362: rpc/blockchain: Reset scantxoutset progress before inferring descriptors (master...rpc-scantxoutset-reset-progress) https://github.com/bitcoin/bitcoin/pull/19362
< bitcoin-git> [bitcoin] vasild opened pull request #19360: net: improve encapsulation of CNetAddr (master...improve_encapsulation_of_cnetaddr) https://github.com/bitcoin/bitcoin/pull/19360
< bitcoin-git> [bitcoin] fanquake merged pull request #19240: build: macOS toolchain simplification and bump (master...2020-06-macos-sdkgen-simplify) https://github.com/bitcoin/bitcoin/pull/19240
< bitcoin-git> bitcoin/master fbcfcf6 Carl Dong: native_cctools: Don't use libc++ from pinned clang
< bitcoin-git> bitcoin/master 3381e4a Carl Dong: Adapt rest of tooling to new SDK naming scheme
< bitcoin-git> bitcoin/master b3394ab Carl Dong: contrib: macdeploy: Correctly generate macOS SDK
< bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/e3fa3c7d671e...80fd474e402b
< bitcoin-git> [bitcoin] Saibato opened pull request #19358: net: Make sure we do not override proxy settings in hidden service. (master...pr351-bitcoin) https://github.com/bitcoin/bitcoin/pull/19358
< 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] jonatack opened pull request #19357: doc: add release note for bitcoin-cli -generate (master...cli-generate-release-note) https://github.com/bitcoin/bitcoin/pull/19357
< cfields> as a data point, we don't use cppflags: https://github.com/bitcoin/bitcoin/blob/master/libbitcoinconsensus.pc.in
< bitcoin-git> [bitcoin] gwillen opened pull request #19356: build: Fix & improve the search for BDB (master...feature-bdb-search-fix-osx) https://github.com/bitcoin/bitcoin/pull/19356

2020-06-22

< provoostenator> But also that Bitcoin Core development isn't compatible with tedious NDA's, so we'll see.
< gribble> https://github.com/bitcoin/bitcoin/issues/11720 | iOS Deployment Target for RPC · Issue #11720 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonatack closed pull request #19207: doc: -whitelist/-whitebind documentation improvements (master...whitelist-whitebind-doc-improvements) https://github.com/bitcoin/bitcoin/pull/19207
< bitcoin-git> [bitcoin] jonatack closed pull request #19092: cli: display multiwallet total balance in -getinfo (master...cli-getinfo-multiwallet-total-balance) https://github.com/bitcoin/bitcoin/pull/19092
< bitcoin-git> [bitcoin] jonatack closed pull request #19089: cli, test, doc: bitcoin-cli -getinfo multiwallet balances follow-ups (master...cli-getinfo-multiwallet-follow-ups) https://github.com/bitcoin/bitcoin/pull/19089
< bitcoin-git> [bitcoin] jonatack opened pull request #19354: doc: add release note for -getinfo displaying multiwallet balances (master...getinfo-multiwallet-balances-release-note) https://github.com/bitcoin/bitcoin/pull/19354
< bitcoin-git> [bitcoin] laanwj merged pull request #19305: doc: add C++17 release note for 0.21.0 (master...c++17_0_21_0) https://github.com/bitcoin/bitcoin/pull/19305
< bitcoin-git> bitcoin/master e3fa3c7 Wladimir J. van der Laan: Merge #19305: doc: add C++17 release note for 0.21.0
< bitcoin-git> bitcoin/master f1d21ef fanquake: doc: add C++17 release note for 0.21.0
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a6aac20019e5...e3fa3c7d671e
< bitcoin-git> [bitcoin] laanwj merged pull request #19350: test: Refactor tests using restart_node (master...test-refactor-restart-node) https://github.com/bitcoin/bitcoin/pull/19350
< bitcoin-git> bitcoin/master 20b6e95 Christopher Coverdale: test: refactor functional tests to use restart_node
< bitcoin-git> bitcoin/master a6aac20 Wladimir J. van der Laan: Merge #19350: test: Refactor tests using restart_node
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f591a1a1842d...a6aac20019e5
< bitcoin-git> [bitcoin] laanwj merged pull request #19351: test: add two edge case tests for CSubNet (master...add_csubnet_test) https://github.com/bitcoin/bitcoin/pull/19351
< bitcoin-git> bitcoin/master f591a1a Wladimir J. van der Laan: Merge #19351: test: add two edge case tests for CSubNet
< bitcoin-git> bitcoin/master ccef5d7 Vasil Dimov: test: add two edge case tests for CSubNet
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8ef15e8a8603...f591a1a1842d
< bitcoin-git> [bitcoin] hebasto opened pull request #19353: Fix mistakenly swapped "previous" and "current" lock orders (master...200622-deadlock) https://github.com/bitcoin/bitcoin/pull/19353
< bitcoin-git> [bitcoin] vasild opened pull request #19351: test: add two edge case tests for CSubNet (master...add_csubnet_test) https://github.com/bitcoin/bitcoin/pull/19351
< bitcoin-git> [bitcoin] hebasto reopened pull request #18307: build: Require pkg-config for all of the hosts (master...20200309-pkgconfig) https://github.com/bitcoin/bitcoin/pull/18307
< bitcoin-git> [bitcoin] hebasto closed pull request #18307: build: Require pkg-config for all of the hosts (master...20200309-pkgconfig) https://github.com/bitcoin/bitcoin/pull/18307
< vasild> I think the deal is that --log_level and --log_sink are boost-test-framework options and control the outputs from it. However bitcoin code unrelated to that prints some stuff to datadir/debug.log
< bitcoin-git> [bitcoin] ccdle12 opened pull request #19350: test: Refactor tests using restart_node (master...test-refactor-restart-node) https://github.com/bitcoin/bitcoin/pull/19350
< bitcoin-git> [bitcoin] D4nte opened pull request #19349: doc: Include wallet path to relevant RPC calls (master...doc-wallet) https://github.com/bitcoin/bitcoin/pull/19349

2020-06-21

< bitcoin-git> [bitcoin] duncandean opened pull request #19348: test: Bump linter versions (master...bump-mypy) https://github.com/bitcoin/bitcoin/pull/19348
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19198: test: Check that peers with forcerelay permission are not asked to feefilter (master...2006-testForcerelayFeefilter) https://github.com/bitcoin/bitcoin/pull/19198
< bitcoin-git> bitcoin/master ffff3fe MarcoFalke: test: Replace self.nodes[0].p2p with conn
< bitcoin-git> bitcoin/master faccdc8 MarcoFalke: test: remove redundant generate
< bitcoin-git> bitcoin/master fab83b9 MarcoFalke: test: pep-8 p2p_feefilter.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/4b5c9191e3ed...8ef15e8a8603
< bitcoin-git> [bitcoin] jnewbery opened pull request #19347: [net] Make cs_inventory nonrecursive (master...2020-06-cs-inventory) https://github.com/bitcoin/bitcoin/pull/19347
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19208: test: move sync_blocks and sync_mempool functions to test_framework.py (master...issue-18930) https://github.com/bitcoin/bitcoin/pull/19208
< bitcoin-git> bitcoin/master 4b5c919 MarcoFalke: Merge #19208: test: move sync_blocks and sync_mempool functions to test_fr...
< bitcoin-git> bitcoin/master cc84460 Roy Shao: test: move sync_blocks and sync_mempool functions to test_framework.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c27330897d84...4b5c9191e3ed