2020-09-04

< bitcoin-git> bitcoin/master 7140b31 Hennadii Stepanov: refactor: CTxMemPool::ApplyDelta() requires CTxMemPool::cs lock
< bitcoin-git> [bitcoin] laanwj merged pull request #19854: Avoid locking CTxMemPool::cs recursively in simple cases (master...200901-mmx3) https://github.com/bitcoin/bitcoin/pull/19854
< bitcoin-git> bitcoin/master 66e47e5 Hennadii Stepanov: refactor: CTxMemPool::UpdateChild() requires CTxMemPool::cs lock
< bitcoin-git> bitcoin/master 9398077 Hennadii Stepanov: refactor: CTxMemPool::UpdateParent() requires CTxMemPool::cs lock
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/a0a422c34cfd...99a8eb605180
< bitcoin-git> [bitcoin] naumenkogs opened pull request #19869: Better intervals between feelers (master...2020-09-feeler-time-fixes) https://github.com/bitcoin/bitcoin/pull/19869
< bitcoin-git> [bitcoin] hebasto opened pull request #19868: build: Fix target name (master...200904-make) https://github.com/bitcoin/bitcoin/pull/19868
< bitcoin-git> [bitcoin] fanquake opened pull request #19867: build: document and cleanup Qt hacks (master...document_remaining_sed) https://github.com/bitcoin/bitcoin/pull/19867
< bitcoin-git> [bitcoin] jb55 opened pull request #19866: RFC: eBPF Linux tracepoints (master...usdt-probes) https://github.com/bitcoin/bitcoin/pull/19866

2020-09-03

< bitcoin-git> [bitcoin] ryanofsky opened pull request #19865: scripted-diff: Restore AssertLockHeld after #19668, remove LockAssertion (master...pr/locka) https://github.com/bitcoin/bitcoin/pull/19865
< bitcoin-git> [bitcoin] ariard closed pull request #19147: Document discouragement logic with regards to malicious exploitation (master...2020-06-doc-banman-infra) https://github.com/bitcoin/bitcoin/pull/19147
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #19754: wallet, gui: Reload previously loaded wallets on startup (master...load-on-start-gui) https://github.com/bitcoin/bitcoin/pull/19754
< bitcoin-git> bitcoin/master a0a422c Jonas Schnelli: Merge #19754: wallet, gui: Reload previously loaded wallets on startup
< bitcoin-git> bitcoin/master f1ee373 Andrew Chow: wallet: Reload previously loaded wallets on GUI startup
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bd60a9a8edd4...a0a422c34cfd
< bitcoin-git> [bitcoin] laanwj merged pull request #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan warning (master...CInv-type-refactoring) https://github.com/bitcoin/bitcoin/pull/19818
< bitcoin-git> bitcoin/master bd60a9a Wladimir J. van der Laan: Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan...
< bitcoin-git> bitcoin/master 7984c39 Jon Atack: test framework: serialize/deserialize inv type as unsigned int
< bitcoin-git> bitcoin/master 407175e Jon Atack: p2p: change CInv::type from int to uint32_t
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/69a13eb2467a...bd60a9a8edd4
< bitcoin-git> [bitcoin] laanwj merged pull request #19670: Protect localhost and block-relay-only peers from eviction (master...2020-08-improved-eviction) https://github.com/bitcoin/bitcoin/pull/19670
< bitcoin-git> bitcoin/master 69a13eb Wladimir J. van der Laan: Merge #19670: Protect localhost and block-relay-only peers from eviction
< bitcoin-git> bitcoin/master 752e6ad Suhas Daftuar: Protect localhost and block-relay-only peers from eviction
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4053de04e239...69a13eb2467a
< bitcoin-git> [bitcoin] laanwj merged pull request #19859: qa: Fixes failing functional test by changing version (master...qa-fix-wrong-version) https://github.com/bitcoin/bitcoin/pull/19859
< bitcoin-git> bitcoin/master 4053de0 Wladimir J. van der Laan: Merge #19859: qa: Fixes failing functional test by changing version
< bitcoin-git> bitcoin/master 6de9429 nthumann: qa: Changes v0.17.1 to v0.17.2
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/620ac8c47539...4053de04e239
< bitcoin-git> [bitcoin] laanwj merged pull request #19724: [net] Cleanup connection types- followups (master...2020-08-conn-refactor-followups) https://github.com/bitcoin/bitcoin/pull/19724
< bitcoin-git> bitcoin/master dff16b1 Amiti Uttarwar: [refactor] Restructure logic to check for addr relay.
< bitcoin-git> bitcoin/master a6ab1e8 Amiti Uttarwar: [net] Remove unnecessary default args on OpenNetworkConnection
< bitcoin-git> bitcoin/master 8d6ff46 Amiti Uttarwar: scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`
< bitcoin-git> [bitcoin] laanwj pushed 11 commits to master: https://github.com/bitcoin/bitcoin/compare/68f0ab26bca8...620ac8c47539
< bitcoin-git> [bitcoin] fanquake merged pull request #19805: wallet: Avoid deserializing unused records when salvaging (master...avoid-salvage-deser) https://github.com/bitcoin/bitcoin/pull/19805
< bitcoin-git> bitcoin/master 68f0ab2 fanquake: Merge #19805: wallet: Avoid deserializing unused records when salvaging
< bitcoin-git> bitcoin/master 544e12a Andrew Chow: walletdb: Add KeyFilterFn to ReadKeyValue
< bitcoin-git> bitcoin/master 0bbe26a Andrew Chow: wallet: filter for keys only before record deser in salvage
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/136fe4c5e9fb...68f0ab26bca8
< bitcoin-git> [bitcoin] fanquake merged pull request #19816: test: Rename wait until helper to wait_until_helper (master...2008-testWaithelper) https://github.com/bitcoin/bitcoin/pull/19816
< bitcoin-git> bitcoin/master fa1cd9e MarcoFalke: test: Remove unused lock arg from BitcoinTestFramework.wait_until
< bitcoin-git> bitcoin/master fad2794 MarcoFalke: test: Rename wait until helper to wait_until_helper
< bitcoin-git> bitcoin/master facb41b MarcoFalke: test: Remove unused p2p_lock in VersionBitsWarningTest
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9876ab8c74ef...136fe4c5e9fb
< bitcoin-git> [bitcoin] fanquake merged pull request #19844: remove usage of boost::bind (master...sneak_boost_bind) https://github.com/bitcoin/bitcoin/pull/19844
< bitcoin-git> bitcoin/master 9876ab8 fanquake: Merge #19844: remove usage of boost::bind
< bitcoin-git> bitcoin/master e36f802 fanquake: lint: add C++ code linter
< bitcoin-git> bitcoin/master c4be50f fanquake: remove usage of boost::bind
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2d4574aad84a...9876ab8c74ef
< bitcoin-git> [bitcoin] fanquake merged pull request #19861: build: add /usr/local/ to LCOV_FILTER_PATTERN for macOS builds (master...macos_lcov_0902) https://github.com/bitcoin/bitcoin/pull/19861
< bitcoin-git> bitcoin/master 2d4574a fanquake: Merge #19861: build: add /usr/local/ to LCOV_FILTER_PATTERN for macOS buil...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c157a5069454...2d4574aad84a
< bitcoin-git> bitcoin/master 9bdde3c eugene: build: add /usr/local/ to LCOV_FILTER_PATTERN for macOS builds

2020-09-02

< bitcoin-git> [bitcoin] Crypt-iQ opened pull request #19861: build: add /usr/local/ to LCOV_PATTERN for macOS builds (master...macos_lcov_0902) https://github.com/bitcoin/bitcoin/pull/19861
< bitcoin-git> [bitcoin] ryanofsky reopened pull request #17556: test: Change feature_config_args.py not to rely on strange regtest=0 behavior (master...pr/wdpy) https://github.com/bitcoin/bitcoin/pull/17556
< bitcoin-git> [bitcoin] ryanofsky closed pull request #17556: test: Change feature_config_args.py not to rely on strange regtest=0 behavior (master...pr/wdpy) https://github.com/bitcoin/bitcoin/pull/17556
< bitcoin-git> [bitcoin] naumenkogs opened pull request #19860: Improve diversification of new connections: privacy and stability (master...2020-09-diverse-new-conn-fixes) https://github.com/bitcoin/bitcoin/pull/19860
< bitcoin-git> bitcoin/master c157a50 Wladimir J. van der Laan: Merge #19840: Avoid callback when -blocknotify is empty
< bitcoin-git> [bitcoin] laanwj merged pull request #19840: Avoid callback when -blocknotify is empty (master...2020-08-blocknotify) https://github.com/bitcoin/bitcoin/pull/19840
< bitcoin-git> bitcoin/master 413e0d1 João Barbosa: Avoid callback when -blocknotify is empty
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8845b38b599e...c157a5069454
< bitcoin-git> [bitcoin] fanquake merged pull request #19685: depends: CMake invocation cleanup (master...2020-08-depends-misc) https://github.com/bitcoin/bitcoin/pull/19685
< bitcoin-git> bitcoin/master 8e121e5 Carl Dong: depends: Cleanup CMake invocation
< bitcoin-git> bitcoin/master 8c7cd0c Carl Dong: depends: More robust cmake invocation
< bitcoin-git> bitcoin/master 3ecf0ec Carl Dong: depends: Use $($(package)_cmake) instead of cmake
< bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/c17a00375808...8845b38b599e
< bitcoin-git> [bitcoin] fanquake merged pull request #19857: net: improve nLastBlockTime and nLastTXTime documentation (master...nLast-documentation) https://github.com/bitcoin/bitcoin/pull/19857
< bitcoin-git> bitcoin/master c17a003 fanquake: Merge #19857: net: improve nLastBlockTime and nLastTXTime documentation
< bitcoin-git> bitcoin/master d780293 Jon Atack: net: improve nLastBlockTime and nLastTXTime documentation
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/505b39e72b48...c17a00375808
< bitcoin-git> [bitcoin] n-thumann opened pull request #19859: qa: Fixes failing functional test by changing version (master...qa-fix-wrong-version) https://github.com/bitcoin/bitcoin/pull/19859
< bitcoin-git> [bitcoin] laanwj merged pull request #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processing (master...CInv-block-message-helpers) https://github.com/bitcoin/bitcoin/pull/19610
< bitcoin-git> bitcoin/master 42ca561 John Newbery: [net processing] Split AlreadyHave() into separate block and tx functions
< bitcoin-git> bitcoin/master 39f1dc9 Jon Atack: p2p: remove nFetchFlags from NetMsgType TX and INV processing
< bitcoin-git> bitcoin/master 471714e Jon Atack: p2p: add CInv block message helper methods
< bitcoin-git> [bitcoin] laanwj pushed 11 commits to master: https://github.com/bitcoin/bitcoin/compare/3a3e21dafb72...505b39e72b48
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #14687: zmq: enable tcp keepalive (master...zmq-keep-alive) https://github.com/bitcoin/bitcoin/pull/14687
< bitcoin-git> bitcoin/master 3a3e21d Jonas Schnelli: Merge #14687: zmq: enable tcp keepalive
< bitcoin-git> bitcoin/master c276df7 mruddy: zmq: enable tcp keepalive
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/48c108363268...3a3e21dafb72

2020-09-01

< bitcoin-git> [bitcoin] sdaftuar opened pull request #19858: Periodically make block-relay connections and sync headers (master...2020-08-blocks-only-rotation) https://github.com/bitcoin/bitcoin/pull/19858
< bitcoin-git> [bitcoin] jonatack opened pull request #19857: net: improve nLastBlockTime and nLastTXTime documentation (master...nLast-documentation) https://github.com/bitcoin/bitcoin/pull/19857
< bitcoin-git> [bitcoin] laanwj merged pull request #19105: Add Muhash3072 implementation in Python (master...csi-2-muhash-py) https://github.com/bitcoin/bitcoin/pull/19105
< bitcoin-git> bitcoin/master 0e2b400 Fabian Jahr: test: Add basic Python/C++ Muhash implementation parity unit test
< bitcoin-git> bitcoin/master ab30cec Fabian Jahr: test: Move modinv to util and add unit test
< bitcoin-git> bitcoin/master b85543c Pieter Wuille: test: Add Python MuHash3072 implementation to test framework
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/bab4cce1b0ee...48c108363268
< bitcoin-git> [bitcoin] hebasto closed pull request #19647: Add thread safety annotations to CTxMemPool methods (master...200802-mmx-1) https://github.com/bitcoin/bitcoin/pull/19647
< bitcoin-git> [bitcoin] hebasto opened pull request #19854: Avoid locking CTxMemPool::cs recursively in simple cases (master...200901-mmx3) https://github.com/bitcoin/bitcoin/pull/19854
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19668: Do not hide compile-time thread safety warnings (master...200805-assert) https://github.com/bitcoin/bitcoin/pull/19668
< bitcoin-git> bitcoin/master 23d71d1 Hennadii Stepanov: Do not hide compile-time thread safety warnings
< bitcoin-git> bitcoin/master 3ddc150 Hennadii Stepanov: Add missed thread safety annotations
< bitcoin-git> bitcoin/master af9ea55 Hennadii Stepanov: Use LockAssertion utility class instead of AssertLockHeld()
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/a1d14f522c45...bab4cce1b0ee
< bitcoin-git> [bitcoin] fanquake merged pull request #19671: wallet: Remove -zapwallettxes (master...rm-zapwallettxes) https://github.com/bitcoin/bitcoin/pull/19671
< bitcoin-git> bitcoin/master a1d14f5 fanquake: Merge #19671: wallet: Remove -zapwallettxes
< bitcoin-git> bitcoin/master 3340dba Andrew Chow: Remove -zapwallettxes
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e796fdd4cb8e...a1d14f522c45

2020-08-31

< bitcoin-git> [bitcoin] promag opened pull request #19852: refactor: Avoid duplicate map lookup in ScriptToAsmStr (master...2020-08-scripttoasmstr) https://github.com/bitcoin/bitcoin/pull/19852
< bitcoin-git> bitcoin/master a0f4f9c Gregory Sanders: Add zmq test for transaction pub during reorg
< bitcoin-git> [bitcoin] laanwj merged pull request #19507: Expand functional zmq transaction tests (master...zmq_testing) https://github.com/bitcoin/bitcoin/pull/19507
< bitcoin-git> bitcoin/master 2399a06 Gregory Sanders: Add test case for mempool->block zmq notification
< bitcoin-git> bitcoin/master e70512a Gregory Sanders: Make ordering of zmq consumption irrelevant to functional test
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/89a8299a14af...e796fdd4cb8e
< bitcoin-git> [bitcoin] promag opened pull request #19851: refactor: Extract ParseOpCode from ParseScript (master...2020-08-parseopcode) https://github.com/bitcoin/bitcoin/pull/19851
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockchain,rawtransaction) (master...2008-rpcAssertNames) https://github.com/bitcoin/bitcoin/pull/19849
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining,zmq,rpcdump) (master...2008-rpcMisc) https://github.com/bitcoin/bitcoin/pull/19717
< bitcoin-git> bitcoin/master fa32c1d MarcoFalke: rpc: Assert that RPCArg names are equal to CRPCCommand ones (zmq)
< bitcoin-git> bitcoin/master faaa46d MarcoFalke: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)
< bitcoin-git> bitcoin/master fa93bc1 MarcoFalke: rpc: Remove unused return type from appendCommand
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/068bc211881c...89a8299a14af
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19842: Update the vcpkg checkout commit ID in appveyor config (master...appveyor-vcpkg-update) https://github.com/bitcoin/bitcoin/pull/19842
< bitcoin-git> bitcoin/master 068bc21 MarcoFalke: Merge #19842: Update the vcpkg checkout commit ID in appveyor config
< bitcoin-git> bitcoin/master a104cae Aaron Clauson: Update the vcpkg checkout commit ID in appveyor config.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c1e0c2ad3b6c...068bc211881c
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19848: Remove mempool global from interfaces (master...2008-nomemint) https://github.com/bitcoin/bitcoin/pull/19848
< bitcoin-git> [bitcoin] promag opened pull request #19847: test: gettxoutproof duplicate txid (master...2020-08-gettxoutproof) https://github.com/bitcoin/bitcoin/pull/19847
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19813: util, ci: Hard code previous release tarball checksums (master...200826-gpg) https://github.com/bitcoin/bitcoin/pull/19813
< bitcoin-git> bitcoin/master c1e0c2a MarcoFalke: Merge #19813: util, ci: Hard code previous release tarball checksums
< bitcoin-git> bitcoin/master 0374e82 Hennadii Stepanov: util: Hard code previous release tarball checksums
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f98872f1279e...c1e0c2ad3b6c
< bitcoin-git> bitcoin/master bd897ce Hennadii Stepanov: scripted-diff: Move previous_release.py to test/get_previous_releases.py
< bitcoin-git> [bitcoin] Zero-1729 opened pull request #19846: build: enable unused member function diagnostic (master...enable-unused-member-function-diagnostic) https://github.com/bitcoin/bitcoin/pull/19846
< bitcoin-git> [bitcoin] vasild opened pull request #19845: net: CNetAddr: add support to (un)serialize as ADDRv2 (master...ser_addrv2_cnetaddr) https://github.com/bitcoin/bitcoin/pull/19845
< bitcoin-git> [bitcoin] fanquake opened pull request #19844: remove usage of boost::bind (master...sneak_boost_bind) https://github.com/bitcoin/bitcoin/pull/19844
< bitcoin-git> [bitcoin] meshcollider merged pull request #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock manually selected coins (master...2020/03/rpc_coin_locks) https://github.com/bitcoin/bitcoin/pull/18244
< bitcoin-git> bitcoin/master f98872f Samuel Dobson: Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock...
< bitcoin-git> bitcoin/master 6d1f513 Sjors Provoost: [rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected co...
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7721b318099e...f98872f1279e
< bitcoin-git> [bitcoin] meshcollider merged pull request #19773: wallet: Avoid recursive lock in IsTrusted (master...2020-08-wallet-istrusted) https://github.com/bitcoin/bitcoin/pull/19773
< bitcoin-git> bitcoin/master 7721b31 Samuel Dobson: Merge #19773: wallet: Avoid recursive lock in IsTrusted
< bitcoin-git> bitcoin/master 772ea48 João Barbosa: wallet: Avoid recursive lock in IsTrusted
< bitcoin-git> bitcoin/master 819f10f João Barbosa: wallet, refactor: Immutable CWalletTx::pwallet
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/61b8c04d78fb...7721b318099e
< bitcoin-git> [bitcoin] MarcoFalke merged 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/master 61b8c04 MarcoFalke: Merge #19379: tests: Add fuzzing harness for SigHasLowR(...) and ecdsa_sig...
< bitcoin-git> bitcoin/master 46fcac1 practicalswift: tests: Add fuzzing harness for ec_seckey_import_der(...) and ec_seckey_exp...
< bitcoin-git> bitcoin/master b667a90 practicalswift: tests: Add fuzzing harness for SigHasLowR(...) and ecdsa_signature_parse_d...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/269a7ccb2784...61b8c04d78fb
< bitcoin-git> [bitcoin] sipsorcery opened pull request #19842: Update the vcpkg checkout commit ID in appveyor config (master...appveyor-vcpkg-update) https://github.com/bitcoin/bitcoin/pull/19842
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19099: refactor: Move wallet methods out of chain.h and node.h (master...pr/wclient) https://github.com/bitcoin/bitcoin/pull/19099
< bitcoin-git> bitcoin/master 24bf176 Russell Yanofsky: gui refactor: Inline SplashScreen::ConnectWallet
< bitcoin-git> bitcoin/master e4f4350 Russell Yanofsky: refactor: Move wallet methods out of chain.h and node.h
< bitcoin-git> bitcoin/master b266b3e Russell Yanofsky: refactor: Create interfaces earlier during initialization
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/afffbb1bc640...269a7ccb2784
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19710: bench: Prevent thread oversubscription and decreases the variance of result values (master...200813-var) https://github.com/bitcoin/bitcoin/pull/19710
< bitcoin-git> bitcoin/master afffbb1 MarcoFalke: Merge #19710: bench: Prevent thread oversubscription and decreases the var...
< bitcoin-git> bitcoin/master 3edc4e3 Hennadii Stepanov: bench: Prevent thread oversubscription
< bitcoin-git> bitcoin/master ce3e6a7 Hennadii Stepanov: bench: Allow skip benchmark
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5c910a6b7aca...afffbb1bc640
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19826: Pass mempool reference to chainstate constructor (master...2008-valMemRef) https://github.com/bitcoin/bitcoin/pull/19826
< bitcoin-git> bitcoin/master 5c910a6 MarcoFalke: Merge #19826: Pass mempool reference to chainstate constructor
< bitcoin-git> bitcoin/master fa0572d MarcoFalke: Pass mempool reference to chainstate constructor
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0adb80fe630c...5c910a6b7aca
< bitcoin-git> [bitcoin] fanquake merged pull request #19828: wallet, refactor: Remove duplicate map lookups in GetAddressBalances (master...2020-08-getaddressbalances) https://github.com/bitcoin/bitcoin/pull/19828
< bitcoin-git> bitcoin/master 21eda43 fanquake: Merge #19828: wallet, refactor: Remove duplicate map lookups in GetAddress...
< bitcoin-git> bitcoin/master b35e74b João Barbosa: wallet, refactor: Remove duplicate map lookups in GetAddressBalances
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f89b4f895fc6...21eda43cdea8
< bitcoin-git> [bitcoin] fanquake merged pull request #19830: test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles (master...2008-testTsan) https://github.com/bitcoin/bitcoin/pull/19830
< bitcoin-git> bitcoin/master f89b4f8 fanquake: Merge #19830: test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6eb97fb82382...f89b4f895fc6
< bitcoin-git> bitcoin/master fa1fc53 MarcoFalke: test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles

2020-08-30

< bitcoin-git> [bitcoin] sipa opened pull request #19841: Implement Keccak and SHA3_256 (master...202008_sha3) https://github.com/bitcoin/bitcoin/pull/19841
< bitcoin-git> [bitcoin] promag opened pull request #19840: Avoid callback when -blocknotify is empty (master...2020-08-blocknotify) https://github.com/bitcoin/bitcoin/pull/19840
< bitcoin-git> [bitcoin] sipsorcery opened pull request #19839: Set appveyor VM version to previous Visual Studio 2019 release (master...appveyor_fix) https://github.com/bitcoin/bitcoin/pull/19839
< bitcoin-git> [bitcoin] hebasto reopened pull request #19668: Do not hide compile-time thread safety warnings (master...200805-assert) https://github.com/bitcoin/bitcoin/pull/19668
< bitcoin-git> [bitcoin] hebasto closed pull request #19668: Do not hide compile-time thread safety warnings (master...200805-assert) https://github.com/bitcoin/bitcoin/pull/19668
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19836: rpc: Properly deserialize txs with witness before signing (master...2008-rpcDeserTxsWitness) https://github.com/bitcoin/bitcoin/pull/19836
< bitcoin-git> [bitcoin] fanquake closed pull request #19834: Update bitcoin_config.h (master...master) https://github.com/bitcoin/bitcoin/pull/19834
< bitcoin-git> [bitcoin] BJBRbygJtzBfp4gjJG2iqL opened pull request #19834: Update bitcoin_config.h (master...master) https://github.com/bitcoin/bitcoin/pull/19834

2020-08-29

< bitcoin-git> [bitcoin] promag opened pull request #19833: wallet: Avoid locking cs_wallet recursively (master...2020-08-cswallet) https://github.com/bitcoin/bitcoin/pull/19833
< bitcoin-git> [bitcoin] hebasto opened pull request #19832: p2p: Put disconnecting logs into BCLog::NET category (master...200829-log) https://github.com/bitcoin/bitcoin/pull/19832
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19831: test: Check that decoderawtransaction heuristic may fail (master...2008-testDecodeRawT) https://github.com/bitcoin/bitcoin/pull/19831
< bitcoin-git> [bitcoin] MarcoFalke merged 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/master ca185cf practicalswift: doc: Document differences in bitcoind and bitcoin-qt locale handling
< bitcoin-git> bitcoin/master baf9ced MarcoFalke: Merge #18817: doc: Document differences in bitcoind and bitcoin-qt locale ...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1cf73fb8eba3...baf9cedee89f
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19830: test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles (master...2008-testTsan) https://github.com/bitcoin/bitcoin/pull/19830

2020-08-28

< bitcoin-git> [bitcoin] laanwj merged pull request #19607: [p2p] Add Peer struct for per-peer data in net processing (master...2020-07-peer) https://github.com/bitcoin/bitcoin/pull/19607
< bitcoin-git> bitcoin/master 1f96d2e John Newbery: [net processing] Move misbehavior tracking state to Peer
< bitcoin-git> bitcoin/master 7cd4159 John Newbery: [net processing] Add Peer
< bitcoin-git> bitcoin/master aba0335 John Newbery: [net processing] Remove CNodeState.name
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/ca30d34cf94b...1cf73fb8eba3
< bitcoin-git> bitcoin/master ca30d34 MarcoFalke: Merge bitcoin-core/gui#39: Add visual accenting for the 'Create new receiv...
< bitcoin-git> bitcoin/master 4ec49f8 Hennadii Stepanov: qt: Leverage the default "Create new receiving address" button
< bitcoin-git> bitcoin/master 4227a8e Hennadii Stepanov: qt: Make "Create new receiving address" default unconditionally
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5edef20a65f0...ca30d34cf94b
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19797: net: Remove old check for 3-byte shifted IP addresses from pre-0.2.9 nodes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19797
< bitcoin-git> bitcoin/master 5edef20 MarcoFalke: Merge #19797: net: Remove old check for 3-byte shifted IP addresses from p...
< bitcoin-git> bitcoin/master 7b6d0f1 Raúl Martínez (RME): Remove old check for 3-byte shifted IP addresses from pre-0.2.9 node messa...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9632b7edc748...5edef20a65f0
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19827: init: Disallow negation of blockversion (master...2008-parseBoolBlockVersion) https://github.com/bitcoin/bitcoin/pull/19827
< bitcoin-git> [bitcoin] laanwj merged pull request #19739: refactor: remove c-string interfaces for DecodeBase58{Check} (master...20200811-util-remove-cstring-decodebase58) https://github.com/bitcoin/bitcoin/pull/19739
< bitcoin-git> bitcoin/master 9632b7e Wladimir J. van der Laan: Merge #19739: refactor: remove c-string interfaces for DecodeBase58{Check}...
< bitcoin-git> bitcoin/master d3e8adf Sebastian Falbesoner: util: remove c-string interfaces for DecodeBase58{Check}
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/22acd36d5365...9632b7edc748
< bitcoin-git> [bitcoin] laanwj merged pull request #19646: doc: Updated outdated help command for getblocktemplate (master...fix-outdated-getblocktemplate-help) https://github.com/bitcoin/bitcoin/pull/19646
< bitcoin-git> bitcoin/master 22acd36 Wladimir J. van der Laan: Merge #19646: doc: Updated outdated help command for getblocktemplate
< bitcoin-git> bitcoin/master c91b241 Jake Leventhal: Updated outdated help command for getblocktemplate (fixes #19625)
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1dac4dcf088f...22acd36d5365
< bitcoin-git> [bitcoin] fanquake merged pull request #19758: Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annotations (master...200818-tsa) https://github.com/bitcoin/bitcoin/pull/19758
< bitcoin-git> bitcoin/master 1dac4dc fanquake: Merge #19758: Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR an...
< bitcoin-git> bitcoin/master 9034f6e Hennadii Stepanov: Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annotations
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4326515f01d7...1dac4dcf088f
< bitcoin-git> [bitcoin] promag opened pull request #19828: wallet, refactor: Remove duplicate map lookups in GetAddressBalances (master...2020-08-getaddressbalances) https://github.com/bitcoin/bitcoin/pull/19828
< bitcoin-git> [bitcoin] fanquake merged pull request #19822: chain: Fix CChain comparison UB by removing it (it was unused) (master...2020-08-chain-comparison-UB) https://github.com/bitcoin/bitcoin/pull/19822
< bitcoin-git> bitcoin/master 4326515 fanquake: Merge #19822: chain: Fix CChain comparison UB by removing it (it was unuse...
< bitcoin-git> bitcoin/master df53688 Carl Dong: chain: Remove UB CChain comparison
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/862fde88be70...4326515f01d7
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19827: init: Disallow negation of blockversion (master...2008-parseBoolBlockVersion) https://github.com/bitcoin/bitcoin/pull/19827
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19826: Pass mempool reference to chainstate constructor (master...2008-valMemRef) https://github.com/bitcoin/bitcoin/pull/19826
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19629: refactor: Keep mempool interface in validation (master...2007-nomem) https://github.com/bitcoin/bitcoin/pull/19629
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #19681: 0.19: Add txids with non-standard inputs to reject filter (0.19...2020-08-reject-unknown-wit-0.19) https://github.com/bitcoin/bitcoin/pull/19681
< bitcoin-git> bitcoin/0.19 aee9d23 Jonas Schnelli: Merge #19681: 0.19: Add txids with non-standard inputs to reject filter
< bitcoin-git> bitcoin/0.19 52c3bec Gregory Sanders: test addition of unknown segwit spends to txid reject filter
< bitcoin-git> bitcoin/0.19 2ea826c Suhas Daftuar: Add txids with non-standard inputs to reject filter
< bitcoin-git> [bitcoin] jonasschnelli pushed 3 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/89a6bb924571...aee9d2306ad1
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19067: tests: Add fuzzing harness for CNode (master...fuzzers-2020-05-25) https://github.com/bitcoin/bitcoin/pull/19067
< bitcoin-git> bitcoin/master 862fde8 MarcoFalke: Merge #19067: tests: Add fuzzing harness for CNode
< bitcoin-git> bitcoin/master cc26fab practicalswift: tests: Add fuzzing harness for CNode
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/15886b08aa5f...862fde88be70
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18284: [0.19] scheduler: Workaround negative nsecs bug in boost's wait_until (0.19...wrkarnd_boost_wait_until) https://github.com/bitcoin/bitcoin/pull/18284
< bitcoin-git> bitcoin/0.19 89a6bb9 MarcoFalke: Merge #18284: [0.19] scheduler: Workaround negative nsecs bug in boost's w...
< bitcoin-git> bitcoin/0.19 ed0223e Luke Dashjr: scheduler: Workaround negative nsecs bug in boost's wait_until
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/28a9df7d76a6...89a6bb924571
< bitcoin-git> [bitcoin] fanquake closed pull request #19009: Print "verifychain" progress every 1 step if user verifies whole blockchain. (master...patch-3) https://github.com/bitcoin/bitcoin/pull/19009

2020-08-27

< bitcoin-git> [bitcoin] dhruv opened pull request #19825: rpc: simplify setban and consolidate BanMan functions (master...consolidate-ban-functions) https://github.com/bitcoin/bitcoin/pull/19825
< bitcoin-git> [bitcoin] Z5483 opened pull request #19823: WIP: ci: check if scripted diff is using BSD sed syntax (master...master) https://github.com/bitcoin/bitcoin/pull/19823
< bitcoin-git> bitcoin/master 15886b0 MarcoFalke: Merge bitcoin-core/gui#40: Clarify block height label
< bitcoin-git> bitcoin/master b6dcc6d Hennadii Stepanov: gui: Clarify block height label
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b987e657cda9...15886b08aa5f
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19169: rpc: Validate provided keys for query_options parameter in listunspent (master...bitcoin-validate-keys-listunspent) https://github.com/bitcoin/bitcoin/pull/19169
< bitcoin-git> bitcoin/master b987e65 MarcoFalke: Merge #19169: rpc: Validate provided keys for query_options parameter in l...
< bitcoin-git> bitcoin/master a99a3c0 pasta: rpc: Validate provided keys for query_options parameter in listunspent
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/91af7ef831d3...b987e657cda9
< bitcoin-git> [bitcoin] dongcarl opened pull request #19822: chain: Fix CChain comparison UB (master...2020-08-chain-comparison-UB) https://github.com/bitcoin/bitcoin/pull/19822
< bitcoin-git> [bitcoin] laanwj merged pull request #19289: wallet: GetWalletTx and IsMine require cs_wallet lock (master...2020-06-wallet-less-locks) https://github.com/bitcoin/bitcoin/pull/19289
< bitcoin-git> bitcoin/master b8405b8 João Barbosa: wallet: IsChange requires cs_wallet lock
< bitcoin-git> bitcoin/master a13cafc João Barbosa: wallet: GetWalletTx requires cs_wallet lock
< bitcoin-git> bitcoin/master d8441f3 João Barbosa: wallet: IsMine overloads require cs_wallet lock
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/2562d5d23863...91af7ef831d3
< bitcoin-git> [bitcoin] fanquake closed pull request #19700: wallet: Replace -zapwallettxes with wallet tool command (master...zapwallettxes-wallettool) https://github.com/bitcoin/bitcoin/pull/19700
< bitcoin-git> [bitcoin] S3RK closed pull request #19774: wallet: deactivate descriptor (master...wallet_deactivate_descriptor) https://github.com/bitcoin/bitcoin/pull/19774
< bitcoin-git> [bitcoin] jonatack opened pull request #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan warning (master...CInv-type-refactoring) https://github.com/bitcoin/bitcoin/pull/19818
< bitcoin-git> [bitcoin] fanquake opened pull request #19817: build: libtapi 1100.0.11 (master...libtapi_1100011) https://github.com/bitcoin/bitcoin/pull/19817
< bitcoin-git> [bitcoin] fanquake merged pull request #19761: build: improve sed robustness by not using sed (master...maximum_sed_robustness) https://github.com/bitcoin/bitcoin/pull/19761
< bitcoin-git> bitcoin/master 865cb23 fanquake: build: use patch rather than sed in fontconfig package
< bitcoin-git> bitcoin/master 335bd7f fanquake: build: use patch rather than sed in Boost package
< bitcoin-git> bitcoin/master f36140d fanquake: build: use patch rather than sed in bdb package
< bitcoin-git> [bitcoin] fanquake pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/28f4e53e168f...2562d5d23863
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19816: test: Rename wait until helper to wait_until_helper (master...2008-testWaithelper) https://github.com/bitcoin/bitcoin/pull/19816
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19752: test: Update wait_until usage in tests not to use the one from utils (master...master) https://github.com/bitcoin/bitcoin/pull/19752
< bitcoin-git> bitcoin/master 28f4e53 MarcoFalke: Merge #19752: test: Update wait_until usage in tests not to use the one fr...
< bitcoin-git> bitcoin/master d841301 Seleme Topuz: test: Add docstring to wait_until() in util.py to warn about its usage
< bitcoin-git> bitcoin/master 1343c86 Seleme Topuz: test: Update wait_until usage in tests not to use the one from utils
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/30568d3f1e23...28f4e53e168f

2020-08-26

< bitcoin-git> [bitcoin] hebasto reopened pull request #19471: util: Make default arg values more specific (master...200708-hint) https://github.com/bitcoin/bitcoin/pull/19471
< bitcoin-git> [bitcoin] hebasto closed pull request #19471: util: Make default arg values more specific (master...200708-hint) https://github.com/bitcoin/bitcoin/pull/19471
< bitcoin-git> [bitcoin] practicalswift closed pull request #19074: tests: Use BasicTestingSetup to initialise fuzzing environment (master...fuzzers-2020-05-26) https://github.com/bitcoin/bitcoin/pull/19074
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19778: test: Fix intermittent issue in wallet_bumpfee (master...2008-testFix) https://github.com/bitcoin/bitcoin/pull/19778
< bitcoin-git> bitcoin/master 30568d3 MarcoFalke: Merge #19778: test: Fix intermittent issue in wallet_bumpfee
< bitcoin-git> bitcoin/master fafc9d5 MarcoFalke: test: Fix intermittent issue in wallet_bumpfee
< bitcoin-git> bitcoin/master fa347b2 MarcoFalke: test: Select at least the fee in wallet_bumpfee to avoid negative amounts
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/93ab136a33e4...30568d3f1e23
< bitcoin-git> bitcoin/master 102abff Russell Yanofsky: gui: Replace interface::Node references with pointers
< bitcoin-git> bitcoin/master 91aced7 Russell Yanofsky: gui: Remove unused interfaces::Node references
< bitcoin-git> bitcoin/master e133631 Russell Yanofsky: gui: Partially revert #10244 gArgs and Params changes
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a12d9e5fd24a...93ab136a33e4
< bitcoin-git> [bitcoin] hebasto opened pull request #19813: util, ci: Hard code previous release tarball checksums (master...200826-gpg) https://github.com/bitcoin/bitcoin/pull/19813
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19687: refactor: make EncodeBase{32,64} consume Spans (master...20200807-util-make-encode-base3264-consume-spans) https://github.com/bitcoin/bitcoin/pull/19687
< bitcoin-git> bitcoin/master a12d9e5 MarcoFalke: Merge #19687: refactor: make EncodeBase{32,64} consume Spans
< bitcoin-git> bitcoin/master e2aa1a5 Sebastian Falbesoner: util: make EncodeBase64 consume Spans
< bitcoin-git> bitcoin/master 2bc2071 Sebastian Falbesoner: util: make EncodeBase32 consume Spans
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e80e5b3e4f00...a12d9e5fd24a
< bitcoin-git> [bitcoin] fanquake merged pull request #19760: test: Remove confusing mininode terminology (master...2020-08-no-mininode) https://github.com/bitcoin/bitcoin/pull/19760
< bitcoin-git> bitcoin/master 5e8df33 John Newbery: test: resort imports
< bitcoin-git> bitcoin/master 85165d4 John Newbery: scripted-diff: Rename mininode to p2p
< bitcoin-git> bitcoin/master 9e2897d John Newbery: scripted-diff: Rename mininode_lock to p2p_lock
< bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/6a2ba626852b...e80e5b3e4f00
< bitcoin-git> bitcoin/master fa9d590 MarcoFalke: scripted-diff: gArgs -> args
< bitcoin-git> [bitcoin] fanquake merged pull request #19779: Remove gArgs global from init (master...2008-gArgs) https://github.com/bitcoin/bitcoin/pull/19779
< bitcoin-git> bitcoin/master fa33bc2 MarcoFalke: init: Capture copy of blocknotify setting for BlockNotifyCallback
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/92735e45badf...6a2ba626852b
< bitcoin-git> bitcoin/master fa40017 MarcoFalke: init: Pass reference to ArgsManager around instead of relying on global
< bitcoin-git> [bitcoin] fanquake merged pull request #19775: test: Activate segwit in TestChain100Setup (master...2008-testSegwit) https://github.com/bitcoin/bitcoin/pull/19775
< bitcoin-git> bitcoin/master fad84b7 MarcoFalke: test: Activate segwit in TestChain100Setup
< bitcoin-git> bitcoin/master fa11ff2 MarcoFalke: test: Pass empty tx pool to block assembler
< bitcoin-git> bitcoin/master fa96574 MarcoFalke: test: Move doxygen comment to header
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/8d6224fefe01...92735e45badf

2020-08-25

< bitcoin-git> [bitcoin] practicalswift opened pull request #19809: log: Prefix log messages with function name if -logfunctionnames is set (master...logfunctionnames) https://github.com/bitcoin/bitcoin/pull/19809
< bitcoin-git> [bitcoin] jamesob opened pull request #19806: validation: UTXO snapshot activation (master...2020-08-au.activate) https://github.com/bitcoin/bitcoin/pull/19806
< bitcoin-git> [bitcoin] achow101 opened pull request #19805: wallet: Avoid deserializing unused records when salvaging (master...avoid-salvage-deser) https://github.com/bitcoin/bitcoin/pull/19805
< bitcoin-git> [bitcoin] gzhao408 opened pull request #19804: test: remove confusing p2p property (master...test-p2p-property) https://github.com/bitcoin/bitcoin/pull/19804
< bitcoin-git> [bitcoin] luke-jr opened pull request #19803: Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDB (master...fix_fdatasync_check) https://github.com/bitcoin/bitcoin/pull/19803
< bitcoin-git> [bitcoin] vasild opened pull request #19802: doc: elaborate on release notes wrt netmasks (master...elaborate_netmasks_relnotes) https://github.com/bitcoin/bitcoin/pull/19802
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19628: net: change CNetAddr::ip to have flexible size (master...make_CNetAddr_ip_flexible) https://github.com/bitcoin/bitcoin/pull/19628
< bitcoin-git> bitcoin/master 8d6224f MarcoFalke: Merge #19628: net: change CNetAddr::ip to have flexible size
< bitcoin-git> bitcoin/master 102867c Vasil Dimov: net: change CNetAddr::ip to have flexible size
< bitcoin-git> bitcoin/master 1ea57ad Vasil Dimov: net: don't accept non-left-contiguous netmasks
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f8462a6d2794...8d6224fefe01
< bitcoin-git> [bitcoin] theStack opened pull request #19801: test: check for all possible OP_CLTV fail reasons in feature_cltv.py (BIP 65) (master...20200825-test-check-all-failure-reasons-for-CLTV) https://github.com/bitcoin/bitcoin/pull/19801