2020-04-30

< bitcoin-git> bitcoin/master 13c1f6b practicalswift: tests: Add fuzzing harness for IsRBFOptIn(...)
< bitcoin-git> bitcoin/master 3439c88 practicalswift: tests: Add fuzzing harness for CBlockPolicyEstimator
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a66ba6d029b3...ef8ef31fd28a
< bitcoin-git> [bitcoin] brakmic opened pull request #18830: rpc: add user field to getrpcinfo's json (master...getrpcinfo) https://github.com/bitcoin/bitcoin/pull/18830
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18829: ci: Merge C++17 build with one of the existing ones (master...2004-ciSpeedupCxx17) https://github.com/bitcoin/bitcoin/pull/18829
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18828: test: Strip down previous releases boilerplate (master...2004-qaPreviousReleases) https://github.com/bitcoin/bitcoin/pull/18828
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18576: test: use unittest for test_framework unit testing (master...framework-unittests) https://github.com/bitcoin/bitcoin/pull/18576
< bitcoin-git> bitcoin/master a66ba6d MarcoFalke: Merge #18576: test: use unittest for test_framework unit testing
< bitcoin-git> bitcoin/master de8905a Gloria Zhao: test: use unittest and test_runner for test framework unit testing
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/00c1a4d9a95e...a66ba6d029b3
< bitcoin-git> [bitcoin] brakmic opened pull request #18827: rpc: added getrpcwhitelist method (master...getrpcwhitelist) https://github.com/bitcoin/bitcoin/pull/18827
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18809: rpc: Do not advertise dumptxoutset as a way to flush the chainstate (master...2004-rpcNoFlushAdvert) https://github.com/bitcoin/bitcoin/pull/18809
< bitcoin-git> bitcoin/master 00c1a4d MarcoFalke: Merge #18809: rpc: Do not advertise dumptxoutset as a way to flush the cha...
< bitcoin-git> bitcoin/master fac0cf6 MarcoFalke: rpc: Do not advertise dumptxoutset as a way to flush the chainstate
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cf5e3be5ea74...00c1a4d9a95e
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18825: test: fix message for ECC_InitSanityCheck test (master...openssl_insanity) https://github.com/bitcoin/bitcoin/pull/18825
< bitcoin-git> bitcoin/master cf5e3be MarcoFalke: Merge #18825: test: fix message for ECC_InitSanityCheck test
< bitcoin-git> bitcoin/master 06e434d fanquake: test: fix message for ECC_InitSanityCheck test
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/64673b1037d6...cf5e3be5ea74
< bitcoin-git> [bitcoin] fanquake merged pull request #18780: validation: add const for minimum witness commitment size (master...minimum_witness_size) https://github.com/bitcoin/bitcoin/pull/18780
< bitcoin-git> bitcoin/master 64673b1 fanquake: Merge #18780: validation: add const for minimum witness commitment size
< bitcoin-git> bitcoin/master 692f830 fanquake: test: add test for witness commitment index
< bitcoin-git> bitcoin/master 0644254 fanquake: validation: Add minimum witness commitment size constant
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/afed2e98b0e3...64673b1037d6
< bitcoin-git> [bitcoin] rvagg opened pull request #18826: Expose txinwitness for coinbase in JSON form from RPC (master...rvagg/txinwitness-for-coinbase) https://github.com/bitcoin/bitcoin/pull/18826
< bitcoin-git> [bitcoin] laanwj merged pull request #18810: doc: update rest info on block size and json (master...18703) https://github.com/bitcoin/bitcoin/pull/18810
< bitcoin-git> bitcoin/master afed2e9 Wladimir J. van der Laan: Merge #18810: doc: update rest info on block size and json
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/35ef3c15ef82...afed2e98b0e3
< bitcoin-git> bitcoin/master ff6549c Chris Abrams: fix: update rest info on block size and json
< bitcoin-git> [bitcoin] laanwj merged pull request #18591: Add C++17 build to Travis (master...202004_c++17) https://github.com/bitcoin/bitcoin/pull/18591
< bitcoin-git> bitcoin/master 7829685 Pieter Wuille: Add configure option for c++17
< bitcoin-git> bitcoin/master 0fbde48 Pieter Wuille: Support conversion between Spans of compatible types
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/63d5ed2fc458...35ef3c15ef82
< bitcoin-git> bitcoin/master 7cbfebb Pieter Wuille: Update ax_cxx_compile_stdcxx.m4
< bitcoin-git> [bitcoin] fanquake opened pull request #18825: test: fix message for ECC_InitSanityCheck test (master...openssl_insanity) https://github.com/bitcoin/bitcoin/pull/18825
< bitcoin-git> [bitcoin] laanwj merged pull request #18437: util: Detect posix_fallocate() instead of assuming (master...posix_fallocate) https://github.com/bitcoin/bitcoin/pull/18437
< bitcoin-git> bitcoin/master 63d5ed2 Wladimir J. van der Laan: Merge #18437: util: Detect posix_fallocate() instead of assuming
< bitcoin-git> bitcoin/master 182dbdf Vasil Dimov: util: Detect posix_fallocate() instead of assuming
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/36c0abd8f61b...63d5ed2fc458

2020-04-29

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18726: test: check misbehavior more independently in p2p_filter.py (master...p2p-filter) https://github.com/bitcoin/bitcoin/pull/18726
< bitcoin-git> bitcoin/master 36c0abd MarcoFalke: Merge #18726: test: check misbehavior more independently in p2p_filter.py
< bitcoin-git> bitcoin/master cd543d9 Danny Lee: test: check misbehavior more independently in p2p_filter.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/95a9165016ec...36c0abd8f61b
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18736: test: Add fuzzing harnesses for various classes/functions in util/ (master...fuzzers-2020-04-21) https://github.com/bitcoin/bitcoin/pull/18736
< bitcoin-git> bitcoin/master 90b635e practicalswift: tests: Add fuzzing coverage for CHECK_NONFATAL(...)
< bitcoin-git> bitcoin/master a4e3d13 practicalswift: tests: Add fuzzing coverage for StringForFeeReason(...)
< bitcoin-git> [bitcoin] MarcoFalke pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/0f204dd3f21b...95a9165016ec
< bitcoin-git> bitcoin/master a19598c practicalswift: tests: Add fuzzing harness for functions in system.h (ArgsManager)
< bitcoin-git> [bitcoin] dongcarl opened pull request #18820: build: Propagate well-known vars into depends (master...2020-04-improve-depends-hosts2) https://github.com/bitcoin/bitcoin/pull/18820
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18727: test: Add CreateWalletFromFile test (master...pr/create) https://github.com/bitcoin/bitcoin/pull/18727
< bitcoin-git> bitcoin/master 0f204dd MarcoFalke: Merge #18727: test: Add CreateWalletFromFile test
< bitcoin-git> bitcoin/master 7918c1b Russell Yanofsky: test: Add CreateWalletFromFile test
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/978c5a212240...0f204dd3f21b
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18819: net: Remove unused cs_feeFilter (master...2004-netNoRecursiveMutex) https://github.com/bitcoin/bitcoin/pull/18819
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18485: test: Add mempool_updatefromblock.py (master...20200331-test-mempool) https://github.com/bitcoin/bitcoin/pull/18485
< bitcoin-git> bitcoin/master 978c5a2 MarcoFalke: Merge #18485: test: Add mempool_updatefromblock.py
< bitcoin-git> bitcoin/master 8098dea Hennadii Stepanov: test: Add mempool_updatefromblock.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ab91a0e0fc6e...978c5a212240
< bitcoin-git> [bitcoin] luke-jr opened pull request #18818: Fix release tarball generated by gitian (master...fix_gitian_src_202004) https://github.com/bitcoin/bitcoin/pull/18818
< bitcoin-git> [bitcoin] practicalswift opened pull request #18817: doc: Document differences in bitcoind and bitcoin-qt locale handling (master...bitcoin-qt-vs-bitcoind-locale) https://github.com/bitcoin/bitcoin/pull/18817
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18798: ci: Fix default retry script usage (master...200428-ci-retry) https://github.com/bitcoin/bitcoin/pull/18798
< bitcoin-git> bitcoin/master ab91a0e MarcoFalke: Merge #18798: ci: Fix default retry script usage
< bitcoin-git> bitcoin/master 45615de Hennadii Stepanov: ci: Fix default retry script usage
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e302830faed0...ab91a0e0fc6e
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18616: refactor: Cleanup clientversion.cpp (master...20200413-version) https://github.com/bitcoin/bitcoin/pull/18616
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18616: refactor: Cleanup clientversion.cpp (master...20200413-version) https://github.com/bitcoin/bitcoin/pull/18616
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18774: test: added test for upgradewallet RPC (master...upgradewallet-tests) https://github.com/bitcoin/bitcoin/pull/18774
< bitcoin-git> bitcoin/master e302830 MarcoFalke: Merge #18774: test: added test for upgradewallet RPC
< bitcoin-git> bitcoin/master 66fe7b1 Harris: test: added test for upgradewallet RPC
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/af2ec6b03745...e302830faed0
< bitcoin-git> [bitcoin] practicalswift closed pull request #18124: init: Clarify C and C++ locale assumptions. Add locale sanity checks to verify assumptions at run-time. (master...LocaleSanityCheck) https://github.com/bitcoin/bitcoin/pull/18124
< bitcoin-git> [bitcoin] practicalswift closed pull request #18147: qt: Kill the locale dependency bug class by not allowing Qt to mess with LC_NUMERIC (master...kill-locale-dependency-bug-class) https://github.com/bitcoin/bitcoin/pull/18147
< bitcoin-git> [bitcoin] practicalswift closed pull request #17895: build: Enable Clang's -Wconditional-uninitialized to warn on potential uninitialized reads (master...continue-killing-of-uninitialized-reads) https://github.com/bitcoin/bitcoin/pull/17895
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18815: bench: Add logging benchmark (master...2004-benchLog) https://github.com/bitcoin/bitcoin/pull/18815
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18759: bench: Start nodes with -nodebuglogfile (master...2004-benchNoDebugLog) https://github.com/bitcoin/bitcoin/pull/18759
< bitcoin-git> bitcoin/master af2ec6b MarcoFalke: Merge #18759: bench: Start nodes with -nodebuglogfile
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ecca2ea1d5f6...af2ec6b03745
< bitcoin-git> bitcoin/master fabe44e MarcoFalke: bench: Start nodes with -nodebuglogfile
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18785: Prevent valgrind false positive in rest_blockhash_by_height (master...pr/grind) https://github.com/bitcoin/bitcoin/pull/18785
< bitcoin-git> bitcoin/master ecca2ea MarcoFalke: Merge #18785: Prevent valgrind false positive in rest_blockhash_by_height
< bitcoin-git> bitcoin/master fcb7261 Russell Yanofsky: Prevent valgrind false positive in rest_blockhash_by_height
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0ef0d33f7562...ecca2ea1d5f6
< bitcoin-git> [bitcoin] rebroad closed pull request #18760: Disconnect nodes with bad messages during IBD (master...IBDDisconnectBadChecksum) https://github.com/bitcoin/bitcoin/pull/18760
< bitcoin-git> [bitcoin] promag opened pull request #18814: rpc: Relock wallet only if most recent callback (master...2020-04-rpc-wallet-relock) https://github.com/bitcoin/bitcoin/pull/18814
< bitcoin-git> [bitcoin] fanquake merged pull request #18038: P2P: Mempool tracks locally submitted transactions to improve wallet privacy (master...2020-01-unbroadcast) https://github.com/bitcoin/bitcoin/pull/18038
< bitcoin-git> bitcoin/master e25e42f Amiti Uttarwar: [p2p] Reattempt initial send of unbroadcast transactions
< bitcoin-git> bitcoin/master 7e93eec Amiti Uttarwar: [util] Add method that returns random time in milliseconds
< bitcoin-git> bitcoin/master 89eeb4a Amiti Uttarwar: [mempool] Track "unbroadcast" transactions
< bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/ba348dbc518b...0ef0d33f7562
< bitcoin-git> [bitcoin] fanquake closed pull request #18813: 0.20 (master...0.20) https://github.com/bitcoin/bitcoin/pull/18813
< bitcoin-git> [bitcoin] bttd opened pull request #18813: 0.20 (master...0.20) https://github.com/bitcoin/bitcoin/pull/18813
< bitcoin-git> [bitcoin] fanquake closed pull request #18812: Xagau 1 (master...xagau-1) https://github.com/bitcoin/bitcoin/pull/18812
< bitcoin-git> [bitcoin] xagau opened pull request #18812: Xagau 1 (master...xagau-1) https://github.com/bitcoin/bitcoin/pull/18812
< bitcoin-git> [bitcoin] chrisabrams opened pull request #18810: fix: update rest info on block size and json (master...18703) https://github.com/bitcoin/bitcoin/pull/18810
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18809: rpc: Do not advertise dumptxoutset as a way to flush the chainstate (master...2004-rpcNoFlushAdvert) https://github.com/bitcoin/bitcoin/pull/18809
< bitcoin-git> [bitcoin] jnewbery opened pull request #18808: [net processing] Drop unknown types in getdata (master...2020-04-getdata) https://github.com/bitcoin/bitcoin/pull/18808

2020-04-28

< bitcoin-git> [bitcoin] amitiuttarwar opened pull request #18807: [WIP] unbroadcast follow-ups (master...2020-01-unbroadcast-followup) https://github.com/bitcoin/bitcoin/pull/18807
< bitcoin-git> [bitcoin] theStack opened pull request #18806: net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE fix (master...20200428-net-clarify-divide-by-zero-fix) https://github.com/bitcoin/bitcoin/pull/18806
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18805: tests: Add missing sync_all to wallet_importdescriptors.py (master...fix-importdesc-test-sync) https://github.com/bitcoin/bitcoin/pull/18805
< bitcoin-git> bitcoin/master 7b2b06d Andrew Chow: tests: Add missing sync_all to wallet_importdescriptors.py
< bitcoin-git> bitcoin/master ba348db MarcoFalke: Merge #18805: tests: Add missing sync_all to wallet_importdescriptors.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6a60bfc76c39...ba348dbc518b
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18765: test: Fix wallet_bumpfee intermittent error (master...2004-qaWalletBumpInterm) https://github.com/bitcoin/bitcoin/pull/18765
< bitcoin-git> bitcoin/master 6a60bfc MarcoFalke: Merge #18765: test: Fix wallet_bumpfee intermittent error
< bitcoin-git> bitcoin/master fa301fe MarcoFalke: test: Fix wallet_bumpfee intermittent error
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a483ffd6890e...6a60bfc76c39
< bitcoin-git> [bitcoin] achow101 opened pull request #18805: tests: Add missing sync_all to wallet_importdescriptors.py (master...fix-importdesc-test-sync) https://github.com/bitcoin/bitcoin/pull/18805
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18735: ci: Add and document BASE_BUILD_DIR (master...2004-ciBaseBuildDir) https://github.com/bitcoin/bitcoin/pull/18735
< bitcoin-git> bitcoin/master a483ffd MarcoFalke: Merge #18735: ci: Add and document BASE_BUILD_DIR
< bitcoin-git> bitcoin/master fae49f6 MarcoFalke: ci: Add and document BASE_BUILD_DIR
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6e3fc7492a7d...a483ffd6890e
< bitcoin-git> [bitcoin] nickycutesc closed pull request #18793: doc: introduce 'make distclean' to macOS build (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18793
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18798: ci: Fix default retry script usage (master...200428-ci-retry) https://github.com/bitcoin/bitcoin/pull/18798
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18798: ci: Fix default retry script usage (master...200428-ci-retry) https://github.com/bitcoin/bitcoin/pull/18798
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18735: ci: Add and document BASE_BUILD_DIR (master...2004-ciBaseBuildDir) https://github.com/bitcoin/bitcoin/pull/18735
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18735: ci: Add and document BASE_BUILD_DIR (master...2004-ciBaseBuildDir) https://github.com/bitcoin/bitcoin/pull/18735
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18742: miner: Avoid stack-use-after-return in validationinterface (master...2004-minerNoCrash) https://github.com/bitcoin/bitcoin/pull/18742
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18742: miner: Avoid stack-use-after-return in validationinterface (master...2004-minerNoCrash) https://github.com/bitcoin/bitcoin/pull/18742
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18102: doc: add src/test/ prefix to test_bitcoin in test README (master...update-unit-test-readme) https://github.com/bitcoin/bitcoin/pull/18102
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18663: doc: mention build docs in README.md (master...readme-build-instructions) https://github.com/bitcoin/bitcoin/pull/18663
< bitcoin-git> bitcoin/master 6e3fc74 MarcoFalke: Merge #18663: doc: mention build docs in README.md
< bitcoin-git> bitcoin/master bda62e8 Saahil Shangle: Adding build instructions to Bitcoin Core, fixes #18658
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ad04130742dc...6e3fc7492a7d
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18786: init: Remove boost from ThreadImport (master...2004-noBoostInitThreadImport) https://github.com/bitcoin/bitcoin/pull/18786
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18786: init: Remove boost from ThreadImport (master...2004-noBoostInitThreadImport) https://github.com/bitcoin/bitcoin/pull/18786
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18799: ci: Document why tests can not be run on mac (master...2004-ciNoMac) https://github.com/bitcoin/bitcoin/pull/18799
< bitcoin-git> bitcoin/master ad04130 MarcoFalke: Merge #18799: ci: Document why tests can not be run on mac
< bitcoin-git> bitcoin/master fa72a75 MarcoFalke: ci: Document why tests can not be run on mac
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9fb95ae8e3e4...ad04130742dc
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18799: ci: Document why tests can not be run on mac (master...2004-ciNoMac) https://github.com/bitcoin/bitcoin/pull/18799
< bitcoin-git> [bitcoin] fanquake merged pull request #18779: doc: Better explain GNU ld's dislike of ld64's options (master...better_document_gnu_ld_issues_with_ld64_options) https://github.com/bitcoin/bitcoin/pull/18779
< bitcoin-git> bitcoin/master 9fb95ae fanquake: Merge #18779: doc: Better explain GNU ld's dislike of ld64's options
< bitcoin-git> bitcoin/master cd24f37 fanquake: doc: Better explain GNU ld's dislike of ld64's options
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b9ba76f1c9e6...9fb95ae8e3e4
< bitcoin-git> [bitcoin] fanquake merged pull request #18769: qt: remove bug fix for Qt < 5.5 (master...pr_qt_remove_todo) https://github.com/bitcoin/bitcoin/pull/18769
< bitcoin-git> bitcoin/master b9ba76f fanquake: Merge #18769: qt: remove bug fix for Qt < 5.5
< bitcoin-git> bitcoin/master e3ec492 10xcryptodev: qt: remove todo bug fix for old versions of Qt
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/65fb3dfc8dc1...b9ba76f1c9e6
< bitcoin-git> [bitcoin] fanquake merged pull request #18556: build: Drop make dist in gitian builds (master...20200406-drop-dist) https://github.com/bitcoin/bitcoin/pull/18556
< bitcoin-git> bitcoin/master 65fb3df fanquake: Merge #18556: build: Drop make dist in gitian builds
< bitcoin-git> bitcoin/master 2aa48ed Hennadii Stepanov: refactor: Drop unused ${WRAP_DIR}/${HOST} directory
< bitcoin-git> bitcoin/master 1362be0 Hennadii Stepanov: build: Drop make dist in gitian builds
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ac21090f209c...65fb3dfc8dc1
< bitcoin-git> [bitcoin] hebasto opened pull request #18798: ci: Fix default retry script usage (master...200428-ci-retry) https://github.com/bitcoin/bitcoin/pull/18798
< bitcoin-git> [bitcoin] ariard opened pull request #18797: Export standard Script flags in bitcoinconsensus (master...2020-04-export-standard-flags) https://github.com/bitcoin/bitcoin/pull/18797
< bitcoin-git> [bitcoin] fanquake opened pull request #18796: scripts: security-check.py refactors (master...security_check_no_more_32bit) https://github.com/bitcoin/bitcoin/pull/18796
< bitcoin-git> [bitcoin] domob1812 opened pull request #18795: Testcase for wallet issue with orphaned rewards (master...orphanedreward-test) https://github.com/bitcoin/bitcoin/pull/18795
< bitcoin-git> [bitcoin] ariard closed pull request #17543: wallet: undo conflicts properly in case of blocks disconnection (master...2019-11-fix-wallet-unconflicts) https://github.com/bitcoin/bitcoin/pull/17543
< bitcoin-git> [bitcoin] fanquake merged pull request #18629: scripts: add PE .reloc section check to security-check.py (master...never_strip_the_reloc_section) https://github.com/bitcoin/bitcoin/pull/18629
< bitcoin-git> bitcoin/master ac21090 fanquake: Merge #18629: scripts: add PE .reloc section check to security-check.py
< bitcoin-git> bitcoin/master 3e38023 fanquake: scripts: add PE .reloc section check to security-check.py
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5352d14b3796...ac21090f209c
< bitcoin-git> [bitcoin] nickycutesc opened pull request #18793: doc: introduce 'make distclean' to macOS build (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18793
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18778: ci: Run functional tests on mac again (master...2004-ciMac) https://github.com/bitcoin/bitcoin/pull/18778
< bitcoin-git> bitcoin/master 5352d14 MarcoFalke: Merge #18778: ci: Run functional tests on mac again
< bitcoin-git> bitcoin/master fac24de MarcoFalke: ci: Run functional tests on mac again
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8bdb2134fc80...5352d14b3796
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18792: wallet: Remove boost from PeriodicFlush (master...2004-walletNoBoostPeriodicFlush) https://github.com/bitcoin/bitcoin/pull/18792

2020-04-27

< bitcoin-git> [bitcoin] promag opened pull request #18791: wip: Only support shared validation interfaces (master...2020-04-only-shared-validation-interface) https://github.com/bitcoin/bitcoin/pull/18791
< bitcoin-git> [bitcoin] hebasto opened pull request #18790: Improve thread naming (master...200427-name-qthread) https://github.com/bitcoin/bitcoin/pull/18790
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18777: wallet: Recommend absolute path for dumpwallet (master...2004-walletAbs) https://github.com/bitcoin/bitcoin/pull/18777
< bitcoin-git> bitcoin/master 8bdb213 MarcoFalke: Merge #18777: wallet: Recommend absolute path for dumpwallet
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/eef90c14ed0f...8bdb2134fc80
< bitcoin-git> bitcoin/master fa50170 MarcoFalke: wallet: Recommned absolute path for dumpwallet
< bitcoin-git> [bitcoin] achow101 closed pull request #18655: gui: Add bumpFeePSBT action instead of changing normal bumpfee behavior (master...split-bumpfeeaction) https://github.com/bitcoin/bitcoin/pull/18655
< bitcoin-git> [bitcoin] achow101 closed pull request #18656: gui: Add a `Make unsigned` button next to `Send` (master...make-unsigned-button) https://github.com/bitcoin/bitcoin/pull/18656
< bitcoin-git> [bitcoin] achow101 opened pull request #18789: qt: Add Create Unsigned button to SendConfirmationDialog (master...create-unsigned-sendconfdialog) https://github.com/bitcoin/bitcoin/pull/18789
< bitcoin-git> [bitcoin] achow101 opened pull request #18788: wallet: tests: Update more tests to work with descriptor wallets (master...desc-wallet-tests) https://github.com/bitcoin/bitcoin/pull/18788
< bitcoin-git> [bitcoin] achow101 opened pull request #18787: wallet: descriptor wallet release notes and cleanups (master...desc-wallet-followup) https://github.com/bitcoin/bitcoin/pull/18787
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18786: init: Remove boost from ThreadImport (master...2004-noBoostInitThreadImport) https://github.com/bitcoin/bitcoin/pull/18786
< bitcoin-git> [bitcoin] ryanofsky opened pull request #18785: Prevent valgrind false positive in rest_blockhash_by_height (master...pr/grind) https://github.com/bitcoin/bitcoin/pull/18785
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18784: net: RecordBytesSent under cs_vSend lock (master...2004-netLockRecordBytesSent) https://github.com/bitcoin/bitcoin/pull/18784
< bitcoin-git> [bitcoin] practicalswift opened pull request #18783: tests: Add fuzzing harness for MessageSign, MessageVerify and other functions in util/message.h (master...fuzzers-message) https://github.com/bitcoin/bitcoin/pull/18783
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18778: ci: Run functional tests on mac again (master...2004-ciMac) https://github.com/bitcoin/bitcoin/pull/18778
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18778: ci: Run functional tests on mac again (master...2004-ciMac) https://github.com/bitcoin/bitcoin/pull/18778
< bitcoin-git> [bitcoin] practicalswift opened pull request #18782: wallet: Make sure no DescriptorScriptPubKeyMan or WalletDescriptor members are left uninitialized after construction (master...uninitialized-members) https://github.com/bitcoin/bitcoin/pull/18782
< bitcoin-git> [bitcoin] Sjors closed pull request #17941: depends: update to Boost 1.72 (master...2020/01/boost-bump) https://github.com/bitcoin/bitcoin/pull/17941
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18781: Replace GetRandMicros with templated GetRandDur (master...2004-randDur) https://github.com/bitcoin/bitcoin/pull/18781
< bitcoin-git> [bitcoin] brakmic reopened pull request #18570: rpc: return block hash & height in getbalances, gettransaction & getwalletinfo JSONs (master...return-blockhash-with-wallet-calls) https://github.com/bitcoin/bitcoin/pull/18570
< bitcoin-git> [bitcoin] brakmic closed pull request #18570: rpc: return block hash & height in getbalances, gettransaction & getwalletinfo JSONs (master...return-blockhash-with-wallet-calls) https://github.com/bitcoin/bitcoin/pull/18570
< bitcoin-git> [bitcoin] fanquake opened pull request #18780: validation: add const for minimum witness commitment size (master...minimum_witness_size) https://github.com/bitcoin/bitcoin/pull/18780
< bitcoin-git> [bitcoin] fanquake opened pull request #18779: doc: Better explain GNU ld's dislike of ld64's options (master...better_document_gnu_ld_issues_with_ld64_options) https://github.com/bitcoin/bitcoin/pull/18779
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18751: doc: Explain why GetRandMicros must not be templated (master...2004-docGetRandMicros) https://github.com/bitcoin/bitcoin/pull/18751
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18778: ci: Run functional tests on mac again (master...2004-ciMac) https://github.com/bitcoin/bitcoin/pull/18778
< bitcoin-git> [bitcoin] promag closed pull request #15494: rpc: Return whether the block was invalidated on invalidateblock (master...2019-02-invalidateblock) https://github.com/bitcoin/bitcoin/pull/15494
< bitcoin-git> [bitcoin] meshcollider merged pull request #16528: Native Descriptor Wallets using DescriptorScriptPubKeyMan (master...wallet-of-the-glorious-future) https://github.com/bitcoin/bitcoin/pull/16528
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18777: wallet: Recommend absolute path for dumpwallet (master...2004-walletAbs) https://github.com/bitcoin/bitcoin/pull/18777
< bitcoin-git> bitcoin/master 96accc7 Andrew Chow: Add WALLET_FLAG_DESCRIPTORS
< bitcoin-git> bitcoin/master 6b8119a Andrew Chow: Introduce DescriptorScriptPubKeyMan as a dummy class
< bitcoin-git> bitcoin/master 0662030 Andrew Chow: Introduce SetType function to tell ScriptPubKeyMans the type and internal-...
< bitcoin-git> [bitcoin] meshcollider pushed 44 commits to master: https://github.com/bitcoin/bitcoin/compare/ae32e5ce3d26...eef90c14ed0f

2020-04-26

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18669: log: Use Join() helper when listing log categories (master...2004-logJoin) https://github.com/bitcoin/bitcoin/pull/18669
< bitcoin-git> bitcoin/master ae32e5c MarcoFalke: Merge #18669: log: Use Join() helper when listing log categories
< bitcoin-git> bitcoin/master faec063 MarcoFalke: log: Use Join() helper when listing log categories
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9ddfce671263...ae32e5ce3d26
< bitcoin-git> [bitcoin] practicalswift opened pull request #18775: tests: Add fuzzing harnesses for various classes/functions in policy/ (CBlockPolicyEstimator, IsRBFOptIn(…), etc.) (master...fuzzers-policy) https://github.com/bitcoin/bitcoin/pull/18775
< bitcoin-git> [bitcoin] brakmic opened pull request #18774: test: added test for upgradewallet RPC (master...upgradewallet-tests) https://github.com/bitcoin/bitcoin/pull/18774
< bitcoin-git> [bitcoin] instagibbs closed pull request #18725: [WIP] Expand CPFP "carve-out" rule from N=1 to N=100 (master...many_more_relay) https://github.com/bitcoin/bitcoin/pull/18725
< bitcoin-git> bitcoin/master 9ddfce6 MarcoFalke: Merge #18753: test: Fix intermittent failure in wallet_importmulti
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18753: test: Fix intermittent failure in wallet_importmulti (master...2004-testFixInIm) https://github.com/bitcoin/bitcoin/pull/18753
< bitcoin-git> bitcoin/master fa8b9b5 MarcoFalke: test: Fix intermittent failure in wallet_importmulti
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3cf464de2e6d...9ddfce671263
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18770: test: Remove raw-tx byte juggling in mempool_reorg (master...2004-testNoRawBytes) https://github.com/bitcoin/bitcoin/pull/18770
< bitcoin-git> bitcoin/master 3cf464d MarcoFalke: Merge #18770: test: Remove raw-tx byte juggling in mempool_reorg
< bitcoin-git> bitcoin/master fa48901 MarcoFalke: test: Remove raw-tx byte juggling in mempool_reorg
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/65276c773717...3cf464de2e6d
< bitcoin-git> [bitcoin] fanquake closed pull request #17822: refactor: Use uint16_t instead of unsigned short (master...akh_uint16_t) https://github.com/bitcoin/bitcoin/pull/17822
< bitcoin-git> [bitcoin] robot-visions opened pull request #18772: rpc: calculate fee in getblock using BlockUndo data (master...getblock-fee) https://github.com/bitcoin/bitcoin/pull/18772

2020-04-25

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

2020-04-24

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18724: test: add coverage for -rpcwallet cli option (master...rpcwallet-tests) https://github.com/bitcoin/bitcoin/pull/18724
< bitcoin-git> bitcoin/master 5f19155 MarcoFalke: Merge #18724: test: add coverage for -rpcwallet cli option
< bitcoin-git> bitcoin/master 2495110 Jon Atack: test: add coverage for -rpcwallet cli option
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a215c6133323...5f19155e5bca
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18759: bench: Start nodes with -nodebuglogfile (master...2004-benchNoDebugLog) https://github.com/bitcoin/bitcoin/pull/18759
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18756: refactor: test: use wait_for_getdata() in p2p_compactblocks.py (master...20200424-test-use-wait_for_getdata-in-p2p_compactblocks) https://github.com/bitcoin/bitcoin/pull/18756
< bitcoin-git> bitcoin/master a215c61 MarcoFalke: Merge #18756: refactor: test: use wait_for_getdata() in p2p_compactblocks....
< bitcoin-git> bitcoin/master c4027e7 Sebastian Falbesoner: refactor: test: use wait_for_getdata() in p2p_compactblocks.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/29637a5c56fd...a215c6133323
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18745: test: Check submitblock return values (master...2004-testSubmitblockReturnVal) https://github.com/bitcoin/bitcoin/pull/18745
< bitcoin-git> bitcoin/master 29637a5 MarcoFalke: Merge #18745: test: Check submitblock return values
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8c0f86f28440...29637a5c56fd
< bitcoin-git> bitcoin/master fa26271 MarcoFalke: test: Check submitblock return values
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18757: test: Remove enumeration of expected deserialization exceptions in ProcessMessage(...) fuzzer (master...remove-EXPECTED_DESERIALIZATION_EXCEPTIONS) https://github.com/bitcoin/bitcoin/pull/18757
< bitcoin-git> bitcoin/master 8c0f86f MarcoFalke: Merge #18757: test: Remove enumeration of expected deserialization excepti...
< bitcoin-git> bitcoin/master fdceb63 practicalswift: fuzz: Remove enumeration of expected deserialization exceptions in Process...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7812889849eb...8c0f86f28440
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18157: doc: fixing init.md documentation to not require rpcpassword (master...fix_16346_doc_init) https://github.com/bitcoin/bitcoin/pull/18157
< bitcoin-git> bitcoin/master a2a03c3 “jkcd”: fixing documentation to not require rpcpassword
< bitcoin-git> bitcoin/master 7812889 MarcoFalke: Merge #18157: doc: fixing init.md documentation to not require rpcpassword...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d1aa0ae1ad64...7812889849eb
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18758: Remove unused boost/thread (master...2004-noBoostThread) https://github.com/bitcoin/bitcoin/pull/18758
< bitcoin-git> [bitcoin] jonatack closed pull request #18498: test: enable opening partial p2p connections where useful (master...allow-peer-conn-sans-sync) https://github.com/bitcoin/bitcoin/pull/18498
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18712: test: display command line options passed to send_cli() in debug log (master...log-cli-options) https://github.com/bitcoin/bitcoin/pull/18712
< bitcoin-git> bitcoin/master d1aa0ae MarcoFalke: Merge #18712: test: display command line options passed to send_cli() in d...
< bitcoin-git> bitcoin/master 8f5dc88 Jon Atack: test: display command line options passed to send_cli() in debug log
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/85bae24d060e...d1aa0ae1ad64
< bitcoin-git> [bitcoin] practicalswift opened pull request #18757: tests: Remove enumeration of expected deserialization exceptions in ProcessMessage(...) fuzzer (master...remove-EXPECTED_DESERIALIZATION_EXCEPTIONS) https://github.com/bitcoin/bitcoin/pull/18757
< bitcoin-git> [bitcoin] theStack opened pull request #18756: refactor: test: use wait_for_getdata() in p2p_compactblocks.py (master...20200424-test-use-wait_for_getdata-in-p2p_compactblocks) https://github.com/bitcoin/bitcoin/pull/18756
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18752: test: Fix intermittent error in mempool_reorg (master...2004-qaMempoolReorg) https://github.com/bitcoin/bitcoin/pull/18752
< bitcoin-git> bitcoin/master fae9866 MarcoFalke: test: Fix intermittent error in mempool_reorg
< bitcoin-git> bitcoin/master 85bae24 MarcoFalke: Merge #18752: test: Fix intermittent error in mempool_reorg
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d8ca51db5ddf...85bae24d060e
< bitcoin-git> [bitcoin] vasild opened pull request #18754: bench: add CAddrMan benchmarks (master...addrman_perf_test) https://github.com/bitcoin/bitcoin/pull/18754
< bitcoin-git> [bitcoin] fanquake merged pull request #18589: Fix naming of macOS SDK and clarify version (master...fix-osx-sdk-extract) https://github.com/bitcoin/bitcoin/pull/18589
< bitcoin-git> bitcoin/master d8ca51d fanquake: Merge #18589: Fix naming of macOS SDK and clarify version
< bitcoin-git> bitcoin/master eb37275 Andrew Chow: Fix naming of macOS SDK and clarify version
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/64139803f122...d8ca51db5ddf

2020-04-23

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18753: test: Fix intermittent failure in wallet_importmulti (master...2004-testFixInIm) https://github.com/bitcoin/bitcoin/pull/18753
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18752: test: Fix intermittent error in mempool_reorg (master...2004-qaMempoolReorg) https://github.com/bitcoin/bitcoin/pull/18752
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18751: doc: Explain why GetRandMicros must not be templated (master...2004-docGetRandMicros) https://github.com/bitcoin/bitcoin/pull/18751
< bitcoin-git> [bitcoin] vasild opened pull request #18750: build: optionally skip external warnings (master...suppress_external_warnings) https://github.com/bitcoin/bitcoin/pull/18750
< bitcoin-git> [bitcoin] Sjors closed pull request #12557: [WIP] 64 bit iOS device support (master...2018/02/depends-openssl-aarch64-apple-darwin1) https://github.com/bitcoin/bitcoin/pull/12557
< bitcoin-git> [bitcoin] Sjors closed pull request #15441: [doc] build: warn against spaces in working directory (master...2019/02/build_discourage_space) https://github.com/bitcoin/bitcoin/pull/15441
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18690: test: Check object hashes in wait_for_getdata (master...wait-for-getdata) https://github.com/bitcoin/bitcoin/pull/18690
< bitcoin-git> bitcoin/master 6413980 MarcoFalke: Merge #18690: test: Check object hashes in wait_for_getdata
< bitcoin-git> bitcoin/master 9f5608c Danny Lee: test: check for matching object hashes in wait_for_getdata
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e890c15e2cc9...64139803f122
< bitcoin-git> [bitcoin] vasild closed pull request #18149: build: add --enable-isystem and change --enable-werror to enable -Werror (master...werror) https://github.com/bitcoin/bitcoin/pull/18149
< bitcoin-git> [bitcoin] fanquake opened pull request #18748: [0.20] rc2 Backports (0.20...0_20_rc2_backports) https://github.com/bitcoin/bitcoin/pull/18748
< bitcoin-git> [bitcoin] meshcollider merged pull request #18671: wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet (master...2004-walletDumpChain) https://github.com/bitcoin/bitcoin/pull/18671
< bitcoin-git> bitcoin/master e890c15 Samuel Dobson: Merge #18671: wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet
< bitcoin-git> bitcoin/master fa60afc MarcoFalke: wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4f802e59a044...e890c15e2cc9
< bitcoin-git> [bitcoin] meshcollider merged pull request #17509: gui: save and load PSBT (master...2019/11/gui-psbt-save) https://github.com/bitcoin/bitcoin/pull/17509
< bitcoin-git> bitcoin/master 1d05a9d Sjors Provoost: Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.h
< bitcoin-git> bitcoin/master 86e22d2 Sjors Provoost: [util] GetFileSize