2021-02-12

< bitcoin-git> bitcoin/master 7097add fanquake: refactor: replace Boost shared_mutex with std shared_mutex in sigcache
< bitcoin-git> bitcoin/master 8e55981 fanquake: refactor: replace Boost shared_mutex with std shared_mutex in cuckoocache ...
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/54b66a6e5f26...9996b1806a18
< bitcoin-git> [bitcoin] laanwj merged pull request #19522: build: fix building libconsensus with reduced exports for Darwin targets (master...libconsensus_visibility_clang) https://github.com/bitcoin/bitcoin/pull/19522
< bitcoin-git> bitcoin/master f054a08 fanquake: build: remove AX_GCC_FUNC_ATTRIBUTE test for dllimport
< bitcoin-git> bitcoin/master 7cd0a69 fanquake: build: test for __declspec(dllexport) in configure
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/8d82eddee640...54b66a6e5f26
< bitcoin-git> bitcoin/master 1624e17 fanquake: build: remove duplicate visibility attribute detection
< bitcoin-git> [bitcoin] laanwj merged pull request #19145: Add hash_type MUHASH for gettxoutsetinfo (master...csi-3-muhash-rpc) https://github.com/bitcoin/bitcoin/pull/19145
< bitcoin-git> bitcoin/master 0d3b2f6 Fabian Jahr: rpc: Add hash_type MUHASH to gettxoutsetinfo
< bitcoin-git> bitcoin/master a1fccea Fabian Jahr: refactor: Improve encapsulation between MuHash3072 and Num3072
< bitcoin-git> bitcoin/master 2474645 Fabian Jahr: refactor: Separate hash and stats calculation in coinstats
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/937dfa839873...8d82eddee640
< bitcoin-git> [bitcoin] fanquake opened pull request #21159: test: fix sign comparison warning in socket tests (master...sign_compare_sock_tests) https://github.com/bitcoin/bitcoin/pull/21159

2021-02-11

< bitcoin-git> [bitcoin] jrawsthorne opened pull request #21158: lib: Add Taproot support to libconsensus (master...libconsensus_taproot) https://github.com/bitcoin/bitcoin/pull/21158
< bitcoin-git> [bitcoin] prayank23 opened pull request #21157: doc: Improve Tor docs (master...tor-docs-add) https://github.com/bitcoin/bitcoin/pull/21157
< bitcoin-git> [bitcoin] prayank23 closed pull request #21155: doc: Improve Tor docs (master...tor-docs-improve) https://github.com/bitcoin/bitcoin/pull/21155
< bitcoin-git> [bitcoin] laanwj merged pull request #21041: log: Move "Pre-allocating up to position 0x[…] in […].dat" log message to debug category (master...pre-allocation-up-to-position-0xff-in-foo.dat) https://github.com/bitcoin/bitcoin/pull/21041
< bitcoin-git> bitcoin/master 937dfa8 Wladimir J. van der Laan: Merge #21041: log: Move "Pre-allocating up to position 0x[…] in […].dat" l...
< bitcoin-git> bitcoin/master 25f899c practicalswift: log: Move "Pre-allocating up to position 0x[...] in [...].dat" log message...
< bitcoin-git> bitcoin/master acd7980 practicalswift: log: Move "Leaving block file [...]: [...]" log message to debug category
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0ad46567905a...937dfa839873
< bitcoin-git> [bitcoin] prayank23 opened pull request #21155: doc: Improve Tor docs (master...tor-docs-improve) https://github.com/bitcoin/bitcoin/pull/21155
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20370: fuzz: version handshake (master...2011-fuzzNetFlags) https://github.com/bitcoin/bitcoin/pull/20370
< bitcoin-git> bitcoin/master 0ad4656 MarcoFalke: Merge #20370: fuzz: version handshake
< bitcoin-git> bitcoin/master fabce45 MarcoFalke: fuzz: version handshake
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8e1913ae025a...0ad46567905a
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21062: refactor: return MempoolAcceptResult from ATMP (master...2021-02-refactor-validation) https://github.com/bitcoin/bitcoin/pull/21062
< bitcoin-git> bitcoin/master 174cb53 gzhao408: [refactor] const ATMPArgs and non-const Workspace
< bitcoin-git> bitcoin/master f82baf0 gzhao408: [refactor] return MempoolAcceptResult
< bitcoin-git> bitcoin/master 9db10a5 gzhao408: [refactor] clean up logic in testmempoolaccept
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a1be08405d9b...8e1913ae025a
< bitcoin-git> bitcoin/master ba9d732 Vasil Dimov: net: add RAII socket and use it instead of bare SOCKET
< bitcoin-git> [bitcoin] laanwj merged pull request #20788: net: add RAII socket and use it instead of bare SOCKET (master...sock) https://github.com/bitcoin/bitcoin/pull/20788
< bitcoin-git> bitcoin/master dec9b5e Vasil Dimov: net: move CloseSocket() from netbase to util/sock
< bitcoin-git> bitcoin/master aa17a44 Vasil Dimov: net: move MillisToTimeval() from netbase to util/time
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/685c16fcb2c7...a1be08405d9b
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21043: net: Avoid UBSan warning in ProcessMessage(...) (master...ubsan-nTime) https://github.com/bitcoin/bitcoin/pull/21043
< bitcoin-git> bitcoin/master 685c16f MarcoFalke: Merge #21043: net: Avoid UBSan warning in ProcessMessage(...)
< bitcoin-git> bitcoin/master 3ddbf22 MarcoFalke: util: Disallow negative mocktime
< bitcoin-git> bitcoin/master f5f2f97 practicalswift: net: Avoid UBSan warning in ProcessMessage(...)
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e498aeffbec9...685c16fcb2c7
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20211: Use -Wswitch for TxoutType where possible (master...2010-WswitchTxoutType) https://github.com/bitcoin/bitcoin/pull/20211
< bitcoin-git> bitcoin/master e498aef MarcoFalke: Merge #20211: Use -Wswitch for TxoutType where possible
< bitcoin-git> bitcoin/master fa650ca MarcoFalke: Use -Wswitch for TxoutType where possible
< bitcoin-git> bitcoin/master fa59e0b MarcoFalke: test: Add missing script_standard_Solver_success cases
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a59e7ed0bc34...e498aeffbec9
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20915: fuzz: Fail if message type is not fuzzed (master...2101-fuzzFailMsgType) https://github.com/bitcoin/bitcoin/pull/20915
< bitcoin-git> bitcoin/master a59e7ed MarcoFalke: Merge #20915: fuzz: Fail if message type is not fuzzed
< bitcoin-git> bitcoin/master fa4bc89 MarcoFalke: fuzz: Fail if message type is not fuzzed
< bitcoin-git> bitcoin/master faefed8 MarcoFalke: fuzz: Count message type fuzzers before main()
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dd0521b6408a...a59e7ed0bc34
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21023: fuzz: Disable shuffle when merge=1 (master...2101-fuzzMerge) https://github.com/bitcoin/bitcoin/pull/21023
< bitcoin-git> bitcoin/master dd0521b MarcoFalke: Merge #21023: fuzz: Disable shuffle when merge=1
< bitcoin-git> bitcoin/master fabeb5b MarcoFalke: fuzz: Disable shuffle when merge=1
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b69eab902567...dd0521b6408a
< bitcoin-git> bitcoin/master b69eab9 MarcoFalke: Merge #20663: fuzz: Hide script_assets_test_minimizer
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20663: fuzz: Hide script_assets_test_minimizer (master...2012-fuzzNoReg) https://github.com/bitcoin/bitcoin/pull/20663
< bitcoin-git> bitcoin/master fac726b MarcoFalke: doc: Fixup docs in fuzz/script_assets_test_minimizer.cpp
< bitcoin-git> bitcoin/master fafca47 MarcoFalke: fuzz: Hide script_assets_test_minimizer
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/deb185d2fdcd...b69eab902567
< bitcoin-git> [bitcoin] ajtowns opened pull request #21148: Split orphan handling from net_processing into txorphanage (master...202102-txorphanage) https://github.com/bitcoin/bitcoin/pull/21148

2021-02-10

< bitcoin-git> [bitcoin] glozow opened pull request #21146: [WIP] validation/coins: limit MemPoolAccept access to coins cache (master...2021-02-coinsviews) https://github.com/bitcoin/bitcoin/pull/21146
< bitcoin-git> [bitcoin] danben opened pull request #21144: test: convert feature_bip_sequence.py to use MiniWallet (master...test-feature-bip68-sequence-without-wallet) https://github.com/bitcoin/bitcoin/pull/21144
< bitcoin-git> [bitcoin] laanwj merged pull request #21130: script: Make LXC container size suitable for gitian builds (master...210209-lxc) https://github.com/bitcoin/bitcoin/pull/21130
< bitcoin-git> bitcoin/master deb185d Wladimir J. van der Laan: Merge #21130: script: Make LXC container size suitable for gitian builds
< bitcoin-git> bitcoin/master 166266a Hennadii Stepanov: script: Make LXC container size suitable for gitian builds
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3c514cfe628d...deb185d2fdcd
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21142: fuzz: Add tx_pool fuzz target (master...2102-fuzzPool) https://github.com/bitcoin/bitcoin/pull/21142
< bitcoin-git> [bitcoin] laanwj merged pull request #21114: Deduplicate some block-to-JSON code (master...getblock-dedup) https://github.com/bitcoin/bitcoin/pull/21114
< bitcoin-git> bitcoin/master fa2c521 Daniel Kraft: Deduplicate some block-to-JSON code.
< bitcoin-git> bitcoin/master 3c514cf Wladimir J. van der Laan: Merge #21114: Deduplicate some block-to-JSON code
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b3dda0af0ea0...3c514cfe628d
< bitcoin-git> [bitcoin] laanwj merged pull request #21123: code style: Add EditorConfig file (master...feature/editorconfig) https://github.com/bitcoin/bitcoin/pull/21123
< bitcoin-git> bitcoin/master b3dda0a Wladimir J. van der Laan: Merge #21123: code style: Add EditorConfig file
< bitcoin-git> bitcoin/master 7a135d5 Kiminuo: Add EditorConfig file.
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cda914228a56...b3dda0af0ea0
< bitcoin-git> [bitcoin] maayank opened pull request #21141: Add new format string placeholders for walletnotify (master...walletnotify-blockhash) https://github.com/bitcoin/bitcoin/pull/21141
< bitcoin-git> [bitcoin] fanquake merged pull request #21138: ci: Re-run wine tests once if they fail (master...2102-ciWin) https://github.com/bitcoin/bitcoin/pull/21138
< bitcoin-git> bitcoin/master faa8afe MarcoFalke: ci: Re-run wine tests once if they fail
< bitcoin-git> bitcoin/master cda9142 fanquake: Merge #21138: ci: Re-run wine tests once if they fail
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f61c3a109098...cda914228a56
< bitcoin-git> [bitcoin] hebasto opened pull request #21140: script: Drop KVM support in gitian-build.py (master...210210-kvm) https://github.com/bitcoin/bitcoin/pull/21140
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21125: test: Change BOOST_CHECK to BOOST_CHECK_EQUAL for paths (master...feature/boost-equal) https://github.com/bitcoin/bitcoin/pull/21125
< bitcoin-git> bitcoin/master f61c3a1 MarcoFalke: Merge #21125: test: Change BOOST_CHECK to BOOST_CHECK_EQUAL for paths
< bitcoin-git> bitcoin/master 059e8cc Kiminuo: Change BOOST_CHECK to BOOST_CHECK_EQUAL to see mismatched values when a ch...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/09530b0255ab...f61c3a109098
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #21139: doc: Add missing copyright header to util/getuniquepath (master...2102-c) https://github.com/bitcoin/bitcoin/pull/21139
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21139: doc: Add missing copyright header to util/getuniquepath (master...2102-c) https://github.com/bitcoin/bitcoin/pull/21139
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21138: ci: Re-run wine tests once if they fail (master...2102-ciWin) https://github.com/bitcoin/bitcoin/pull/21138
< bitcoin-git> [bitcoin] fanquake opened pull request #21135: scripts: check for control flow instrumentation in security-check.py (master...security_check_cf_protection) https://github.com/bitcoin/bitcoin/pull/21135
< bitcoin-git> [bitcoin] mint-young closed pull request #21134: Ecc 0.1.2 (master...ecc-0.1.2) https://github.com/bitcoin/bitcoin/pull/21134
< bitcoin-git> [bitcoin] mint-young opened pull request #21134: Ecc 0.1.2 (master...ecc-0.1.2) https://github.com/bitcoin/bitcoin/pull/21134
< bitcoin-git> [bitcoin] fanquake merged pull request #21126: ci: Properly bump to focal for win cross build (master...2102-ciWin) https://github.com/bitcoin/bitcoin/pull/21126
< bitcoin-git> bitcoin/master 09530b0 fanquake: Merge #21126: ci: Properly bump to focal for win cross build
< bitcoin-git> bitcoin/master fa272df MarcoFalke: ci: Properly bump to focal for win cross build
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d202054675c9...09530b0255ab

2021-02-09

< bitcoin-git> [bitcoin] laanwj merged pull request #21052: refactor: Replace fs::unique_path with GetUniquePath(path) calls (master...feature/fs-unique-path) https://github.com/bitcoin/bitcoin/pull/21052
< bitcoin-git> bitcoin/master d202054 Wladimir J. van der Laan: Merge #21052: refactor: Replace fs::unique_path with GetUniquePath(path) c...
< bitcoin-git> bitcoin/master 1bca2aa Kiminuo: Introduce GetUniquePath(base) helper method to replace boost::filesystem::...
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d48f9e8ebbb7...d202054675c9
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21124: test: remove unnecessary assignment in bdb (master...fix-bdb-test) https://github.com/bitcoin/bitcoin/pull/21124
< bitcoin-git> bitcoin/master d48f9e8 MarcoFalke: Merge #21124: test: remove unnecessary assignment in bdb
< bitcoin-git> bitcoin/master c9095b7 Bruno Garcia: test: remove unnecessary assignment in bdb
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b847f49717d1...d48f9e8ebbb7
< bitcoin-git> [bitcoin] hebasto opened pull request #21130: script: Make LXC container size suitable for gitian builds (master...210209-lxc) https://github.com/bitcoin/bitcoin/pull/21130
< bitcoin-git> [bitcoin] fanquake closed pull request #21128: doc: Update Whitepaper link in README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21128
< bitcoin-git> [bitcoin] vasild opened pull request #21129: fuzz: check that ser+unser produces the same AddrMan (master...fuzz_addrman_serunser) https://github.com/bitcoin/bitcoin/pull/21129
< bitcoin-git> [bitcoin] SteversIO opened pull request #21128: Update Whitepaper link in README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21128
< bitcoin-git> [bitcoin] Sjors opened pull request #21127: wallet: load flags before everything else (master...2021/02/wallet_flags) https://github.com/bitcoin/bitcoin/pull/21127
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21126: ci: Properly bump to focal for win cross build (master...2102-ciWin) https://github.com/bitcoin/bitcoin/pull/21126
< bitcoin-git> [bitcoin] kiminuo opened pull request #21125: test: Change BOOST_CHECK to BOOST_CHECK_EQUAL (master...feature/boost-equal) https://github.com/bitcoin/bitcoin/pull/21125
< bitcoin-git> [bitcoin] brunoerg opened pull request #21124: test: remove unnecessary assignment in bdb (master...fix-bdb-test) https://github.com/bitcoin/bitcoin/pull/21124
< bitcoin-git> [bitcoin] laanwj merged pull request #20557: addrman: Fix new table bucketing during unserialization (master...2020-12-fix-addrman-bucketing) https://github.com/bitcoin/bitcoin/pull/20557
< bitcoin-git> bitcoin/master 8062d92 John Newbery: [addrman] Rename asmap version to asmap checksum
< bitcoin-git> bitcoin/master 009b8e0 John Newbery: [addrman] Improve variable naming/code style of touched code.
< bitcoin-git> [bitcoin] laanwj pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/3641ec1aacfe...b847f49717d1
< bitcoin-git> bitcoin/master b4c5fda John Newbery: [addrman] Fix new table bucketing during unserialization
< bitcoin-git> [bitcoin] kiminuo opened pull request #21123: code style: Add EditorConfig file (master...feature/editorconfig) https://github.com/bitcoin/bitcoin/pull/21123
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21112: ci: use Focal for macOS cross builds (master...actually_use_focal_in_cirrus_ci) https://github.com/bitcoin/bitcoin/pull/21112
< bitcoin-git> bitcoin/master 3641ec1 MarcoFalke: Merge #21112: ci: use Focal for macOS cross builds
< bitcoin-git> bitcoin/master ac24af4 fanquake: ci: use Ubuntu Focal for macOS cross build
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/19b1ceddc716...3641ec1aacfe
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21075: doc: Fix markdown formatting (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21075
< bitcoin-git> bitcoin/master 19b1ced MarcoFalke: Merge #21075: doc: Fix markdown formatting
< bitcoin-git> bitcoin/master e1604b3 Gunar C. Gessner: doc: Replace tabs for spaces
< bitcoin-git> bitcoin/master 98db48d Gunar Gessner: doc: Fix markdown formatting
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c4214d0e0df0...19b1ceddc716
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21117: test: remove assert_blockchain_height (master...2102-testNoTimeout) https://github.com/bitcoin/bitcoin/pull/21117
< bitcoin-git> bitcoin/master c4214d0 MarcoFalke: Merge #21117: test: remove assert_blockchain_height
< bitcoin-git> bitcoin/master fa0a4d6 MarcoFalke: test: remove assert_blockchain_height
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a0077a80b054...c4214d0e0df0
< bitcoin-git> [bitcoin] fanquake merged pull request #21116: build: Disable --disable-fuzz-binary for gitian/guix builds (master...210208-fuzz) https://github.com/bitcoin/bitcoin/pull/21116
< bitcoin-git> bitcoin/master a0077a8 fanquake: Merge #21116: build: Disable --disable-fuzz-binary for gitian/guix builds
< bitcoin-git> bitcoin/master fd7caae Hennadii Stepanov: build: Disable --disable-fuzz-binary for gitian builds
< bitcoin-git> bitcoin/master cb151b7 Hennadii Stepanov: build: Disable --disable-fuzz-binary for guix builds
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d8646966497f...a0077a80b054
< bitcoin-git> [bitcoin] fanquake merged pull request #21115: test: Fix Windows cross build (master...210208-win) https://github.com/bitcoin/bitcoin/pull/21115
< bitcoin-git> bitcoin/master d864696 fanquake: Merge #21115: test: Fix Windows cross build
< bitcoin-git> bitcoin/master 723eb43 Hennadii Stepanov: test: Fix Windows cross build
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b09ad737eef6...d8646966497f

2021-02-08

< bitcoin-git> bitcoin/master b09ad73 MarcoFalke: Merge #20944: rpc: Return total fee in getmempoolinfo
< bitcoin-git> bitcoin/master fa36206 MarcoFalke: rpc: Return total fee in mempool
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b401b093556f...b09ad737eef6
< bitcoin-git> [bitcoin] amitiuttarwar opened pull request #21121: [test] Small unit test improvements, including helper to make mempool transaction (master...2021-01-unit-test-valid-tx) https://github.com/bitcoin/bitcoin/pull/21121
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21117: test: remove assert_blockchain_height (master...2102-testNoTimeout) https://github.com/bitcoin/bitcoin/pull/21117
< bitcoin-git> [bitcoin] hebasto opened pull request #21116: build: Disable --disable-fuzz-binary for gitian builds (master...210208-fuzz) https://github.com/bitcoin/bitcoin/pull/21116
< bitcoin-git> [bitcoin] hebasto opened pull request #21115: test: Fix Windows cross build (master...210208-win) https://github.com/bitcoin/bitcoin/pull/21115
< bitcoin-git> [bitcoin] domob1812 opened pull request #21114: Deduplicate some block-to-JSON code (master...getblock-dedup) https://github.com/bitcoin/bitcoin/pull/21114
< bitcoin-git> [bitcoin] fanquake opened pull request #21112: ci: use Focal for macOS and Win cross builds (master...actually_use_focal_in_cirrus_ci) https://github.com/bitcoin/bitcoin/pull/21112
< bitcoin-git> [bitcoin] parazyd opened pull request #21111: Improve OpenRC initscript (master...openrc-init-improve) https://github.com/bitcoin/bitcoin/pull/21111
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21107: test: remove type: comments in favour of actual annotations (master...just_use_typing_directly) https://github.com/bitcoin/bitcoin/pull/21107
< bitcoin-git> bitcoin/master b401b09 MarcoFalke: Merge #21107: test: remove type: comments in favour of actual annotations
< bitcoin-git> bitcoin/master 9913419 fanquake: test: remove type: comments in favour of actual annotations
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ca85449f22cb...b401b093556f
< bitcoin-git> [bitcoin] fanquake opened pull request #21110: util: remove Boost posix_time usage from GetTime* (master...no_boost_gettime) https://github.com/bitcoin/bitcoin/pull/21110
< bitcoin-git> bitcoin/master ca85449 MarcoFalke: Merge #21036: gitian: Bump descriptors to Focal for 22.0
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21036: gitian: Bump descriptors to Focal for 22.0 (master...gitian_bump_22_0) https://github.com/bitcoin/bitcoin/pull/21036
< bitcoin-git> bitcoin/master 2ecaf21 fanquake: gitian: remove execstack workaround for ricv64 & powerpc64le
< bitcoin-git> bitcoin/master 5baff2b fanquake: build: use focal in gitian descriptors
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c969ab43c388...ca85449f22cb
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21084: test: fix timeout decrease in feature_assumevalid (master...fix-timeout-assumevalid) https://github.com/bitcoin/bitcoin/pull/21084
< bitcoin-git> bitcoin/master 0d39b58 Bruno Garcia: test: fix timeout decrease in feature_assumevalid
< bitcoin-git> bitcoin/master c969ab4 MarcoFalke: Merge #21084: test: fix timeout decrease in feature_assumevalid
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e51f6c4dee3d...c969ab43c388
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20936: build: build fuzz tests by default (master...build-fuzz-tests-by-default) https://github.com/bitcoin/bitcoin/pull/20936
< bitcoin-git> bitcoin/master 32cbb06 Dan Benjamin: build: build fuzz tests by default.
< bitcoin-git> bitcoin/master e51f6c4 MarcoFalke: Merge #20936: build: build fuzz tests by default
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8636288db130...e51f6c4dee3d
< bitcoin-git> [bitcoin] fanquake merged pull request #20720: build: more robustly check for fcf-protection support (master...more_robust_fcf_protection) https://github.com/bitcoin/bitcoin/pull/20720
< bitcoin-git> bitcoin/master 8636288 fanquake: Merge #20720: build: more robustly check for fcf-protection support
< bitcoin-git> bitcoin/master e9189a7 fanquake: build: more robustly check for fcf-protection support
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cf26ca3911f3...8636288db130
< bitcoin-git> [bitcoin] fanquake opened pull request #21107: test: remove type: comments in favour of actual annotations (master...just_use_typing_directly) https://github.com/bitcoin/bitcoin/pull/21107
< bitcoin-git> [bitcoin] fanquake merged pull request #21081: test: fix the unreachable code at feature_taproot (master...taproot-test-return) https://github.com/bitcoin/bitcoin/pull/21081
< bitcoin-git> bitcoin/master cf26ca3 fanquake: Merge #21081: test: fix the unreachable code at feature_taproot
< bitcoin-git> bitcoin/master 5e0cd25 Bruno Garcia: fix the unreachable code at feature_taproot
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1815847103c2...cf26ca3911f3
< bitcoin-git> [bitcoin] fanquake merged pull request #21105: docs: correctly identify script type (master...nifty/spelling-nit) https://github.com/bitcoin/bitcoin/pull/21105
< bitcoin-git> bitcoin/master 4ed064d lisa neigut: docs: correctly identify script type
< bitcoin-git> bitcoin/master 1815847 fanquake: Merge #21105: docs: correctly identify script type
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6c6140846f37...1815847103c2

2021-02-07

< bitcoin-git> [bitcoin] pstratem opened pull request #21106: add timeout to initial block download (master...2021-02-07-isinitialblockdownload-timeout) https://github.com/bitcoin/bitcoin/pull/21106
< bitcoin-git> [bitcoin] niftynei opened pull request #21105: docs: correctly identify script type (master...nifty/spelling-nit) https://github.com/bitcoin/bitcoin/pull/21105
< bitcoin-git> [bitcoin] wodry opened pull request #21102: Log debug log category (master...log-debug-category) https://github.com/bitcoin/bitcoin/pull/21102
< bitcoin-git> [bitcoin] theStack opened pull request #21100: test: remove unused function xor_bytes (master...2021-test-remove_unused_xor_bytes) https://github.com/bitcoin/bitcoin/pull/21100
< bitcoin-git> [bitcoin] fanquake closed pull request #21097: Fix original whitepaper address (master...eribertomota-fix-url) https://github.com/bitcoin/bitcoin/pull/21097
< bitcoin-git> [bitcoin] eribertomota opened pull request #21097: Fix original whitepaper address (master...eribertomota-fix-url) https://github.com/bitcoin/bitcoin/pull/21097

2021-02-06

< bitcoin-git> [bitcoin] flack opened pull request #21096: Re-add dead code detection (master...resurrect-vulture) https://github.com/bitcoin/bitcoin/pull/21096
< bitcoin-git> [bitcoin] sipa closed pull request #21091: *#67# phone Create AmancioJSilvJr (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21091
< bitcoin-git> [bitcoin] amanciojsilvjr opened pull request #21091: *#67# phone Create AmancioJSilvJr (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21091

2021-02-05

< bitcoin-git> [bitcoin] dhruv opened pull request #21090: Default to NODE_WITNESS in nLocalServices (master...default-to-node-witness-2021) https://github.com/bitcoin/bitcoin/pull/21090
< bitcoin-git> [bitcoin] dongcarl opened pull request #21089: guix: Add support for powerpc64{,le} (master...2021-02-guix-ppc64-support) https://github.com/bitcoin/bitcoin/pull/21089
< bitcoin-git> [bitcoin] dongcarl opened pull request #21088: guix: Jump forwards in time-machine and adapt (master...2021-02-bump-time-machine) https://github.com/bitcoin/bitcoin/pull/21088
< bitcoin-git> [bitcoin] dongcarl opened pull request #21087: guix: Passthrough BASE_CACHE into container (master...2020-12-guix-base-cache) https://github.com/bitcoin/bitcoin/pull/21087
< bitcoin-git> bitcoin/master 506e658 Jon Atack: gui: display plain "Inbound" in peer details
< bitcoin-git> bitcoin/master 6c61408 Jonas Schnelli: Merge bitcoin-core/gui#203: Display plain "Inbound" in peer details
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/173cf31299eb...6c6140846f37
< bitcoin-git> [gui] jonasschnelli merged pull request #203: Display plain "Inbound" in peer details (master...display-plain-inbound-and-add-release-notes) https://github.com/bitcoin-core/gui/pull/203
< bitcoin-git> [gui] jonatack closed pull request #201: gui: ensure inbound block relay peers have relevant services (master...inbound-block-relay) https://github.com/bitcoin-core/gui/pull/201
< bitcoin-git> bitcoin/master 173cf31 Wladimir J. van der Laan: Merge #20839: fuzz: Avoid extraneous copy of input data, using Span<>
< bitcoin-git> [bitcoin] laanwj merged pull request #20839: fuzz: Avoid extraneous copy of input data, using Span<> (master...2101-fuzzSpan) https://github.com/bitcoin/bitcoin/pull/20839
< bitcoin-git> bitcoin/master faf7d74 MarcoFalke: fuzz: Avoid extraneous copy of input data, using Span<>
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b829894f8483...173cf31299eb
< bitcoin-git> [bitcoin] laanwj merged pull request #20764: cli -netinfo peer connections dashboard updates 🎄 ✨ (master...netinfo-updates-dec-2020) https://github.com/bitcoin/bitcoin/pull/20764
< bitcoin-git> bitcoin/master 5de7a6c Jon Atack: netinfo: display manual peers count
< bitcoin-git> bitcoin/master d3cca3b Jon Atack: netinfo: update to use peer connection types
< bitcoin-git> bitcoin/master 62bf5b7 Jon Atack: netinfo: add ConnectionTypeForNetinfo member helper function
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/a6b1bf64399f...b829894f8483
< bitcoin-git> [bitcoin] laanwj merged pull request #20267: Disable and fix tests for when BDB is not compiled (master...tests-opt-sqlite-bdb) https://github.com/bitcoin/bitcoin/pull/20267
< bitcoin-git> bitcoin/master 3641597 Andrew Chow: tests: Don't make any wallets unless wallet is required
< bitcoin-git> bitcoin/master b9b88f5 Andrew Chow: Skip legacy wallet reliant tests if BDB is not compiled
< bitcoin-git> [bitcoin] laanwj pushed 15 commits to master: https://github.com/bitcoin/bitcoin/compare/3931732191fb...a6b1bf64399f
< bitcoin-git> bitcoin/master 6f36242 Andrew Chow: tests: Set descriptors default based on compilation
< bitcoin-git> [bitcoin] WillyTheCat opened pull request #21086: ResetBlockFailureFlags did not remove the invalidity flag in other chain (master...master) https://github.com/bitcoin/bitcoin/pull/21086
< bitcoin-git> [bitcoin] Saibato opened pull request #21085: test: enable self.chain = 'main' to work in python bitcoin test framework (master...mainettests) https://github.com/bitcoin/bitcoin/pull/21085
< bitcoin-git> [bitcoin] laanwj merged pull request #20646: doc: refer to BIPs 339/155 in feature negotiation (master...signet-keep-post-verack-sendaddrv2-peers) https://github.com/bitcoin/bitcoin/pull/20646
< bitcoin-git> bitcoin/master 3931732 Wladimir J. van der Laan: Merge #20646: doc: refer to BIPs 339/155 in feature negotiation
< bitcoin-git> bitcoin/master e1e6714 Jon Atack: doc: refer to BIPs 339/155 in feature negotiation
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/53730a78bc3b...3931732191fb
< bitcoin-git> [bitcoin] jonatack reopened pull request #20646: doc: refer to BIPs 339/155 in feature negotiation (master...signet-keep-post-verack-sendaddrv2-peers) https://github.com/bitcoin/bitcoin/pull/20646
< bitcoin-git> [bitcoin] jonatack closed pull request #20646: doc: refer to BIPs 339/155 in feature negotiation (master...signet-keep-post-verack-sendaddrv2-peers) https://github.com/bitcoin/bitcoin/pull/20646
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21077: doc: clarify -timeout and -peertimeout config options (master...2021-02-peertimeout) https://github.com/bitcoin/bitcoin/pull/21077
< bitcoin-git> bitcoin/master 53730a7 MarcoFalke: Merge #21077: doc: clarify -timeout and -peertimeout config options
< bitcoin-git> bitcoin/master eecb7ab gzhao408: [doc] clarify -peertimeout and -timeout descriptions
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/01d2cf2674fd...53730a78bc3b
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21080: fuzz: Configure check for main function (take 2) (master...2101-fuzzTake2) https://github.com/bitcoin/bitcoin/pull/21080
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4013e44c7444...01d2cf2674fd
< bitcoin-git> bitcoin/master fac4be3 MarcoFalke: fuzz: Configure check for main function (take 2)
< bitcoin-git> bitcoin/master 01d2cf2 MarcoFalke: Merge #21080: fuzz: Configure check for main function (take 2)
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21082: refactor: Treat ArgsManager::Flags as uint32_t explicitly (master...2102-unsigned) https://github.com/bitcoin/bitcoin/pull/21082
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ea5a50f92a6f...4013e44c7444
< bitcoin-git> bitcoin/master faf3b4b MarcoFalke: refactor: Treat ArgsManager::Flags as uint32_t explicitly
< bitcoin-git> bitcoin/master 4013e44 MarcoFalke: Merge #21082: refactor: Treat ArgsManager::Flags as uint32_t explicitly
< bitcoin-git> [bitcoin] brunoerg opened pull request #21084: test: fix timeout decrease in feature_assumevalid (master...fix-timeout-assumevalid) https://github.com/bitcoin/bitcoin/pull/21084
< bitcoin-git> [bitcoin] achow101 opened pull request #21083: wallet: Avoid requesting fee rates multiple times during coin selection (master...createtx-same-feerate) https://github.com/bitcoin/bitcoin/pull/21083

2021-02-04

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21082: refactor: Treat ArgsManager::Flags as uint32_t explicitly (master...2102-unsigned) https://github.com/bitcoin/bitcoin/pull/21082
< bitcoin-git> [bitcoin] brunoerg opened pull request #21081: test, refactor: fix the unreachable code at feature_taproot (master...taproot-test-return) https://github.com/bitcoin/bitcoin/pull/21081
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21080: fuzz: Configure check for main function (take 2) (master...2101-fuzzTake2) https://github.com/bitcoin/bitcoin/pull/21080
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21042: doc, test: Improve setup_clean_chain documentation (master...scc-docs) https://github.com/bitcoin/bitcoin/pull/21042
< bitcoin-git> bitcoin/master ea5a50f MarcoFalke: Merge #21042: doc, test: Improve setup_clean_chain documentation
< bitcoin-git> bitcoin/master 590bda7 Fabian Jahr: scripted-diff: Remove setup_clean_chain if default is not changed
< bitcoin-git> bitcoin/master 98892f3 Fabian Jahr: doc: Improve setup_clean_chain documentation
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f1239b70d116...ea5a50f92a6f
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21025: validation: Guard chainman chainstates with cs_main (master...2021-01-chainman-activechainstate-locking) https://github.com/bitcoin/bitcoin/pull/21025
< bitcoin-git> bitcoin/master f1239b7 MarcoFalke: Merge #21025: validation: Guard chainman chainstates with cs_main
< bitcoin-git> bitcoin/master 20677ff Carl Dong: validation: Guard all chainstates with cs_main
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4e946ebcf111...f1239b70d116
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20715: util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet (master...2012-argsCmd) https://github.com/bitcoin/bitcoin/pull/20715
< bitcoin-git> bitcoin/master 7777105 MarcoFalke: refactor: Move all command dependend checks to ExecuteWalletToolFunc
< bitcoin-git> bitcoin/master fa06bce MarcoFalke: test: Add tests
< bitcoin-git> bitcoin/master fac05cc MarcoFalke: wallet: [refactor] Pass ArgsManager to WalletAppInit
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/5a429d3d0fec...4e946ebcf111
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21049: Add release notes for listdescriptors RPC (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21049
< bitcoin-git> bitcoin/master 5a429d3 MarcoFalke: Merge #21049: Add release notes for listdescriptors RPC
< bitcoin-git> bitcoin/master 51f3752 Ivan Metlushko: Add release notes for listdescriptors RPC
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5f18080c29c2...5a429d3d0fec
< bitcoin-git> [bitcoin] fanquake opened pull request #21078: guix: only download sources for hosts being built (master...guix_selective_download) https://github.com/bitcoin/bitcoin/pull/21078
< bitcoin-git> [bitcoin] fanquake merged pull request #21065: build: make macOS HOST in download-osx generic (master...correct_host_download_osx) https://github.com/bitcoin/bitcoin/pull/21065
< bitcoin-git> bitcoin/master 5f18080 fanquake: Merge #21065: build: make macOS HOST in download-osx generic
< bitcoin-git> bitcoin/master f22a3ec fanquake: build: make macOS HOST in download-osx generic
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ea96e17e1f2c...5f18080c29c2

2021-02-03

< bitcoin-git> [bitcoin] glozow opened pull request #21077: doc: clarify -peertimeout (master...2021-02-peertimeout) https://github.com/bitcoin/bitcoin/pull/21077
< bitcoin-git> [bitcoin] gunar opened pull request #21075: doc: Fix markdown formatting (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21075
< bitcoin-git> [bitcoin] Saibato opened pull request #21073: wallet: check when create wallets for the reserved name "wallets" (master...sanitycheck) https://github.com/bitcoin/bitcoin/pull/21073
< bitcoin-git> [bitcoin] fanquake merged pull request #21060: doc: More precise -debug and -debugexclude doc (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21060
< bitcoin-git> bitcoin/master ea96e17 fanquake: Merge #21060: doc: More precise -debug and -debugexclude doc
< bitcoin-git> bitcoin/master 572fd0f wodry: doc: More precise -debug and -debugexclude doc
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/384e090f9345...ea96e17e1f2c

2021-02-02

< bitcoin-git> [bitcoin] practicalswift opened pull request #21068: Add GitHub Codespaces integration to allow for easy onboarding of future generations of contributors (master...github-codespaces) https://github.com/bitcoin/bitcoin/pull/21068
< bitcoin-git> [bitcoin] hebasto closed pull request #21066: build: Drop boost-system dependency (master...210202-system) https://github.com/bitcoin/bitcoin/pull/21066
< bitcoin-git> [bitcoin] fanquake closed pull request #21067: Fix whitepaper link in ReadMe (master...fix-whitepaper-link) https://github.com/bitcoin/bitcoin/pull/21067
< bitcoin-git> [bitcoin] x4e opened pull request #21067: Fix whitepaper link in ReadMe (master...fix-whitepaper-link) https://github.com/bitcoin/bitcoin/pull/21067
< bitcoin-git> [bitcoin] jonatack reopened pull request #20877: netinfo: user help and argument parsing improvements (master...netinfo-help-follow-ups) https://github.com/bitcoin/bitcoin/pull/20877
< bitcoin-git> [bitcoin] jonatack closed pull request #20877: netinfo: user help and argument parsing improvements (master...netinfo-help-follow-ups) https://github.com/bitcoin/bitcoin/pull/20877
< bitcoin-git> [bitcoin] hebasto opened pull request #21066: build: Drop boost-system dependency (master...210202-system) https://github.com/bitcoin/bitcoin/pull/21066
< bitcoin-git> [bitcoin] fanquake opened pull request #21065: build: make macOS HOST in download-osx generic (master...correct_host_download_osx) https://github.com/bitcoin/bitcoin/pull/21065
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19509: Per-Peer Message Capture (master...message-dump) https://github.com/bitcoin/bitcoin/pull/19509
< bitcoin-git> bitcoin/master f2a77ff Troy Giorshev: Add CaptureMessage
< bitcoin-git> bitcoin/master 4d1a582 Troy Giorshev: Call CaptureMessage at appropriate locations
< bitcoin-git> bitcoin/master dbf779d Troy Giorshev: Clean PushMessage and ProcessMessages
< bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/1e69800d5e60...384e090f9345
< bitcoin-git> [bitcoin] laanwj merged pull request #21059: Drop boost/preprocessor dependencies (master...210201-macro) https://github.com/bitcoin/bitcoin/pull/21059
< bitcoin-git> bitcoin/master e99db77 Hennadii Stepanov: Drop boost/preprocessor dependencies
< bitcoin-git> bitcoin/master 1e69800 Wladimir J. van der Laan: Merge #21059: Drop boost/preprocessor dependencies
< bitcoin-git> bitcoin/master 12f5028 Hennadii Stepanov: refactor: Move STRINGIZE macro to macros.h
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f72d80b07af8...1e69800d5e60
< bitcoin-git> [bitcoin] fanquake opened pull request #21064: refactor: use std::shared_mutex & remove Boost Thread (master...use_std_shared_mutex) https://github.com/bitcoin/bitcoin/pull/21064
< bitcoin-git> [bitcoin] S3RK opened pull request #21063: wallet, rpc: update listdescriptors response format (master...listdescriptors_format) https://github.com/bitcoin/bitcoin/pull/21063

2021-02-01

< bitcoin-git> [gui] RandyMcMillan opened pull request #208: docs: update README notes for /interfaces (master...interfaces-notes) https://github.com/bitcoin-core/gui/pull/208
< bitcoin-git> [bitcoin] cdecker opened pull request #21056: rpc: Add a `-rpcwaittimeout` parameter to limit time spent waiting (master...rpcwait-timeout) https://github.com/bitcoin/bitcoin/pull/21056
< bitcoin-git> [bitcoin] dongcarl opened pull request #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation functions (master...2020-09-reduce-validation-ccsactiveglobal-usage) https://github.com/bitcoin/bitcoin/pull/21055
< bitcoin-git> [bitcoin] theStack opened pull request #21053: rpc, test: document {previous,next}blockhash as optional (master...2021-rpc-test-document-previousnextblockhash-as-optional) https://github.com/bitcoin/bitcoin/pull/21053
< bitcoin-git> [bitcoin] laanwj merged pull request #20464: refactor: Treat CDataStream bytes as uint8_t (master...2011-dataStream) https://github.com/bitcoin/bitcoin/pull/20464
< bitcoin-git> bitcoin/master fada14b MarcoFalke: Treat CDataStream bytes as uint8_t
< bitcoin-git> bitcoin/master faa96f8 MarcoFalke: Remove unused CDataStream methods
< bitcoin-git> bitcoin/master fa8bdb0 MarcoFalke: refactor: Drop CDataStream constructors in favor of one taking a Span of b...
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/56fcf93349c3...2c0fc856a6b0
< bitcoin-git> [bitcoin] laanwj merged pull request #21026: doc: Document use of make-tag script to make tags (master...2021-01-make-tag) https://github.com/bitcoin/bitcoin/pull/21026
< bitcoin-git> bitcoin/master 56fcf93 Wladimir J. van der Laan: Merge #21026: doc: Document use of make-tag script to make tags