2019-09-27

< 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
< bitcoin-git> bitcoin/master 318890b MarcoFalke: Merge #16888: test: Bump timeouts in slow running tests
< bitcoin-git> [bitcoin] jamesob opened pull request #16899: UTXO snapshot creation (dumptxoutset) (master...2019-09-au-dumptxoutset) https://github.com/bitcoin/bitcoin/pull/16899
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16898: test: Remove connect_nodes_bi (master...1908-testConnectNodes) https://github.com/bitcoin/bitcoin/pull/16898
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16893: doc: Fix datadir path in 0.18.0 release notes (master...doc/release-notes-0.18.0-fix) https://github.com/bitcoin/bitcoin/pull/16893
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16892: validation: find witness commitment header using memcmp() instead of byte-by-byte comparison (master...20190917-validation-find_witness_commitment_with_memcmp) https://github.com/bitcoin/bitcoin/pull/16892
< bitcoin-git> [bitcoin] renepickhardt opened pull request #16896: replaced hard coded folders with os.path.join & replaced os.path.sep (master...patch-seperator) https://github.com/bitcoin/bitcoin/pull/16896
< bitcoin-git> [bitcoin] Sjors opened pull request #16895: External signer multisig support (master...2019/09/hww-multisig) https://github.com/bitcoin/bitcoin/pull/16895
< bitcoin-git> [bitcoin] ch4ot1c opened pull request #16893: doc: Fix datadir path in 0.18.0 release notes (master...doc/release-notes-0.18.0-fix) https://github.com/bitcoin/bitcoin/pull/16893
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/92f35acb3ba0...f18a9065e911
< bitcoin-git> bitcoin/master 6aab764 Jon Layton: doc: Fix whitespace errs in .md files, bitcoin.conf, Info.plist.in, and fi...
< bitcoin-git> bitcoin/master f18a906 fanquake: Merge #16812: doc: Fix whitespace errs in .md files, bitcoin.conf, and Inf...
< bitcoin-git> [bitcoin] fanquake merged pull request #16812: doc: Fix whitespace errs in .md files, bitcoin.conf, and Info.plist.in (master...docs/lint-markdown) https://github.com/bitcoin/bitcoin/pull/16812
< bitcoin-git> [bitcoin] theStack opened pull request #16892: validation: find witness commitment header using memcmp() instead of byte-by-byte comparison (master...20190917-validation-find_witness_commitment_with_memcmp) https://github.com/bitcoin/bitcoin/pull/16892
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/796b71363396...92f35acb3ba0
< bitcoin-git> bitcoin/master fa27ede MarcoFalke: qt: Run "make translate" in ./src
< bitcoin-git> bitcoin/master 92f35ac fanquake: Merge #16882: qt: Re-generate translations before 0.19.0
< bitcoin-git> [bitcoin] fanquake merged pull request #16882: qt: Re-generate translations before 0.19.0 (master...1909-qtMakeTranslate) https://github.com/bitcoin/bitcoin/pull/16882

2019-09-16

< bitcoin-git> [bitcoin] darosior opened pull request #16890: JSONRPC: Don't allow to 'estimatesmartfee' in blocksonly mode (master...estimatesmartfee_blockonly) https://github.com/bitcoin/bitcoin/pull/16890
< bitcoin-git> [bitcoin] MarcoFalke closed 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] MarcoFalke reopened 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] sipa opened pull request #16889: Add some general std::vector utility functions (master...210909_vectorutil) https://github.com/bitcoin/bitcoin/pull/16889
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16888: test: Bump timeouts in slow running tests (master...1909-testBumpTimeouts) https://github.com/bitcoin/bitcoin/pull/16888
< bitcoin-git> [bitcoin] sipa opened pull request #16887: Abstract out some of the descriptor Span-parsing helpers (master...201909_spanparsing) https://github.com/bitcoin/bitcoin/pull/16887
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cd737214ced7...796b71363396
< bitcoin-git> bitcoin/master 2222c96 MarcoFalke: test: Add notes on how to generate data/wallets/high_minversion
< bitcoin-git> bitcoin/master 796b713 MarcoFalke: Merge #16845: test: Add notes on how to generate data/wallets/high_minvers...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16845: test: Add notes on how to generate data/wallets/high_minversion (master...1909-docTestGenWalletDataHighMinVersion) https://github.com/bitcoin/bitcoin/pull/16845
< bitcoin-git> [bitcoin] instagibbs opened pull request #16885: Update tx-size-small comment with relevant CVE disclosure (master...CVE-2017-12842_comment) https://github.com/bitcoin/bitcoin/pull/16885
< bitcoin-git> [bitcoin] instagibbs opened pull request #16884: Change default address type to bech32 (master...bech32_default) https://github.com/bitcoin/bitcoin/pull/16884
< bitcoin-git> [bitcoin] icota opened pull request #16883: WIP: Qt: add QML based mobile GUI (master...qt-mobile) https://github.com/bitcoin/bitcoin/pull/16883
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16882: qt: Run "make translate" in ./src (master...1909-qtMakeTranslate) https://github.com/bitcoin/bitcoin/pull/16882
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/eb812257a3fd...cd737214ced7
< bitcoin-git> bitcoin/master fae961d MarcoFalke: test: Establish only one connection between nodes in rpc_invalidateblock
< bitcoin-git> bitcoin/master cd73721 Wladimir J. van der Laan: Merge #16737: test: Establish only one connection between nodes in rpc_inv...
< bitcoin-git> [bitcoin] laanwj merged pull request #16737: test: Establish only one connection between nodes in rpc_invalidateblock (master...1908-testConnectOnce) https://github.com/bitcoin/bitcoin/pull/16737
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/871d3ae45b64...eb812257a3fd
< bitcoin-git> bitcoin/master 82e53f3 James O'Beirne: doc: add comments clarifying how local services are advertised
< bitcoin-git> bitcoin/master eb81225 Wladimir J. van der Laan: Merge #16847: doc: add comments clarifying how local services are advertis...
< bitcoin-git> [bitcoin] laanwj merged pull request #16847: doc: add comments clarifying how local services are advertised (master...2019-09-localservices-doc) https://github.com/bitcoin/bitcoin/pull/16847
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/19f301def7a2...871d3ae45b64
< bitcoin-git> bitcoin/master fa99efd MarcoFalke: doc: ActivateBestChainStep return value
< bitcoin-git> bitcoin/master fa912a8 MarcoFalke: doc: move-only ActivateBestChain doxygen comment to header
< bitcoin-git> bitcoin/master 871d3ae Wladimir J. van der Laan: Merge #16757: doc: CChainState return values
< bitcoin-git> [bitcoin] laanwj merged pull request #16757: doc: CChainState return values (master...1909-docValABCS) https://github.com/bitcoin/bitcoin/pull/16757
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a953429a0ea3...19f301def7a2
< bitcoin-git> bitcoin/master ff6122f fanquake: doc: clarify protobuf build requirements
< bitcoin-git> bitcoin/master 107e030 fanquake: build: make protobuf optional in depends
< bitcoin-git> bitcoin/master 19f301d Wladimir J. van der Laan: Merge #16871: build: make building protobuf optional in depends
< bitcoin-git> [bitcoin] laanwj merged pull request #16871: build: make building protobuf optional in depends (master...depends_no_protobuf_by_default) https://github.com/bitcoin/bitcoin/pull/16871
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9debfd0e2841...a953429a0ea3
< bitcoin-git> bitcoin/master 43aa9b0 Jon Atack: gui: rename encrypt(), blank(), and askPasshprase()
< bitcoin-git> bitcoin/master 539d940 Jon Atack: gui: fix passphrase labels/tooltip in createwalletdialog/askpassphrasedial...
< bitcoin-git> bitcoin/master cad3ab5 Jon Atack: gui: fix autofocus in CreateWalletActivity::askPassphrase()
< bitcoin-git> [bitcoin] fanquake merged pull request #16822: gui: Create wallet menu option follow-ups (master...createwallet-followup) https://github.com/bitcoin/bitcoin/pull/16822
< bitcoin-git> [bitcoin] fanquake opened pull request #16881: consensus: Improve CScriptNum error reporting (master...rebased_un_nitted_15074) https://github.com/bitcoin/bitcoin/pull/16881
< bitcoin-git> [bitcoin] fanquake closed pull request #15074: Improve CScriptNum error reporting (master...cscriptnum_error) https://github.com/bitcoin/bitcoin/pull/15074
< bitcoin-git> [bitcoin] fanquake closed pull request #16880: Fix first last_op_finish_ is unpredictable value (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16880
< bitcoin-git> [bitcoin] xuing opened pull request #16880: Fix first last_op_finish_ is unpredictable value (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16880
< bitcoin-git> [bitcoin] fanquake opened pull request #16879: build: remove redundant sed patching (master...messy_depends) https://github.com/bitcoin/bitcoin/pull/16879
< bitcoin-git> [bitcoin] davereikher opened pull request #16878: Fix non-deterministic coverage of test DoS_mapOrphans (master...make_denialofservice_tests_deterministic) https://github.com/bitcoin/bitcoin/pull/16878
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b0a7a76c9d2e...9debfd0e2841
< bitcoin-git> bitcoin/master b6233a4 darosior: bitcoin-wallet: Add a missing closing parenthesis in the help
< bitcoin-git> bitcoin/master 9debfd0 fanquake: Merge #16863: doc: Add a missing closing parenthesis in the bitcoin-wallet...
< bitcoin-git> [bitcoin] fanquake merged pull request #16863: doc: Add a missing closing parenthesis in the bitcoin-wallet's help (master...bitcoin_wallet_nit) https://github.com/bitcoin/bitcoin/pull/16863

2019-09-15

< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a40ccbb195e8...b0a7a76c9d2e
< bitcoin-git> bitcoin/master 0f34f54 Jon Atack: rpc: fix regression in gettransaction
< bitcoin-git> bitcoin/master 1b41c2c Jon Atack: test: improve gettransaction test coverage
< bitcoin-git> bitcoin/master b0a7a76 Samuel Dobson: Merge #16873: rpc: fix regression in gettransaction
< bitcoin-git> [bitcoin] meshcollider merged pull request #16873: rpc: fix regression in gettransaction (master...revive-rpc-gettransaction-details) https://github.com/bitcoin/bitcoin/pull/16873
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4bfef0daeb93...a40ccbb195e8
< bitcoin-git> bitcoin/master 1153caf James Hilliard: Qt: advise users not to switch wallets when opening a BIP70 URI.
< bitcoin-git> bitcoin/master a40ccbb Jonas Schnelli: Merge #16858: Qt: advise users not to switch wallets when opening a BIP70 ...
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #16858: Qt: advise users not to switch wallets when opening a BIP70 URI. (master...bip70-message) https://github.com/bitcoin/bitcoin/pull/16858
< bitcoin-git> [bitcoin] promag opened pull request #16876: gui: Drop calls to QCoreApplication::processEvents (master...2019-09-drop-processevents) https://github.com/bitcoin/bitcoin/pull/16876
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16453: validation: Run CheckBlockIndex only on success for now (master...1907-validationCheckBlockIndexSuccess) https://github.com/bitcoin/bitcoin/pull/16453
< bitcoin-git> [bitcoin] promag closed pull request #16050: rpc: Control if rescan updates/notifies existing transactions on importmulti (master...2019-05-importmulti-update) https://github.com/bitcoin/bitcoin/pull/16050

2019-09-14

< bitcoin-git> [bitcoin] jonatack opened pull request #16873: rpc: fix regression in gettransaction (master...revive-rpc-gettransaction-details) https://github.com/bitcoin/bitcoin/pull/16873
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb4f5beb6ede...4bfef0daeb93
< bitcoin-git> bitcoin/master 7dee8f4 John Newbery: [wallet] Rename 'decode' argument in gettransaction method to 'verbose'
< bitcoin-git> bitcoin/master 4bfef0d Samuel Dobson: Merge #16866: wallet: Rename 'decode' argument in gettransaction method to...
< bitcoin-git> [bitcoin] meshcollider merged pull request #16866: wallet: Rename 'decode' argument in gettransaction method to 'verbose' (master...2019-09-change-gettransaction-arg-name) https://github.com/bitcoin/bitcoin/pull/16866
< bitcoin-git> [bitcoin] laanwj pushed tag v0.17.2rc2: https://github.com/bitcoin/bitcoin/compare/v0.17.2rc2
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to 0.17: https://github.com/bitcoin/bitcoin/compare/e149cbe5c790...2f4f2d382bd7
< bitcoin-git> bitcoin/0.17 6737e1c Cory Fields: release: Update the Windows Codesigning certificate
< bitcoin-git> bitcoin/0.17 2f4f2d3 fanquake: Merge #16867: release: Update the Windows Codesigning certificate
< bitcoin-git> [bitcoin] fanquake merged pull request #16867: release: Update the Windows Codesigning certificate (0.17...0.17) https://github.com/bitcoin/bitcoin/pull/16867
< bitcoin-git> [bitcoin] fanquake closed pull request #15445: [0.17] backport #14409 (0.17...20190219-backport-pr14409) https://github.com/bitcoin/bitcoin/pull/15445
< bitcoin-git> [bitcoin] fanquake opened pull request #16871: build: make building protobuf optional in depends (master...depends_no_protobuf_by_default) https://github.com/bitcoin/bitcoin/pull/16871

2019-09-13

< bitcoin-git> [bitcoin] fanquake opened 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 #16869: Add missing walletconflicts to the help output of gettransaction and listtrasactions (master...help-walletconflicts) https://github.com/bitcoin/bitcoin/pull/16869
< bitcoin-git> [bitcoin] kristapsk opened pull request #16869: Add missing walletconflicts to the help output of gettransaction and listtrasactions (master...help-walletconflicts) https://github.com/bitcoin/bitcoin/pull/16869
< bitcoin-git> [bitcoin] emilengler opened pull request #16868: Add specific envvar system (master...2019-09-specific-envvar) https://github.com/bitcoin/bitcoin/pull/16868
< bitcoin-git> [bitcoin] theuni opened pull request #16867: release: Update the Windows Codesigning certificate (0.17...0.17) https://github.com/bitcoin/bitcoin/pull/16867
< bitcoin-git> [bitcoin] jnewbery opened pull request #16866: [wallet] Rename 'decode' argument in gettransaction method to 'verbose' (master...2019-09-change-gettransaction-arg-name) https://github.com/bitcoin/bitcoin/pull/16866
< bitcoin-git> [bitcoin] soroosh-sdi opened 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] instagibbs opened pull request #16864: Add python bech32 impl round-trip test (master...bech32_encode_test) https://github.com/bitcoin/bitcoin/pull/16864
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.17: https://github.com/bitcoin/bitcoin/compare/40b47d539991...e149cbe5c790
< bitcoin-git> bitcoin/0.17 fb9bade fanquake: doc: integrate release notes from #16639
< bitcoin-git> bitcoin/0.17 e149cbe Wladimir J. van der Laan: Merge #16861: [0.17] doc: Remove release note fragment from #16639
< bitcoin-git> [bitcoin] laanwj merged pull request #16861: [0.17] doc: Remove release note fragment from #16639 (0.17...remove_release_note_fragment) https://github.com/bitcoin/bitcoin/pull/16861
< bitcoin-git> [bitcoin] darosior opened pull request #16863: NIT: Add a missing closing parenthesis in the bitcoin-wallet's help (master...bitcoin_wallet_nit) https://github.com/bitcoin/bitcoin/pull/16863
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/102998ea03f6...fb4f5beb6ede
< bitcoin-git> bitcoin/master f390d85 Steven Roose: Prevent UpdateTip log message from being broken up
< bitcoin-git> bitcoin/master fb4f5be Wladimir J. van der Laan: Merge #16854: Prevent UpdateTip log message from being broken up
< bitcoin-git> [bitcoin] laanwj merged pull request #16854: Prevent UpdateTip log message from being broken up (master...log-break-updatetip) https://github.com/bitcoin/bitcoin/pull/16854
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a199f7522589...102998ea03f6
< bitcoin-git> bitcoin/master 376f492 fanquake: build: disable BIP70 support by default
< bitcoin-git> bitcoin/master e09913f fanquake: doc: specify protobuf as optional in build docs
< bitcoin-git> bitcoin/master 102998e Wladimir J. van der Laan: Merge #15584: build: disable BIP70 support by default
< bitcoin-git> [bitcoin] laanwj merged pull request #15584: build: disable BIP70 support by default (master...disable-bip70-by-default) https://github.com/bitcoin/bitcoin/pull/15584
< bitcoin-git> [bitcoin] fanquake closed pull request #16860: remove unnecessary png file (master...removepng) https://github.com/bitcoin/bitcoin/pull/16860
< bitcoin-git> [bitcoin] fanquake opened pull request #16861: doc: Remove release note fragment from #16639 (0.17...remove_release_note_fragment) https://github.com/bitcoin/bitcoin/pull/16861
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/884f7cc81b47...a199f7522589
< bitcoin-git> bitcoin/master 7063401 clashicly: Elaborate on the need to re-login on Debian-based systems to use tor follo...
< bitcoin-git> bitcoin/master a199f75 fanquake: Merge #16857: doc: Elaborate need to re-login on Debian-based after usermo...
< bitcoin-git> [bitcoin] fanquake merged pull request #16857: doc: Elaborate need to re-login on Debian-based after usermod for Tor group (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16857

2019-09-12

< bitcoin-git> [bitcoin] bhinesley closed pull request #16724: wallet: Remove redundant wpkh script import (master...bugfix-wallet-warning) https://github.com/bitcoin/bitcoin/pull/16724
< bitcoin-git> [bitcoin] GChuf opened pull request #16860: remove unnecessary png file (master...removepng) https://github.com/bitcoin/bitcoin/pull/16860
< bitcoin-git> [bitcoin] laanwj closed pull request #15064: [PoC] GUI: Migrate BIP70 merchant info to mapValue["to"] (master...bip70_merchant_to_to) https://github.com/bitcoin/bitcoin/pull/15064
< bitcoin-git> [bitcoin] emilengler closed pull request #16829: Add envvar system (master...2019-09-envvar) https://github.com/bitcoin/bitcoin/pull/16829
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #16714: gui: add prune to intro screen with smart default (master...2019/08/wizard-prune) https://github.com/bitcoin/bitcoin/pull/16714
< bitcoin-git> [bitcoin] jonasschnelli pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/ca97d292ce60...884f7cc81b47
< bitcoin-git> bitcoin/master 1bccf6a Sjors Provoost: [node] add forceSetArg to interface
< bitcoin-git> bitcoin/master 1957103 Sjors Provoost: [gui] add explicit prune setter
< bitcoin-git> bitcoin/master 1bbc49d Sjors Provoost: [gui] intro: inform caller if intro was shown
< bitcoin-git> [bitcoin] jameshilliard opened pull request #16858: Qt: advise users not to switch wallets when opening a BIP70 URI. (master...bip70-message) https://github.com/bitcoin/bitcoin/pull/16858
< bitcoin-git> [bitcoin] laanwj pushed tag v0.17.2rc1: https://github.com/bitcoin/bitcoin/compare/v0.17.2rc1
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.17: https://github.com/bitcoin/bitcoin/compare/1659b9b09966...40b47d539991
< bitcoin-git> bitcoin/0.17 40b47d5 Wladimir J. van der Laan: doc: Update release notes for last merge
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to 0.17: https://github.com/bitcoin/bitcoin/compare/2e4353d3f155...1659b9b09966
< bitcoin-git> bitcoin/0.17 e9adb96 Sjors Provoost: [wallet] abort when attempting to fund a transaction above maxtxfee
< bitcoin-git> bitcoin/0.17 0e7c746 João Barbosa: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction
< bitcoin-git> bitcoin/0.17 1659b9b Wladimir J. van der Laan: Merge #16639: [0.17] abort when attempting to fund a transaction above -ma...
< bitcoin-git> [bitcoin] laanwj merged pull request #16639: [0.17] abort when attempting to fund a transaction above -maxtxfee (0.17...2019/08/backport_max_fee) https://github.com/bitcoin/bitcoin/pull/16639
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16551: test: Test that low difficulty chain fork is rejected (master...1908-testDosLowHeader) https://github.com/bitcoin/bitcoin/pull/16551
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/04d9939f460d...ca97d292ce60
< bitcoin-git> bitcoin/master fa31dc1 MarcoFalke: test: Pass down correct chain name in tests
< bitcoin-git> bitcoin/master 333317c MarcoFalke: test: Test that low difficulty chain fork is rejected
< bitcoin-git> bitcoin/master ca97d29 MarcoFalke: Merge #16551: test: Test that low difficulty chain fork is rejected
< bitcoin-git> [bitcoin] laanwj merged pull request #16850: test: `servicesnames` field in `getpeerinfo` and `getnetworkinfo` (master...servicenames) https://github.com/bitcoin/bitcoin/pull/16850
< bitcoin-git> bitcoin/master 04d9939 Wladimir J. van der Laan: Merge #16850: test: `servicesnames` field in `getpeerinfo` and `getnetwork...
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2324aa1dc409...04d9939f460d
< bitcoin-git> bitcoin/master 07a8f65 darosior: tests: add a test for the 'servicesnames' RPC field
< bitcoin-git> bitcoin/master 1d524c6 darosior: tests: rename 'test_getnetworkinginfo' in 'test_getnetworkinfo'
< bitcoin-git> [bitcoin] clashicly opened pull request #16857: Elaborate on the need to re-login on Debian-based systems to use tor … (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16857

2019-09-11

< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #16856: Do not allow descendants of BLOCK_FAILED_VALID blocks to be BLOCK_FAILED_VALID (master...2019-09-invalidate-block-child-invalid) https://github.com/bitcoin/bitcoin/pull/16856
< bitcoin-git> [bitcoin] stevenroose opened pull request #16854: Prevent UpdateTip log message from being broken up (master...log-break-updatetip) https://github.com/bitcoin/bitcoin/pull/16854
< bitcoin-git> [bitcoin] ZENNITTITTHZENTERPRISE closed pull request #16853: Rename CONTRIBUTING.md to ZENNITTITTHZ/CONTRIBUTING.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16853
< bitcoin-git> [bitcoin] ZENNITTITTHZENTERPRISE opened pull request #16853: Rename CONTRIBUTING.md to ZENNITTITTHZ/CONTRIBUTING.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16853
< bitcoin-git> [bitcoin] achow101 opened 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] fanquake merged pull request #15529: Add Qt programs to msvc build (updated, no code changes) (master...qt_msvc) https://github.com/bitcoin/bitcoin/pull/15529
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2296fe65f598...2324aa1dc409
< bitcoin-git> bitcoin/master 1619684 Aaron Clauson: Added libbitcoin_qt and bitcoin-qt to the msbuild configuration.
< bitcoin-git> bitcoin/master 2324aa1 fanquake: Merge #15529: Add Qt programs to msvc build (updated, no code changes)
< bitcoin-git> [bitcoin] fanquake merged pull request #16251: rpc: Improve signrawtransaction error reporting (master...201906-signrawerror) https://github.com/bitcoin/bitcoin/pull/16251
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1985c4efda56...2296fe65f598
< bitcoin-git> bitcoin/master 3c481f8 Anthony Towns: signrawtransactionwithkey: better error messages for bad redeemScript/witn...
< bitcoin-git> bitcoin/master ec4c793 Anthony Towns: signrawtransaction*: improve error for partial signing
< bitcoin-git> bitcoin/master 2296fe6 fanquake: Merge #16251: Improve signrawtransaction error reporting
< bitcoin-git> [bitcoin] fanquake closed pull request #16833: bitcoin-tx: fix comment about pay-to-witness script type ("addoutpubkey" command) (master...20190908-bitcoin-tx_fix_comment_p2wsh_to_p2wpkh) https://github.com/bitcoin/bitcoin/pull/16833
< bitcoin-git> [bitcoin] ajtowns opened pull request #16851: Continue relaying transactions after they expire from mapRelay (master...201909-relayparents) https://github.com/bitcoin/bitcoin/pull/16851

2019-09-10

< bitcoin-git> [bitcoin] darosior opened pull request #16850: Functionnal tests for `servicesnames` field in `getpeerinfo` and `getnetworkinfo` (master...servicenames) https://github.com/bitcoin/bitcoin/pull/16850
< bitcoin-git> [bitcoin] sdaftuar opened 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] jamesob opened pull request #16847: doc: add comments clarifying how local services are advertised (master...2019-09-localservices-doc) https://github.com/bitcoin/bitcoin/pull/16847
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16845: test: Add notes on how to generate data/wallets/high_minversion (master...1909-docTestGenWalletDataHighMinVersion) https://github.com/bitcoin/bitcoin/pull/16845
< bitcoin-git> [bitcoin] laanwj merged pull request #16413: depends: Bump QT to LTS release 5.9.8 (master...qt-lts) https://github.com/bitcoin/bitcoin/pull/16413
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/750c2fbf2670...1985c4efda56
< bitcoin-git> bitcoin/master 0c6054f THETCR: depends: Bump QT to LTS release 5.9.8
< bitcoin-git> bitcoin/master 1985c4e Wladimir J. van der Laan: Merge #16413: depends: Bump QT to LTS release 5.9.8
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.17: https://github.com/bitcoin/bitcoin/compare/ed65d1483466...2e4353d3f155
< bitcoin-git> bitcoin/0.17 2e4353d Wladimir J. van der Laan: qt: Final translations update for 0.17 branch
< aj> fanquake: 19:05 <bitcoin-git> [bitcoin] fanquake closed pull request #16843: Merge pull
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16680: Preparations for more testchains (master...b19-testchains-qt) https://github.com/bitcoin/bitcoin/pull/16680
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/33c466a64254...750c2fbf2670
< bitcoin-git> bitcoin/master 052c54e Jorge Timón: Testchains: Generic selection with -chain=<str> in addition of -testnet an...
< bitcoin-git> bitcoin/master 3bf9d8c Jorge Timón: Testchains: Qt: Simplify network/chain styles
< bitcoin-git> bitcoin/master 750c2fb MarcoFalke: Merge #16680: Preparations for more testchains
< bitcoin-git> [bitcoin] fanquake closed pull request #16843: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/16843
< bitcoin-git> [bitcoin] BIAgents opened pull request #16843: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/16843
< bitcoin-git> [bitcoin] laanwj merged pull request #16787: rpc: Human readable network services (master...services_for_humans) https://github.com/bitcoin/bitcoin/pull/16787
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/59681beb899e...33c466a64254