2019-10-02

< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #17022: doc: move-only: Steps for "before major release branch-off" (master...1909-docReleaseProcess) https://github.com/bitcoin/bitcoin/pull/17022
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8afa602f308e...ecc0f272a081
< bitcoin-git> bitcoin/master c0859b7 Jon Atack: build: 0.19 release updates on master
< bitcoin-git> bitcoin/master 4341018 Jon Atack: doc: reset release notes after 0.19 split-off
< bitcoin-git> bitcoin/master ecc0f27 Wladimir J. van der Laan: Merge #17007: build: 0.19 release updates on master
< bitcoin-git> [bitcoin] laanwj merged pull request #17007: build: 0.19 release updates on master (master...0-19-release-updates) https://github.com/bitcoin/bitcoin/pull/17007
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17022: doc: move-only: Steps for "before major release branch-off" (master...1909-docReleaseProcess) https://github.com/bitcoin/bitcoin/pull/17022
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.19: https://github.com/bitcoin/bitcoin/commit/57eb126416ff
< bitcoin-git> bitcoin/0.19 57eb126 Wladimir J. van der Laan: build: Bump version to 0.19.0
< bitcoin-git> [bitcoin] laanwj merged pull request #16727: wallet: Explicit feerate for bumpfee (master...feerate_bumpfee) https://github.com/bitcoin/bitcoin/pull/16727
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/8d39c636aa2c...8afa602f308e
< bitcoin-git> bitcoin/master 1a4c791 ezegom: rpc bumpfee: move feerate estimation logic into separate method
< bitcoin-git> bitcoin/master 88e5f99 ezegom: rpc bumpfee: add fee_rate argument
< bitcoin-git> bitcoin/master 9f25de3 ezegom: rpc bumpfee check fee_rate argument
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ddc4e3c2d685...8d39c636aa2c
< bitcoin-git> bitcoin/master addaf8a Jonas Schnelli: make sure to update the UI when deleting a transaction
< bitcoin-git> bitcoin/master 8d39c63 Wladimir J. van der Laan: Merge #16952: gui: make sure to update the UI when deleting a transaction
< bitcoin-git> [bitcoin] laanwj merged pull request #16952: gui: make sure to update the UI when deleting a transaction (master...2019/09/fix_zap_ui) https://github.com/bitcoin/bitcoin/pull/16952
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17022: doc: move-only: Steps for "before major release branch-off" (master...1909-docReleaseProcess) https://github.com/bitcoin/bitcoin/pull/17022
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/30c2b0b1cb11...ddc4e3c2d685
< bitcoin-git> bitcoin/master aa81e2c practicalswift: Enable UBSan for Travis fuzzer job
< bitcoin-git> bitcoin/master ddc4e3c MarcoFalke: Merge #17006: tests: Enable UBSan for Travis fuzzing job
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17006: tests: Enable UBSan for Travis fuzzing job (master...travis-fuzz-ubsan) https://github.com/bitcoin/bitcoin/pull/17006
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/27322cd161dd...30c2b0b1cb11
< bitcoin-git> bitcoin/master 2a4e60b Suhas Daftuar: Fix block index inconsistency in InvalidateBlock()
< bitcoin-git> bitcoin/master 30c2b0b Wladimir J. van der Laan: Merge #16849: Fix block index inconsistency in InvalidateBlock()
< bitcoin-git> [bitcoin] laanwj merged pull request #16849: Fix block index inconsistency in InvalidateBlock() (master...2019-09-fix-invalidate-block-consistency) https://github.com/bitcoin/bitcoin/pull/16849
< bitcoin-git> [bitcoin] laanwj merged pull request #16999: net: 0.19 seeds update (master...2019_10_seeds_update) https://github.com/bitcoin/bitcoin/pull/16999
< bitcoin-git> [bitcoin] laanwj pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/752debdbdb2e...27322cd161dd
< bitcoin-git> bitcoin/master 301c2b1 Wladimir J. van der Laan: contrib: makeseeds: Improve logging and filtering
< bitcoin-git> bitcoin/master 3314d87 Wladimir J. van der Laan: contrib: makeseeds: Factor out ASN lookup
< bitcoin-git> bitcoin/master c254a9e Wladimir J. van der Laan: contrib: makeseeds: dedup by ip,port
< bitcoin-git> [bitcoin] laanwj merged pull request #13266: refactor: privatize SignatureExtractorChecker [moveonly] (master...data-from-transaction) https://github.com/bitcoin/bitcoin/pull/13266
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1f40a9128666...752debdbdb2e
< bitcoin-git> bitcoin/master 73aaf4e Ben Woosley: Make SignatureExtractorChecker private to its own file
< bitcoin-git> bitcoin/master 752debd Wladimir J. van der Laan: Merge #13266: refactor: privatize SignatureExtractorChecker [moveonly]
< bitcoin-git> [bitcoin] laanwj closed pull request #16791: Enable Link Time Optimizations (master...2019-09-thinlto) https://github.com/bitcoin/bitcoin/pull/16791
< bitcoin-git> [bitcoin] practicalswift opened pull request #17018: tests: Add Parse(...) (descriptor) fuzzing harness (master...descriptor_parse) https://github.com/bitcoin/bitcoin/pull/17018
< bitcoin-git> [bitcoin] practicalswift reopened pull request #15262: build: Enable C++14 in build, require C++14 compiler. (master...c++14) https://github.com/bitcoin/bitcoin/pull/15262
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #17016: doc: markdown not displaying correctly (master...doc-build-osx-md) https://github.com/bitcoin/bitcoin/pull/17016
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4b51ed89cfce...1f40a9128666
< bitcoin-git> bitcoin/master fa02f2d MarcoFalke: doc: Add missing release notes for 16383
< bitcoin-git> bitcoin/master fa3d984 MarcoFalke: doc: Consolidate release notes before 0.19.0
< bitcoin-git> bitcoin/master 1f40a91 fanquake: Merge #17014: doc: Consolidate release notes before 0.19.0 (move-only)
< bitcoin-git> [bitcoin] fanquake merged pull request #17014: doc: Consolidate release notes before 0.19.0 (move-only) (master...1909-docRel19) https://github.com/bitcoin/bitcoin/pull/17014
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dab0e36652f3...4b51ed89cfce
< bitcoin-git> bitcoin/master fa3a733 MarcoFalke: chainparams: Bump assumed chain params
< bitcoin-git> bitcoin/master 4b51ed8 fanquake: Merge #17002: chainparams: Bump assumed chain params
< bitcoin-git> [bitcoin] fanquake merged pull request #17002: chainparams: Bump assumed chain params (master...1909-bumpAssumedChainParams) https://github.com/bitcoin/bitcoin/pull/17002

2019-10-01

< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6e4f65539139...dab0e36652f3
< bitcoin-git> bitcoin/master faccf5f MarcoFalke: doc: Explain QT_QPA_PLATFORM for gui tests
< bitcoin-git> bitcoin/master fa06bb6 MarcoFalke: qa: Do not force overwrite of QT_QPA_PLATFORM on windows for gui tests
< bitcoin-git> bitcoin/master dab0e36 fanquake: Merge #17015: qa: Explain QT_QPA_PLATFORM for gui tests
< bitcoin-git> [bitcoin] fanquake merged pull request #17015: qa: Explain QT_QPA_PLATFORM for gui tests (master...1909-docGuiTestsQT_QPA_PLATFORM) https://github.com/bitcoin/bitcoin/pull/17015
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17015: doc: Explain QT_QPA_PLATFORM for gui tests (master...1909-docGuiTestsQT_QPA_PLATFORM) https://github.com/bitcoin/bitcoin/pull/17015
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17014: doc: Consolidate release notes before 0.19.0 (master...1909-docRel19) https://github.com/bitcoin/bitcoin/pull/17014
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17011: ci: Use busybox utils for one build (master...1909-ciBusyBox) https://github.com/bitcoin/bitcoin/pull/17011
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9dd99ea88e1d...6e4f65539139
< bitcoin-git> bitcoin/master 386ae0f Hennadii Stepanov: util: Make thread names shorter
< bitcoin-git> bitcoin/master 6e4f655 fanquake: Merge #16984: util: Make thread names shorter
< bitcoin-git> [bitcoin] fanquake merged pull request #16984: util: Make thread names shorter (master...20190929-short-thread-names) https://github.com/bitcoin/bitcoin/pull/16984
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/52acd245734a...9dd99ea88e1d
< bitcoin-git> bitcoin/master fadd6e0 MarcoFalke: doc: Remove mention of renamed mapBlocksUnlinked
< bitcoin-git> bitcoin/master 9dd99ea Wladimir J. van der Laan: Merge #17001: doc: Remove mention of renamed mapBlocksUnlinked
< bitcoin-git> [bitcoin] laanwj merged pull request #17001: doc: Remove mention of renamed mapBlocksUnlinked (master...1909-docmapBlocksUnlinkedRenamed) https://github.com/bitcoin/bitcoin/pull/17001
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cd6e9b33a65c...52acd245734a
< bitcoin-git> bitcoin/master 57b0cd4 Jon Layton: build: Installed Qt version only appears if being built
< bitcoin-git> bitcoin/master 52acd24 fanquake: Merge #17005: build: Qt version appears only if GUI is being built
< bitcoin-git> [bitcoin] fanquake merged pull request #17005: build: Qt version appears only if GUI is being built (master...build/qt-no) https://github.com/bitcoin/bitcoin/pull/17005
< bitcoin-git> [bitcoin] laanwj merged pull request #16852: gui: When BIP70 is disabled, get PaymentRequest merchant using string search (master...bip70-merchant-decode) https://github.com/bitcoin/bitcoin/pull/16852
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a54e52b4aec1...cd6e9b33a65c
< bitcoin-git> bitcoin/master 85973bc Andrew Chow: When BIP70 is disabled, get PaymentRequest merchant using string search
< bitcoin-git> bitcoin/master cd6e9b3 Wladimir J. van der Laan: Merge #16852: gui: When BIP70 is disabled, get PaymentRequest merchant usi...
< bitcoin-git> [bitcoin] practicalswift opened pull request #17009: tests: Add EvalScript(...) fuzzing harness (master...eval_script) https://github.com/bitcoin/bitcoin/pull/17009
< bitcoin-git> [bitcoin] stefanwouldgo opened pull request #17008: bump libevent to 2.1.11 in depends (master...master) https://github.com/bitcoin/bitcoin/pull/17008
< bitcoin-git> [bitcoin] jonatack opened pull request #17007: build: 0.19 release updates on master (master...0-19-release-updates) https://github.com/bitcoin/bitcoin/pull/17007
< bitcoin-git> [bitcoin] practicalswift opened pull request #17006: tests: Enable UBSan for Travis fuzzing job (master...travis-fuzz-ubsan) https://github.com/bitcoin/bitcoin/pull/17006
< bitcoin-git> [bitcoin] laanwj merged pull request #16997: doc: Update bips.md for 0.19 (master...2019_09_bips_v19) https://github.com/bitcoin/bitcoin/pull/16997
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b0e268d2f6ac...a54e52b4aec1
< bitcoin-git> bitcoin/master b11514d Wladimir J. van der Laan: doc: Add mention of BIP70 disabling by default in bips.md
< bitcoin-git> bitcoin/master 2267006 Wladimir J. van der Laan: doc: Add mention of BIP125 used by wallet GUI by default since v0.18.1
< bitcoin-git> bitcoin/master 82c1177 Wladimir J. van der Laan: doc: Add mention of BIP158 indexing since v0.19.0
< bitcoin-git> [bitcoin] laanwj closed pull request #17003: script: Remove trailing whitespace on blank lines. (master...remove-whitespace) https://github.com/bitcoin/bitcoin/pull/17003
< bitcoin-git> [bitcoin] fanquake merged pull request #16969: refactor: Remove Qt function to disable menu icons on macOS (master...2019-09-refactor-qt-menuicons-macos) https://github.com/bitcoin/bitcoin/pull/16969
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/696b5eb1799d...b0e268d2f6ac
< bitcoin-git> bitcoin/master 3eea6a8 Emil Engler: refactor: Remove Qt function to disable menu icons on macOS
< bitcoin-git> bitcoin/master b0e268d fanquake: Merge #16969: refactor: Remove Qt function to disable menu icons on macOS
< bitcoin-git> [bitcoin] ch4ot1c opened pull request #17005: build: Qt version appears only if GUI is being built (master...build/qt-no) https://github.com/bitcoin/bitcoin/pull/17005

2019-09-30

< bitcoin-git> [bitcoin] jnewbery opened pull request #17004: validation: Remove REJECT code from CValidationState (master...2019-09-no-reject-validation-state) https://github.com/bitcoin/bitcoin/pull/17004
< bitcoin-git> [bitcoin] jbampton opened pull request #17003: Remove trailing whitespace on blank lines. (master...remove-whitespace) https://github.com/bitcoin/bitcoin/pull/17003
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17002: chainparams: Bump assumed chain params (master...1909-bumpAssumedChainParams) https://github.com/bitcoin/bitcoin/pull/17002
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17001: doc: Remove mention of renamed mapBlocksUnlinked (master...1909-docmapBlocksUnlinkedRenamed) https://github.com/bitcoin/bitcoin/pull/17001
< bitcoin-git> [bitcoin] practicalswift opened pull request #17000: tests: Add coverage test to verify that our fuzz harnesses reach different unique code paths when varying input (master...test_fuzzing_harnesses) https://github.com/bitcoin/bitcoin/pull/17000
< bitcoin-git> [bitcoin] laanwj opened pull request #16999: net: 0.19 seeds update (master...2019_10_seeds_update) https://github.com/bitcoin/bitcoin/pull/16999
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c3a8e097b1af...696b5eb1799d
< bitcoin-git> bitcoin/master e28d8f8 John Bampton: Correct docstring param name.
< bitcoin-git> bitcoin/master 696b5eb MarcoFalke: Merge #16987: test: Correct docstring param name.
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16987: test: Correct docstring param name. (master...fix-spelling) https://github.com/bitcoin/bitcoin/pull/16987
< bitcoin-git> [bitcoin] promag closed pull request #15997: fix: GuessVerificationProgress requires cs_main lock (master...2019-05-gvp) https://github.com/bitcoin/bitcoin/pull/15997
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #15482: Implement BIPXXX's new softfork rules (The Great Consensus Cleanup) (master...2019-02-great-consensus-cleanup) https://github.com/bitcoin/bitcoin/pull/15482
< bitcoin-git> [bitcoin] laanwj merged pull request #16991: qa: Fix service flag comparison check in rpc_net test (luke-jr) (master...2019_09_fix_servicenames_test) https://github.com/bitcoin/bitcoin/pull/16991
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2fe6c185a6fe...c3a8e097b1af
< bitcoin-git> bitcoin/master 9c23ebd Luke Dashjr: qa: Fix service flag comparison check in rpc_net test
< bitcoin-git> bitcoin/master c3a8e09 Wladimir J. van der Laan: Merge #16991: qa: Fix service flag comparison check in rpc_net test (luke-...
< bitcoin-git> [bitcoin] laanwj opened pull request #16997: doc: Update bips.md for 0.19 (master...2019_09_bips_v19) https://github.com/bitcoin/bitcoin/pull/16997
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13674: Qt: Fix for bitcoin-qt becoming unresponsive during shutdown (issue #13217) (master...qt-shutdown-13217) https://github.com/bitcoin/bitcoin/pull/13674
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12833: [qt] move QSettings to bitcoin_rw.conf where possible (master...2018/03/bitcoin-conf-rw) https://github.com/bitcoin/bitcoin/pull/12833
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12677: RPC: Add ancestor{count,size,fees} to listunspent output (master...listunspent_ancestorinfo) https://github.com/bitcoin/bitcoin/pull/12677
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13713: Ignore new blocks when -stopatheight target has been reached (master...2018/07/stopatheight) https://github.com/bitcoin/bitcoin/pull/13713
< bitcoin-git> [bitcoin] DrahtBot closed pull request #14533: [WIP] wallet: ensure wallet files are not reused across chains (master...wallet-file-reuse-prevention) https://github.com/bitcoin/bitcoin/pull/14533
< bitcoin-git> [bitcoin] DrahtBot closed pull request #14501: Fix possible data race when committing block files (master...fsync_dir) https://github.com/bitcoin/bitcoin/pull/14501
< bitcoin-git> [bitcoin] DrahtBot closed pull request #14485: Try to use posix_fadvise with CBufferedFile (master...fadvise) https://github.com/bitcoin/bitcoin/pull/14485
< bitcoin-git> [bitcoin] laanwj merged pull request #16988: qt: Periodic translations update (master...2019_09_tx_update) https://github.com/bitcoin/bitcoin/pull/16988
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/981ec9b81741...2fe6c185a6fe
< bitcoin-git> bitcoin/master 977dd23 Wladimir J. van der Laan: qt: Periodic translations update
< bitcoin-git> bitcoin/master e2ce392 Wladimir J. van der Laan: test: Avoid whitespace linting in qt translations
< bitcoin-git> bitcoin/master 2fe6c18 Wladimir J. van der Laan: Merge #16988: qt: Periodic translations update
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15482: Implement BIPXXX's new softfork rules (The Great Consensus Cleanup) (master...2019-02-great-consensus-cleanup) https://github.com/bitcoin/bitcoin/pull/15482
< bitcoin-git> [bitcoin] laanwj merged pull request #15459: doc: add how to calculate blockchain and chainstate size variables to release process (master...doc_blockchain_and_chainstate_size_calculation) https://github.com/bitcoin/bitcoin/pull/15459
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/79aeed8e76e8...981ec9b81741
< bitcoin-git> bitcoin/master eb4c43e marcoagner: doc: documents how to calculate m_assumed_blockchain_size and m_assumed_ch...
< bitcoin-git> bitcoin/master 981ec9b Wladimir J. van der Laan: Merge #15459: doc: add how to calculate blockchain and chainstate size var...
< bitcoin-git> [bitcoin] laanwj closed pull request #15613: net: simplify PONG handler (master...2019-03-17-net-processing-pong) https://github.com/bitcoin/bitcoin/pull/15613
< bitcoin-git> [bitcoin] laanwj closed pull request #15871: Handle exception when creating default -datadir (master...2019-04-default-datadir) https://github.com/bitcoin/bitcoin/pull/15871
< bitcoin-git> [bitcoin] laanwj closed pull request #16265: Improve check disk space in bitcoind (master...patch-15813) https://github.com/bitcoin/bitcoin/pull/16265
< bitcoin-git> [bitcoin] laanwj closed pull request #16276: util: optimize for diagnosis of deadlock (master...master) https://github.com/bitcoin/bitcoin/pull/16276
< bitcoin-git> [bitcoin] laanwj closed pull request #10823: Allow all mempool txs to be replaced after a configurable timeout (default 6h) (master...replace-by-fee-old-transactions) https://github.com/bitcoin/bitcoin/pull/10823
< bitcoin-git> [bitcoin] laanwj closed pull request #10615: RPC: Allow rpcauth configs to specify a 4th parameter naming a specific wallet (master...multiwallet_rpc) https://github.com/bitcoin/bitcoin/pull/10615
< bitcoin-git> [bitcoin] laanwj closed pull request #9849: Qt: Network Watch tool (master...gui_netwatch) https://github.com/bitcoin/bitcoin/pull/9849
< bitcoin-git> [bitcoin] laanwj closed pull request #16901: doc: Add markdownlint rules & apply formatting (master...doc/markdown-linter) https://github.com/bitcoin/bitcoin/pull/16901
< bitcoin-git> [bitcoin] Sjors closed pull request #16993: rpc: gettxoutsetinfo locks m_cs_chainstate (master...2019/09/gettxoutsetinfo-lock) https://github.com/bitcoin/bitcoin/pull/16993
< bitcoin-git> [bitcoin] laanwj opened pull request #16995: Fix gcc 9 warnings (master...2019_09_resolve_gcc_warnings) https://github.com/bitcoin/bitcoin/pull/16995
< bitcoin-git> [bitcoin] setpill opened pull request #16994: Systemd replace deprecated PermissionsStartOnly (master...fix-deprecated-permissionsstartonly) https://github.com/bitcoin/bitcoin/pull/16994
< bitcoin-git> [bitcoin] Sjors opened pull request #16993: rpc: gettxoutsetinfo locks m_cs_chainstate (master...2019/09/gettxoutsetinfo-lock) https://github.com/bitcoin/bitcoin/pull/16993
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b658ca71b363...79aeed8e76e8
< bitcoin-git> bitcoin/master 8003104 Steven Roose: Clarify includeWatching for fundrawtransaction
< bitcoin-git> bitcoin/master 79aeed8 Wladimir J. van der Laan: Merge #16397: doc: Clarify includeWatching for fundrawtransaction
< bitcoin-git> [bitcoin] laanwj merged pull request #16397: doc: Clarify includeWatching for fundrawtransaction (master...fundraw-includewatching) https://github.com/bitcoin/bitcoin/pull/16397
< bitcoin-git> [bitcoin] fanquake closed pull request #16936: qa: Fix service flag comparison check in rpc_net test (master...fix_servicesnames_test) https://github.com/bitcoin/bitcoin/pull/16936
< bitcoin-git> [bitcoin] laanwj opened pull request #16991: qa: Fix service flag comparison check in rpc_net test (luke-jr) (master...2019_09_fix_servicenames_test) https://github.com/bitcoin/bitcoin/pull/16991
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/df692600c677...b658ca71b363
< bitcoin-git> bitcoin/master 0cc7dd7 soroosh-sdi: test: add unittests for CheckProofOfWork
< bitcoin-git> bitcoin/master b658ca7 Wladimir J. van der Laan: Merge #16931: test: add unittests for CheckProofOfWork
< bitcoin-git> [bitcoin] laanwj merged pull request #16931: test: add unittests for CheckProofOfWork (master...21-09-19-pow-unit-tests) https://github.com/bitcoin/bitcoin/pull/16931
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bb83d23ad816...df692600c677
< bitcoin-git> bitcoin/master 463a1d5 Nathan Marley: Refresh ZeroMQ 4.3.1 patch
< bitcoin-git> bitcoin/master df69260 Wladimir J. van der Laan: Merge #16927: depends: Refresh ZeroMQ 4.3.1 patch
< bitcoin-git> [bitcoin] laanwj merged pull request #16927: depends: Refresh ZeroMQ 4.3.1 patch (master...btc-zmq431-patches) https://github.com/bitcoin/bitcoin/pull/16927
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d6026ec874e6...bb83d23ad816
< bitcoin-git> bitcoin/master 568aa0c Nathan Marley: Add OpenSSL termios fix for musl libc
< bitcoin-git> bitcoin/master bb83d23 Wladimir J. van der Laan: Merge #16926: depends: Add OpenSSL termios fix for musl libc
< bitcoin-git> [bitcoin] laanwj merged pull request #16926: depends: Add OpenSSL termios fix for musl libc (master...btc-openssl-musl-libc-patch) https://github.com/bitcoin/bitcoin/pull/16926
< bitcoin-git> [bitcoin] laanwj merged pull request #16971: qt: Change default size of intro frame (master...2019-09-qt-change-intro-default-size) https://github.com/bitcoin/bitcoin/pull/16971
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/942e275018e1...d6026ec874e6
< bitcoin-git> bitcoin/master 8cf9898 Emil Engler: qt: Change default size of intro frame
< bitcoin-git> bitcoin/master d6026ec Wladimir J. van der Laan: Merge #16971: qt: Change default size of intro frame
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6b9405e31912...942e275018e1
< bitcoin-git> bitcoin/master 203a67d Wladimir J. van der Laan: doc: Put PR template in comments
< bitcoin-git> bitcoin/master 942e275 Wladimir J. van der Laan: Merge #16962: doc: Put PR template in comments
< bitcoin-git> [bitcoin] laanwj merged pull request #16962: doc: Put PR template in comments (master...2019_09_pr_template_comment) https://github.com/bitcoin/bitcoin/pull/16962
< bitcoin-git> bitcoin/master 6b9405e Wladimir J. van der Laan: Merge #16957: 9% less memory: make SaltedOutpointHasher noexcept
< bitcoin-git> [bitcoin] laanwj merged pull request #16957: 9% less memory: make SaltedOutpointHasher noexcept (master...2019-09-SaltedOutpointHasher-noexcept) https://github.com/bitcoin/bitcoin/pull/16957
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/26a74370455c...6b9405e31912
< bitcoin-git> bitcoin/master 67d9990 Martin Ankerl: make SaltedOutpointHasher noexcept
< bitcoin-git> [bitcoin] laanwj opened pull request #16988: qt: Periodic translations update (master...2019_09_tx_update) https://github.com/bitcoin/bitcoin/pull/16988
< bitcoin-git> bitcoin/master 26a7437 Wladimir J. van der Laan: Merge #16982: build: Factor out qt translations from build system
< bitcoin-git> [bitcoin] laanwj merged pull request #16982: build: Factor out qt translations from build system (master...2019_09_factor_out_ts) https://github.com/bitcoin/bitcoin/pull/16982
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9edb2b655058...26a74370455c
< bitcoin-git> bitcoin/master 4320bfc Wladimir J. van der Laan: build: Factor out qt translations from build system
< bitcoin-git> [bitcoin] laanwj merged pull request #16953: doc: Improve test READMEs (master...debugreadme) https://github.com/bitcoin/bitcoin/pull/16953
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6b2210f1016c...9edb2b655058
< bitcoin-git> bitcoin/master 43e7d57 Fabian Jahr: doc: Improve test READMEs
< bitcoin-git> bitcoin/master 9edb2b6 Wladimir J. van der Laan: Merge #16953: doc: Improve test READMEs
< bitcoin-git> [bitcoin] jbampton opened pull request #16987: test: Correct docstring param name. (master...fix-spelling) https://github.com/bitcoin/bitcoin/pull/16987
< bitcoin-git> [bitcoin] ch4ot1c opened pull request #16986: doc: Doxygen-friendly CuckooCache comments (master...doc/cuckoocache) https://github.com/bitcoin/bitcoin/pull/16986

2019-09-29

< bitcoin-git> [bitcoin] hebasto opened pull request #16984: util: Make thread names shorter (master...20190929-short-thread-names) https://github.com/bitcoin/bitcoin/pull/16984
< bitcoin-git> [bitcoin] hebasto opened pull request #16983: doc: Add detailed info about Bitcoin Core files (master...20190929-files) https://github.com/bitcoin/bitcoin/pull/16983
< bitcoin-git> [bitcoin] laanwj opened pull request #16982: build: Factor out qt translations from build system (master...2019_09_factor_out_ts) https://github.com/bitcoin/bitcoin/pull/16982
< bitcoin-git> [bitcoin] LarryRuane opened pull request #16981: improve runtime performance of --reindex (master...reindex-speedup) https://github.com/bitcoin/bitcoin/pull/16981

2019-09-27

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16978: test: Seed test RNG context for each test case, print seed (master...1909-testSeed) https://github.com/bitcoin/bitcoin/pull/16978
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16713: Ignore old versionbit activations to avoid 'unknown softforks' warning (master...2019-08-silence-softfork-warning) https://github.com/bitcoin/bitcoin/pull/16713
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a6c8aed1f140...6b2210f1016c
< bitcoin-git> bitcoin/master fdb3e8f Anthony Towns: Ignore old versionbit activations
< bitcoin-git> bitcoin/master 6b2210f MarcoFalke: Merge #16713: Ignore old versionbit activations to avoid 'unknown softfork...

2019-09-21

< bitcoin-git> [bitcoin] emilengler opened pull request #16930: ci: Remove trusty (master...2019-09-remove-trusty) https://github.com/bitcoin/bitcoin/pull/16930
< bitcoin-git> [bitcoin] jonatack opened pull request #16929: test: follow-up to rpc: default maxfeerate value as BTC/kB (master...sendrawtransaction-fixups) https://github.com/bitcoin/bitcoin/pull/16929
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16928: gui: Rename address checkbox back to bech32 (master...1909-guiBech32Wording) https://github.com/bitcoin/bitcoin/pull/16928
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f8b0b190aa9d...cf57e33cc6d9
< bitcoin-git> bitcoin/master bb99c4e fanquake: build: update boost macros to latest upstream
< bitcoin-git> bitcoin/master cf57e33 fanquake: Merge #16870: build: update boost macros to latest upstream for improved e...
< bitcoin-git> [bitcoin] fanquake merged pull request #16870: build: update boost macros to latest upstream for improved error reporting (master...pull_upstream_boost_m4) https://github.com/bitcoin/bitcoin/pull/16870
< bitcoin-git> [bitcoin] fanquake closed pull request #16827: [WIP] [FEATURE] RPC: Add command for pruning past ChainTip (master...PrunePastTip) https://github.com/bitcoin/bitcoin/pull/16827

2019-09-20

< bitcoin-git> [bitcoin] luke-jr closed pull request #16228: Bugfix: make check: Only run tests that were compiled (master...bugfix_raii_check_fail) https://github.com/bitcoin/bitcoin/pull/16228
< bitcoin-git> [bitcoin] nmarley opened pull request #16927: depends: Refresh ZeroMQ 4.3.1 patch (master...btc-zmq431-patches) https://github.com/bitcoin/bitcoin/pull/16927
< bitcoin-git> [bitcoin] nmarley opened pull request #16926: depends: Add OpenSSL termios fix for musl libc (master...btc-openssl-musl-libc-patch) https://github.com/bitcoin/bitcoin/pull/16926
< bitcoin-git> [bitcoin] promag opened pull request #16923: wallet: Fix duplicates fileid exception on start (master...2019-09-fix-duplicate-exception) https://github.com/bitcoin/bitcoin/pull/16923
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/04321494aea6...f8b0b190aa9d
< bitcoin-git> bitcoin/master fa2e038 MarcoFalke: test: Fix extra_args in wallet_import_rescan.py
< bitcoin-git> bitcoin/master f8b0b19 MarcoFalke: Merge #16920: test: Fix extra_args in wallet_import_rescan.py
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16920: test: Fix extra_args in wallet_import_rescan.py (master...1909-testUseCorrectPythonSyntax) https://github.com/bitcoin/bitcoin/pull/16920
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a73775e4d590...04321494aea6
< bitcoin-git> bitcoin/master 72a18a7 practicalswift: tests: Add information on how to add Vulture suppressions
< bitcoin-git> bitcoin/master 0432149 fanquake: Merge #16921: tests: Add information on how to add Vulture suppressions
< bitcoin-git> [bitcoin] fanquake merged pull request #16921: tests: Add information on how to add Vulture suppressions (master...vulture-suppressions) https://github.com/bitcoin/bitcoin/pull/16921
< bitcoin-git> [bitcoin] fanquake merged pull request #16917: tests: Move common function assert_approx() into util.py (master...master) https://github.com/bitcoin/bitcoin/pull/16917
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/587003d380a0...a73775e4d590
< bitcoin-git> bitcoin/master 96299a9 fridokus: Test: Move common function assert_approx() into util.py
< bitcoin-git> bitcoin/master a73775e fanquake: Merge #16917: tests: Move common function assert_approx() into util.py
< bitcoin-git> [bitcoin] fanquake merged pull request #16914: doc: Update homebrew instruction for doxygen (master...2019/09/doxygen-homebrew) https://github.com/bitcoin/bitcoin/pull/16914
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/630ec7bf41fe...587003d380a0
< bitcoin-git> bitcoin/master 14c6a2d Sjors Provoost: [doc] update brew instruction for doxygen
< bitcoin-git> bitcoin/master 587003d fanquake: Merge #16914: doc: Update homebrew instruction for doxygen
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7d4bc60f1fee...630ec7bf41fe
< bitcoin-git> bitcoin/master fa8d65f MarcoFalke: doc: Fix doxygen comment for SignTransaction in rpc/rawtransaction_util
< bitcoin-git> bitcoin/master 630ec7b fanquake: Merge #16900: doc: Fix doxygen comment for SignTransaction in rpc/rawtrans...
< bitcoin-git> [bitcoin] fanquake merged pull request #16900: doc: Fix doxygen comment for SignTransaction in rpc/rawtransaction_util (master...1909-docRpcUtil) https://github.com/bitcoin/bitcoin/pull/16900

2019-09-19

< bitcoin-git> [bitcoin] theStack opened pull request #16922: net: filteradd message: update bloom filter empty/full flags after adding (master...20190919-net-update_empty_full_after_adding_filter) https://github.com/bitcoin/bitcoin/pull/16922
< bitcoin-git> [bitcoin] practicalswift closed pull request #15805: log: Increase signal-to-noise in bitcoind standard output. Don't print debug output "Pre-allocating to position ..." and "Leaving block file ..." when running with -nodebug (default). (master...stdout-signal-to-noise) https://github.com/bitcoin/bitcoin/pull/15805
< bitcoin-git> [bitcoin] practicalswift closed pull request #16136: Add an optional extra level of checking: DCHECK(...) - an opt-in side-effect safe assert(...) (master...check) https://github.com/bitcoin/bitcoin/pull/16136
< bitcoin-git> [bitcoin] practicalswift opened pull request #16921: tests: Add information on how to add Vulture suppressions (master...vulture-suppressions) https://github.com/bitcoin/bitcoin/pull/16921
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16920: test: Fix extra_args in wallet_import_rescan.py (master...1909-testUseCorrectPythonSyntax) https://github.com/bitcoin/bitcoin/pull/16920
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16918: test: Make PORT_MIN in test runner configurable (master...1909-testPortMinConf) https://github.com/bitcoin/bitcoin/pull/16918
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9bf5768dd628...7d4bc60f1fee
< bitcoin-git> bitcoin/master f5809d5 James O'Beirne: doc: fix CChainState::ActivateBestChain doc
< bitcoin-git> bitcoin/master bcf73d3 James O'Beirne: refactoring: move LoadChainTip to CChainState method
< bitcoin-git> bitcoin/master 3cf3673 James O'Beirne: refactoring: move ReplayBlocks under CChainState
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16743: refactor: move LoadChainTip/RelayBlocks under CChainState (master...2019-08-au-chainstate-moves) https://github.com/bitcoin/bitcoin/pull/16743
< bitcoin-git> [bitcoin] fridokus opened pull request #16917: Test: Move common function assert_approx() into util.py (master...master) https://github.com/bitcoin/bitcoin/pull/16917
< bitcoin-git> [bitcoin] BlockMechanic opened pull request #16916: Android build (master...android-build) https://github.com/bitcoin/bitcoin/pull/16916
< bitcoin-git> [bitcoin] practicalswift opened pull request #16915: doc: Document MemPoolAccept::Finalize(...) precondition (master...clarify-mempoolaccept-finalize-assumptions) https://github.com/bitcoin/bitcoin/pull/16915
< bitcoin-git> [bitcoin] Sjors opened pull request #16914: Update homebrew instruction for doxygen (master...2019/09/doxygen-homebrew) https://github.com/bitcoin/bitcoin/pull/16914
< bitcoin-git> [bitcoin] fanquake closed pull request #16913: build: Reorder a msvc macro (master...build/msvc-core-macros) https://github.com/bitcoin/bitcoin/pull/16913
< bitcoin-git> [bitcoin] fanquake merged pull request #16885: doc: Update tx-size-small comment with relevant CVE disclosure (master...CVE-2017-12842_comment) https://github.com/bitcoin/bitcoin/pull/16885
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/59c138d2f149...9bf5768dd628
< bitcoin-git> bitcoin/master c4b0c08 Gregory Sanders: Update tx-size-small comment with relevant CVE disclosure
< bitcoin-git> bitcoin/master 9bf5768 fanquake: Merge #16885: doc: Update tx-size-small comment with relevant CVE disclosu...
< bitcoin-git> [bitcoin] ch4ot1c opened pull request #16913: build: Reorder a msvc macro (master...build/msvc-core-macros) https://github.com/bitcoin/bitcoin/pull/16913

2019-09-18

< bitcoin-git> [bitcoin] ch4ot1c opened pull request #16912: doc: Remove Doxygen intro from src/bitcoind.cpp (master...doc/doxygen-intro) https://github.com/bitcoin/bitcoin/pull/16912
< bitcoin-git> [bitcoin] achow101 opened pull request #16911: Only check the hash of transactions loaded from disk (master...wallet-skip-checktx) https://github.com/bitcoin/bitcoin/pull/16911
< bitcoin-git> [bitcoin] achow101 opened pull request #16910: wallet: reduce loading time by using unordered maps (master...reduce-wallet-load) https://github.com/bitcoin/bitcoin/pull/16910
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/cfcaa9759e23...59c138d2f149
< bitcoin-git> bitcoin/master 1111bb9 MarcoFalke: test: Reformat python imports to aid scripted diff
< bitcoin-git> bitcoin/master faaee1e MarcoFalke: test: Use connect_nodes when connecting nodes in the test_framework
< bitcoin-git> bitcoin/master fa3b9ee MarcoFalke: scripted-diff: test: Replace connect_nodes_bi with connect_nodes
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16898: test: Remove connect_nodes_bi (master...1908-testConnectNodes) https://github.com/bitcoin/bitcoin/pull/16898
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16908: txmempool: Make entry time type-safe (std::chrono) (master...1909-mempoolEntryChrono) https://github.com/bitcoin/bitcoin/pull/16908
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0ee047423465...cfcaa9759e23
< bitcoin-git> bitcoin/master fac35b2 MarcoFalke: test: lint: Add DisabledOpcodeTemplates to whitelist
< bitcoin-git> bitcoin/master cfcaa97 MarcoFalke: Merge #16907: test: lint: Add DisabledOpcodeTemplates to whitelist
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16907: test: lint: Add DisabledOpcodeTemplates to whitelist (master...1909-testLintCrap) https://github.com/bitcoin/bitcoin/pull/16907
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16907: test: Add DisabledOpcodeTemplates to dead code whitelist linter (master...1909-testLintCrap) https://github.com/bitcoin/bitcoin/pull/16907
< bitcoin-git> [bitcoin] elichai opened pull request #16905: test: return self from ECKey/ECPubKey functions (master...2019-09-self) https://github.com/bitcoin/bitcoin/pull/16905
< bitcoin-git> [bitcoin] laanwj merged pull request #16521: rpc: Use the default maxfeerate value as BTC/kB (master...maxfeerate-as-rate) https://github.com/bitcoin/bitcoin/pull/16521
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dd8cf82e9604...0ee047423465
< bitcoin-git> bitcoin/master 261843e Joonmo Yang: wallet/rpc: Use the default maxfeerate value as BTC/kB
< bitcoin-git> bitcoin/master 2dfd683 Joonmo Yang: test: Add test for default maxfeerate in sendrawtransaction
< bitcoin-git> bitcoin/master 0ee0474 Wladimir J. van der Laan: Merge #16521: rpc: Use the default maxfeerate value as BTC/kB
< bitcoin-git> [bitcoin] laanwj merged pull request #15146: build: Solve SmartOS FD_ZERO build issue (master...glibc-sanity-string) https://github.com/bitcoin/bitcoin/pull/15146
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/72d30d668afd...dd8cf82e9604
< bitcoin-git> bitcoin/master 7fb886b Ben Woosley: [moveonly] Split glibc sanity_test_fdelt out
< bitcoin-git> bitcoin/master b4fd0ca Ben Woosley: Include cstring for sanity_test_fdelt if required
< bitcoin-git> bitcoin/master dd8cf82 Wladimir J. van der Laan: Merge #15146: Solve SmartOS FD_ZERO build issue
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/408c92038102...72d30d668afd
< bitcoin-git> bitcoin/master 6f405a1 Andrew Chow: Shuffle inputs and outputs after joining psbts
< bitcoin-git> bitcoin/master c0b5d97 Andrew Chow: Test that joinpsbts randomly shuffles the inputs
< bitcoin-git> bitcoin/master 72d30d6 Wladimir J. van der Laan: Merge #16512: rpc: Shuffle inputs and outputs after joining psbts
< bitcoin-git> [bitcoin] laanwj merged pull request #16512: rpc: Shuffle inputs and outputs after joining psbts (master...joinpsbt-rand) https://github.com/bitcoin/bitcoin/pull/16512
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/feb162d50027...408c92038102
< bitcoin-git> bitcoin/master 4a87c5c Suhas Daftuar: [refactor] Rewrite AcceptToMemoryPoolWorker() using smaller parts
< bitcoin-git> bitcoin/master 408c920 Wladimir J. van der Laan: Merge #16400: refactor: Rewrite AcceptToMemoryPoolWorker() using smaller p...
< bitcoin-git> [bitcoin] laanwj merged pull request #16400: refactor: Rewrite AcceptToMemoryPoolWorker() using smaller parts (master...2019-07-refactor-atmp) https://github.com/bitcoin/bitcoin/pull/16400
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4b5e5ef4cec3...feb162d50027
< bitcoin-git> bitcoin/master 38bfca6 lucash-dev: Added comments referencing multiple CVEs in tests and production code.
< bitcoin-git> bitcoin/master 0c62e3a lucash-dev: New regression testing for CVE-2018-17144, CVE-2012-2459, and CVE-2010-513...
< bitcoin-git> bitcoin/master feb162d Wladimir J. van der Laan: Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_...
< bitcoin-git> [bitcoin] laanwj merged pull request #14696: qa: Add explicit references to related CVE's in p2p_invalid_block test (master...mention-cve-invalid-block) https://github.com/bitcoin/bitcoin/pull/14696
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cc1d7fd57c9e...4b5e5ef4cec3
< bitcoin-git> bitcoin/master f0636d3 Carl Dong: depends: zlib: Move toolchain options to configure
< bitcoin-git> bitcoin/master 4b5e5ef Wladimir J. van der Laan: Merge #16809: depends: zlib: Move toolchain options to configure
< bitcoin-git> [bitcoin] laanwj merged pull request #16809: depends: zlib: Move toolchain options to configure (master...2019-09-improve-zlib-pkg) https://github.com/bitcoin/bitcoin/pull/16809
< bitcoin-git> [bitcoin] fanquake closed pull request #14245: Minimize vfExec counting in script handling (master...fexec) https://github.com/bitcoin/bitcoin/pull/14245
< bitcoin-git> [bitcoin] sipa opened pull request #16902: [POC] O(1) OP_IF/NOTIF/ELSE/ENDIF script implementation (master...201909_o1nestedifs) https://github.com/bitcoin/bitcoin/pull/16902
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b3067f4338d9...cc1d7fd57c9e
< bitcoin-git> bitcoin/master 4d45577 fanquake: build: remove unnecessary macOS qt patching
< bitcoin-git> bitcoin/master 93995c2 fanquake: build: remove unnecessary qt xcb patching
< bitcoin-git> bitcoin/master cc1d7fd fanquake: Merge #16879: build: remove redundant sed patching
< bitcoin-git> [bitcoin] fanquake merged pull request #16879: build: remove redundant sed patching (master...messy_depends) https://github.com/bitcoin/bitcoin/pull/16879

2019-09-17

< bitcoin-git> [bitcoin] ch4ot1c opened pull request #16901: test: Add markdownlint rules (master...doc/markdown-linter) https://github.com/bitcoin/bitcoin/pull/16901
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16900: doc: Fix doxygen comment for SignTransaction in rpc/rawtransaction_util (master...1909-docRpcUtil) https://github.com/bitcoin/bitcoin/pull/16900
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/99beda47f56a...b3067f4338d9
< bitcoin-git> bitcoin/master 8573429 soroosh-sdi: test: add some unit tests for merkle.cpp
< bitcoin-git> bitcoin/master b3067f4 MarcoFalke: Merge #16865: test: add some unit tests for merkle.cpp
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16865: test: add some unit tests for merkle.cpp (master...13-09-19-merkle-unit-tests) https://github.com/bitcoin/bitcoin/pull/16865
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/318890b1ee3c...99beda47f56a
< bitcoin-git> bitcoin/master ae0add8 Gregory Sanders: Add python bech32 impl round-trip test
< bitcoin-git> bitcoin/master 99beda4 MarcoFalke: Merge #16864: test: Add python bech32 impl round-trip test
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16864: test: Add python bech32 impl round-trip test (master...bech32_encode_test) https://github.com/bitcoin/bitcoin/pull/16864
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16888: test: Bump timeouts in slow running tests (master...1909-testBumpTimeouts) https://github.com/bitcoin/bitcoin/pull/16888
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f18a9065e911...318890b1ee3c
< bitcoin-git> bitcoin/master fa502cb MarcoFalke: test: Bump timeouts in slow running tests