2019-12-11

< bitcoin-git> bitcoin/master f1d3d34 MarcoFalke: Merge #17714: rpc: add missing newline in analyzepsbt RPCResult
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17714: rpc: add missing newline in analyzepsbt RPCResult (master...pr-17524-follow-up) https://github.com/bitcoin/bitcoin/pull/17714
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17725: ci: Add valgrind run (master...1911-ciValgrind) https://github.com/bitcoin/bitcoin/pull/17725
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17490: ci: Add valgrind run (master...1911-ciValgrind) https://github.com/bitcoin/bitcoin/pull/17490
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4863a8ff1678...fab9d115cdd2
< bitcoin-git> bitcoin/master b0b1531 Aaron Clauson: Adds GitHub Action workflow which duplicates AppVeyor job.
< bitcoin-git> bitcoin/master fab9d11 MarcoFalke: Merge #17697: CI: GitHub Action workflow which duplicates AppVeyor job
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17697: CI: GitHub Action workflow which duplicates AppVeyor job (master...ci_github_action) https://github.com/bitcoin/bitcoin/pull/17697
< bitcoin-git> [bitcoin] chandpreet69 opened pull request #17723: Delete COPYING (master...patch-3) https://github.com/bitcoin/bitcoin/pull/17723
< bitcoin-git> [bitcoin] laanwj closed pull request #17723: Delete COPYING (master...patch-3) https://github.com/bitcoin/bitcoin/pull/17723
< bitcoin-git> [bitcoin] chandpreet69 opened pull request #17722: Delete COPYING (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17722
< bitcoin-git> [bitcoin] fanquake closed pull request #17722: Delete COPYING (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17722
< bitcoin-git> [bitcoin] laanwj merged pull request #17698: depends: don't configure xcb_proto (master...xcbproto_no_disable_no_pic) https://github.com/bitcoin/bitcoin/pull/17698
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3d6752779f05...4863a8ff1678
< bitcoin-git> bitcoin/master e97f5c1 fanquake: depends: don't configure xcb_proto
< bitcoin-git> bitcoin/master 4863a8f Wladimir J. van der Laan: Merge #17698: depends: don't configure xcb_proto
< bitcoin-git> [bitcoin] practicalswift opened pull request #17721: util: Don't allow Base58 decoding of non-Base58 strings. Add base58 tests. (master...less-liberal-base58-decoding) https://github.com/bitcoin/bitcoin/pull/17721
< bitcoin-git> [bitcoin] theStack opened pull request #17720: test: add unit test for non-standard "scriptsig-not-pushonly" txs (master...20191211-test-check-for-non-standard-txs-with-non-push-scriptsig) https://github.com/bitcoin/bitcoin/pull/17720
< bitcoin-git> [bitcoin] ariard opened pull request #17719: Document better -keypool as a look-ahead safety mechanism (master...2019-12-improve-keypool-doc) https://github.com/bitcoin/bitcoin/pull/17719

2019-12-10

< bitcoin-git> [bitcoin] jonatack opened pull request #17714: rpc: add missing newline in analyzepsbt RPCResult (master...pr-17524-follow-up) https://github.com/bitcoin/bitcoin/pull/17714
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17633: tests: Add option --valgrind to run the functional tests under Valgrind (master...functional-valgrind) https://github.com/bitcoin/bitcoin/pull/17633
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d5674c5f0f7e...3d6752779f05
< bitcoin-git> bitcoin/master 5db506b practicalswift: tests: Add option --valgrind to run nodes under valgrind in the functional...
< bitcoin-git> bitcoin/master 3d67527 MarcoFalke: Merge #17633: tests: Add option --valgrind to run the functional tests und...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2126d6ce6977...d5674c5f0f7e
< bitcoin-git> bitcoin/master 8ddcbb4 fanquake: build: Remove backticks from configure.ac
< bitcoin-git> bitcoin/master 3ab1824 fanquake: build: Use dnl for all comments in configure.ac, rather than #
< bitcoin-git> bitcoin/master d5674c5 MarcoFalke: Merge #17703: build: Improve configure.ac formatting
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17703: build: Improve configure.ac formatting (master...configure_ac_formatting) https://github.com/bitcoin/bitcoin/pull/17703
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ea756bc48cd5...2126d6ce6977
< bitcoin-git> bitcoin/master 5ad4dd1 Marius Kjaerstad: doc: Changed MiniUPnPc link to https in dependencies.md
< bitcoin-git> bitcoin/master 2126d6c MarcoFalke: Merge #17561: doc: Changed MiniUPnPc link to https in dependencies.md
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17561: doc: Changed MiniUPnPc link to https in dependencies.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17561
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17713: doc: Add release notes for 17447 (master...1912-docRelNotes) https://github.com/bitcoin/bitcoin/pull/17713
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fae94785d99e...ea756bc48cd5
< bitcoin-git> bitcoin/master 1bb5d51 Sebastian Falbesoner: test: add unit test for non-standard bare multisig txs
< bitcoin-git> bitcoin/master ea756bc MarcoFalke: Merge #17502: test: add unit test for non-standard bare multisig txs
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17502: test: add unit test for non-standard bare multisig txs (master...20191118-test_check-for-non-standard-txs-bare-multisig) https://github.com/bitcoin/bitcoin/pull/17502
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17524: psbt: handle unspendable psbts (master...analyzepsbt-invalid) https://github.com/bitcoin/bitcoin/pull/17524
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1189b6acab11...fae94785d99e
< bitcoin-git> bitcoin/master 638e40c Andrew Chow: Have a PSBTAnalysis state that indicates invalid PSBT
< bitcoin-git> bitcoin/master 773d457 Andrew Chow: Mark PSBTs spending unspendable outputs as invalid in analysis
< bitcoin-git> bitcoin/master fae9478 MarcoFalke: Merge #17524: psbt: handle unspendable psbts
< bitcoin-git> [bitcoin] instagibbs opened pull request #17712: sendmany/bumpfee: Avoid address reuse and partial spends as per walle... (master...avoid_reuse_sm_bf) https://github.com/bitcoin/bitcoin/pull/17712
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17704: depends: Set default depends fallback url to drahtbot.space (master...1912-dependsDrahtBot) https://github.com/bitcoin/bitcoin/pull/17704
< bitcoin-git> [bitcoin] sipsorcery opened pull request #17710: msvc: Change appveyor build image to previous visual studio 2019. (master...appveyor_prev2019) https://github.com/bitcoin/bitcoin/pull/17710
< bitcoin-git> [bitcoin] laanwj closed pull request #17707: util: Use try_lock return value in UniqueLock::TryEnter (master...2019_12_try_lock_returnval) https://github.com/bitcoin/bitcoin/pull/17707
< bitcoin-git> [bitcoin] sipsorcery opened pull request #17709: msvc: Add an ignore for warning C4834 related to nodiscard attribute. (master...msvc_ignore_c4834) https://github.com/bitcoin/bitcoin/pull/17709
< bitcoin-git> [bitcoin] ajtowns opened pull request #17708: prevector: avoid misaligned member accesses (master...201912-prevec-pack) https://github.com/bitcoin/bitcoin/pull/17708
< bitcoin-git> [bitcoin] laanwj closed pull request #17530: Use natural alignment for prevector (master...2019_11_prevector) https://github.com/bitcoin/bitcoin/pull/17530
< bitcoin-git> [bitcoin] laanwj opened pull request #17707: util: Use try_lock return value in UniqueLock::TryEnter (master...2019_12_try_lock_returnval) https://github.com/bitcoin/bitcoin/pull/17707

2019-12-09

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17109: tests: Add fuzzing harness for various functions consuming only integrals (master...fuzzers-integrals) https://github.com/bitcoin/bitcoin/pull/17109
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/347dd76ec87d...1189b6acab11
< bitcoin-git> bitcoin/master 575383b practicalswift: tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missi...
< bitcoin-git> bitcoin/master 597d10c practicalswift: tests: Add fuzzing harness for various functions consuming only integrals
< bitcoin-git> bitcoin/master 1189b6a MarcoFalke: Merge #17109: tests: Add fuzzing harness for various functions consuming o...
< bitcoin-git> [bitcoin] fanquake opened pull request #17705: test: re-enable CLI test support by using EncodeDecimal in json.dumps() (master...test_framework_json_dumps) https://github.com/bitcoin/bitcoin/pull/17705
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/74c6ad3aabdd...347dd76ec87d
< bitcoin-git> bitcoin/master ce93529 practicalswift: tests: Add fuzzing harness for various CTxIn related functions
< bitcoin-git> bitcoin/master e75ecb9 practicalswift: tests: Add fuzzing harness for various CTxOut related functions
< bitcoin-git> bitcoin/master d5766f2 practicalswift: tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missi...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17093: tests: Add fuzzing harness for various CTx{In,Out} related functions (master...fuzzers-txin-txout) https://github.com/bitcoin/bitcoin/pull/17093
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17225: tests: Test serialisation as part of deserialisation fuzzing. Test round-trip equality where possible. (master...fuzzers-deserialize-with-roundtrip) https://github.com/bitcoin/bitcoin/pull/17225
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5bf1909dd933...74c6ad3aabdd
< bitcoin-git> bitcoin/master 709afb2 practicalswift: tests: Test serialisation as part of deserialisation fuzzing. Test round-t...
< bitcoin-git> bitcoin/master 74c6ad3 MarcoFalke: Merge #17225: tests: Test serialisation as part of deserialisation fuzzing...
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17704: depends: Set default depends fallback url to drahtbot.space (master...1912-dependsDrahtBot) https://github.com/bitcoin/bitcoin/pull/17704
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17682: util: Update tinyformat to upstream (master...2019_12_tinyformat) https://github.com/bitcoin/bitcoin/pull/17682
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/df2b74375969...5bf1909dd933
< bitcoin-git> bitcoin/master 978b255 Wladimir J. van der Laan: util: Update tinyformat to upstream
< bitcoin-git> bitcoin/master 5bf1909 MarcoFalke: Merge #17682: util: Update tinyformat to upstream
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/03e781ff4fd7...df2b74375969
< bitcoin-git> bitcoin/master 993e38a practicalswift: tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
< bitcoin-git> bitcoin/master 5ac804a practicalswift: tests: Use a default of supports_cli=True (instead of supports_cli=False)
< bitcoin-git> bitcoin/master df2b743 MarcoFalke: Merge #17675: tests: Enable tests which are incorrectly skipped when runni...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17675: tests: Enable tests which are incorrectly skipped when running test_runner.py --usecli (master...dash-dash-usecli) https://github.com/bitcoin/bitcoin/pull/17675
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17702: gui: Move static placeholder texts to forms (master...2019_12_qt_placeholders) https://github.com/bitcoin/bitcoin/pull/17702
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1d6fda65dd41...03e781ff4fd7
< bitcoin-git> bitcoin/master 67f36e0 Wladimir J. van der Laan: gui: Move static placeholder texts to forms
< bitcoin-git> bitcoin/master a652dc5 Wladimir J. van der Laan: qt: Normalize placeholder to avoid using "address book" in sendcoinsentry
< bitcoin-git> bitcoin/master 03e781f MarcoFalke: Merge #17702: gui: Move static placeholder texts to forms
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ac09180128a1...1d6fda65dd41
< bitcoin-git> bitcoin/master 989fd53 Luke Dashjr: depends: Support for 64-bit POWER targets
< bitcoin-git> bitcoin/master 1111324 MarcoFalke: depends: Support for S390X targets
< bitcoin-git> bitcoin/master 1d6fda6 MarcoFalke: Merge #17678: depends: Support for S390X and POWER targets
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17678: depends: Support for S390X and POWER targets (master...1912-dependsNewTargets) https://github.com/bitcoin/bitcoin/pull/17678
< bitcoin-git> [bitcoin] fanquake opened pull request #17703: build: Improve configure.ac formatting (master...configure_ac_formatting) https://github.com/bitcoin/bitcoin/pull/17703
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/05c23488c2ce...ac09180128a1
< bitcoin-git> bitcoin/master c966ff1 willyk: gitian: fixed SC2001 regex
< bitcoin-git> bitcoin/master ac09180 Wladimir J. van der Laan: Merge #17680: gitian: fixed SC2001 regex
< bitcoin-git> [bitcoin] laanwj merged pull request #17680: gitian: fixed SC2001 regex (master...patch-2) https://github.com/bitcoin/bitcoin/pull/17680
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c8e65ade095b...05c23488c2ce
< bitcoin-git> bitcoin/master 48a5c92 Harris: ui: disable 3rd-party tx-urls when wallet disabled
< bitcoin-git> bitcoin/master 05c2348 fanquake: Merge #17694: ui: disable 3rd-party tx-urls when wallet disabled
< bitcoin-git> [bitcoin] fanquake merged pull request #17694: ui: disable 3rd-party tx-urls when wallet disabled (master...options-display-dialog) https://github.com/bitcoin/bitcoin/pull/17694
< bitcoin-git> [bitcoin] fanquake merged pull request #17695: gui: disable File->CreateWallet during startup (master...disable_early_create_wallet) https://github.com/bitcoin/bitcoin/pull/17695
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1ebf6402fc7c...c8e65ade095b
< bitcoin-git> bitcoin/master d65fafc fanquake: gui: disable File->CreateWallet during startup
< bitcoin-git> bitcoin/master c8e65ad fanquake: Merge #17695: gui: disable File->CreateWallet during startup
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17647: lcov: filter depends from coverage reports (master...fix/lcov-depends) https://github.com/bitcoin/bitcoin/pull/17647
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/91559da683db...1ebf6402fc7c
< bitcoin-git> bitcoin/master a5a705b nijynot: lcov: filter depends from coverage report
< bitcoin-git> bitcoin/master f736f69 nijynot: lcov: filter /usr/lib64 from coverage report
< bitcoin-git> bitcoin/master 1ebf640 MarcoFalke: Merge #17647: lcov: filter depends from coverage reports
< bitcoin-git> [bitcoin] laanwj opened pull request #17702: gui: Move static placeholder texts to forms (master...2019_12_qt_placeholders) https://github.com/bitcoin/bitcoin/pull/17702
< bitcoin-git> [bitcoin] laanwj closed pull request #17701: GAL--ANLIN (0.14...master) https://github.com/bitcoin/bitcoin/pull/17701
< bitcoin-git> [bitcoin] gou-anlin opened pull request #17701: GAL--ANLIN (0.14...master) https://github.com/bitcoin/bitcoin/pull/17701
< bitcoin-git> [bitcoin] brakmic opened pull request #17700: cli: add -generate option (master...resurrect-generate-method) https://github.com/bitcoin/bitcoin/pull/17700
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b6fb899ead9b...91559da683db
< bitcoin-git> bitcoin/master ba0cad2 fanquake: build: pass -dead_strip_dylibs to ld on macOS
< bitcoin-git> bitcoin/master 2359a47 fanquake: depends: don't use OpenGL in Qt on macOS
< bitcoin-git> bitcoin/master 91559da Wladimir J. van der Laan: Merge #17676: depends: don't use OpenGL in Qt on macOS
< bitcoin-git> [bitcoin] laanwj merged pull request #17676: depends: don't use OpenGL in Qt on macOS (master...macos_no_opengl) https://github.com/bitcoin/bitcoin/pull/17676
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bb03765e2d55...b6fb899ead9b
< bitcoin-git> bitcoin/master 0ccad08 Pieter Wuille: Make env data logging optional
< bitcoin-git> bitcoin/master b6fb899 Wladimir J. van der Laan: Merge #17699: Make env data logging optional
< bitcoin-git> [bitcoin] laanwj merged pull request #17699: Make env data logging optional (master...201912_randlog) https://github.com/bitcoin/bitcoin/pull/17699
< bitcoin-git> [bitcoin] sipa opened pull request #17699: Make env data logging optional (master...201912_randlog) https://github.com/bitcoin/bitcoin/pull/17699
< bitcoin-git> [bitcoin] fanquake opened pull request #17698: depends: don't configure xcb_proto (master...xcbproto_no_disable_no_pic) https://github.com/bitcoin/bitcoin/pull/17698

2019-12-08

< bitcoin-git> [bitcoin] sipsorcery opened pull request #17697: CI: GitHub Action workflow which duplicates AppVeyor job (master...ci_github_action) https://github.com/bitcoin/bitcoin/pull/17697
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5622d8f3156a...bb03765e2d55
< bitcoin-git> bitcoin/master 6338c02 practicalswift: tests: Fix fuzzing harness for descriptor parsing (descriptor_parse)
< bitcoin-git> bitcoin/master bb03765 MarcoFalke: Merge #17685: tests: Fix bug in the descriptor parsing fuzzing harness (de...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17685: tests: Fix bug in the descriptor parsing fuzzing harness (descriptor_parse) (master...fix-descriptor_parse-fuzzing-harness) https://github.com/bitcoin/bitcoin/pull/17685
< bitcoin-git> [bitcoin] hebasto opened pull request #17696: qt: Force set nPruneSize in QSettings after the intro dialog (master...20191208-prune-settings-override) https://github.com/bitcoin/bitcoin/pull/17696

2019-12-07

< bitcoin-git> [bitcoin] fanquake closed pull request #17689: Update build-openbsd.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17689
< bitcoin-git> [bitcoin] fanquake opened pull request #17695: gui: disable File->CreateWallet during startup (master...disable_early_create_wallet) https://github.com/bitcoin/bitcoin/pull/17695
< bitcoin-git> [bitcoin] brakmic opened pull request #17694: ui: disable 3rd-party tx-urls when wallet disabled (master...options-display-dialog) https://github.com/bitcoin/bitcoin/pull/17694
< bitcoin-git> [bitcoin] andrewtoth opened pull request #17693: rpc: Add generateblock to mine a custom set of transactions (master...generateblock) https://github.com/bitcoin/bitcoin/pull/17693
< bitcoin-git> [bitcoin] hebasto opened pull request #17691: doc: Add missed copyright headers (master...20191207-copyright-headers) https://github.com/bitcoin/bitcoin/pull/17691
< bitcoin-git> [bitcoin] andrewtoth closed pull request #17653: rpc: Add generatecustomblock to mine a custom set of transactions (master...generatecustomblock) https://github.com/bitcoin/bitcoin/pull/17653
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a8f5d5c6b9fc...5622d8f3156a
< bitcoin-git> bitcoin/master b11d35b willyk: Fixed wget call in gitian-build.py
< bitcoin-git> bitcoin/master 5622d8f MarcoFalke: Merge #17671: script: fixed wget call in gitian-build.py
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17671: script: fixed wget call in gitian-build.py (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17671
< bitcoin-git> [bitcoin] rusticbison opened pull request #17689: Update build-openbsd.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17689
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fc0da027e8cd...a8f5d5c6b9fc
< bitcoin-git> bitcoin/master c8becb8 fanquake: depends: add ability to skip building qrencode
< bitcoin-git> bitcoin/master a8f5d5c Wladimir J. van der Laan: Merge #17658: depends: add ability to skip building qrencode
< bitcoin-git> [bitcoin] laanwj merged pull request #17658: depends: add ability to skip building qrencode (master...depends_no_qrencode) https://github.com/bitcoin/bitcoin/pull/17658
< bitcoin-git> [bitcoin] hebasto opened pull request #17688: doc: Add "ci" component/area prefix to CONTRIBUTING.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17688
< bitcoin-git> [bitcoin] brakmic opened pull request #17687: cli: fix Fatal LevelDB error when specifying -blockfilterindex=basic twice (master...blockfilter-index-error) https://github.com/bitcoin/bitcoin/pull/17687
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4ee8a58ce77a...fc0da027e8cd
< bitcoin-git> bitcoin/master 7f3ae22 Hennadii Stepanov: ci: Add CentOS 7 build
< bitcoin-git> bitcoin/master 711e044 Hennadii Stepanov: ci: Remove trusty build
< bitcoin-git> bitcoin/master fc0da02 MarcoFalke: Merge #17635: ci: Add CentOS 7 build
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17635: ci: Add CentOS 7 build (master...20191129-travis-centos-build) https://github.com/bitcoin/bitcoin/pull/17635

2019-12-06

< bitcoin-git> [bitcoin] fanquake opened pull request #17686: build: add -bind_at_load to macOS hardened LDFLAGS (master...macos_ld_explicit_bind_at_load) https://github.com/bitcoin/bitcoin/pull/17686
< bitcoin-git> [bitcoin] practicalswift opened pull request #17685: tests: Fix bug in the descriptor parsing fuzzing harness (descriptor_parse) (master...fix-descriptor_parse-fuzzing-harness) https://github.com/bitcoin/bitcoin/pull/17685
< bitcoin-git> [bitcoin] fanquake merged pull request #17373: wallet: Various fixes and cleanup to keypool handling in LegacyScriptPubKeyMan and CWallet (master...wallet-box-pr-6) https://github.com/bitcoin/bitcoin/pull/17373
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17275: pubkey: Assert CPubKey's ECCVerifyHandle precondition (master...assert-CPubKey-preconditions) https://github.com/bitcoin/bitcoin/pull/17275
< bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/da1af855f9bf...4ee8a58ce77a
< bitcoin-git> bitcoin/master 596f646 Andrew Chow: Key pool: Move CanGetAddresses call
< bitcoin-git> bitcoin/master 9fcf8ce Andrew Chow: Rename Keep/ReturnKey to Keep/ReturnDestination and remove the wrapper
< bitcoin-git> bitcoin/master 65833a7 Andrew Chow: Add OutputType and CPubKey parameters to KeepDestination
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cb11324a63ef...da1af855f9bf
< bitcoin-git> bitcoin/master d8daa8f practicalswift: pubkey: Assert CPubKey's ECCVerifyHandle precondition
< bitcoin-git> bitcoin/master da1af85 MarcoFalke: Merge #17275: pubkey: Assert CPubKey's ECCVerifyHandle precondition
< bitcoin-git> [bitcoin] jonatack reopened pull request #17535: test: add block height test to listsinceblock.py (master...rpc-wallet-blockheight-followups) https://github.com/bitcoin/bitcoin/pull/17535
< bitcoin-git> [bitcoin] jonatack closed pull request #17535: test: add block height test to listsinceblock.py (master...rpc-wallet-blockheight-followups) https://github.com/bitcoin/bitcoin/pull/17535
< bitcoin-git> [bitcoin] laanwj opened pull request #17682: util: Update tinyformat to upstream (master...2019_12_tinyformat) https://github.com/bitcoin/bitcoin/pull/17682
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c7c9c4427847...cb11324a63ef
< bitcoin-git> bitcoin/master 16f0a18 practicalswift: tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missi...
< bitcoin-git> bitcoin/master 897849d practicalswift: tests: Add deserialization fuzzing harnesses
< bitcoin-git> bitcoin/master cb11324 Wladimir J. van der Laan: Merge #17051: tests: Add deserialization fuzzing harnesses
< bitcoin-git> [bitcoin] laanwj merged pull request #17051: tests: Add deserialization fuzzing harnesses (master...fuzzers-deserialize) https://github.com/bitcoin/bitcoin/pull/17051
< bitcoin-git> bitcoin/master c7c9c44 Wladimir J. van der Laan: Merge #17663: build: pass -dead_strip_dylibs to ld on macOS
< bitcoin-git> [bitcoin] laanwj merged pull request #17663: build: pass -dead_strip_dylibs to ld on macOS (master...macos_ld_dead_strip_dylibs) https://github.com/bitcoin/bitcoin/pull/17663
< bitcoin-git> [bitcoin] practicalswift reopened pull request #17051: tests: Add deserialization fuzzing harnesses (master...fuzzers-deserialize) https://github.com/bitcoin/bitcoin/pull/17051
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cf43f3f0a8ff...c7c9c4427847
< bitcoin-git> bitcoin/master bd44711 fanquake: build: pass -dead_strip_dylibs to ld on macOS

2019-12-05

< bitcoin-git> [bitcoin] hebasto closed pull request #17600: qt: Remove connection for unused accepted() signal in ReceiveRequestDialog (master...20191125-unused-connection) https://github.com/bitcoin/bitcoin/pull/17600
< bitcoin-git> [bitcoin] achow101 opened pull request #17681: wallet: Keep inactive seeds after sethdseed and derive keys from them as needed (master...keep-inactive-seeds) https://github.com/bitcoin/bitcoin/pull/17681
< bitcoin-git> [bitcoin] willyko opened pull request #17680: gitian: fixed SC2001 regex (master...patch-2) https://github.com/bitcoin/bitcoin/pull/17680
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d0b7f9e3d20...cf43f3f0a8ff
< bitcoin-git> bitcoin/master 1f9d5af practicalswift: tests: Add initialization order fiasco detection in Travis
< bitcoin-git> bitcoin/master cf43f3f MarcoFalke: Merge #17674: tests: Add initialization order fiasco detection in Travis
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17674: tests: Add initialization order fiasco detection in Travis (master...initialization-order-fiasco) https://github.com/bitcoin/bitcoin/pull/17674
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/910a4301b170...5d0b7f9e3d20
< bitcoin-git> bitcoin/master 8bda096 Pieter Wuille: Move events_hasher into RNGState()
< bitcoin-git> bitcoin/master 5d0b7f9 MarcoFalke: Merge #17670: Move events_hasher into RNGState()
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17670: Move events_hasher into RNGState() (master...201912_events_rngstate) https://github.com/bitcoin/bitcoin/pull/17670
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6fff333c9f00...910a4301b170
< bitcoin-git> bitcoin/master dddd09e MarcoFalke: test: Wait until mempool is loaded in wallet_abandonconflict
< bitcoin-git> bitcoin/master 910a430 MarcoFalke: Merge #17522: test: Wait until mempool is loaded in wallet_abandonconflict...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17522: test: Wait until mempool is loaded in wallet_abandonconflict (master...1911-testMempoolLoaded) https://github.com/bitcoin/bitcoin/pull/17522
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17678: depends: Support for S390X and POWER targets (master...1912-dependsNewTargets) https://github.com/bitcoin/bitcoin/pull/17678
< bitcoin-git> [bitcoin] practicalswift closed pull request #17051: tests: Add deserialization fuzzing harnesses (master...fuzzers-deserialize) https://github.com/bitcoin/bitcoin/pull/17051
< bitcoin-git> [bitcoin] fanquake opened pull request #17676: depends: don't use OpenGL in Qt on macOS (master...macos_no_opengl) https://github.com/bitcoin/bitcoin/pull/17676
< bitcoin-git> [bitcoin] practicalswift opened pull request #17675: tests: Annotate functional tests supporting bitcoin-cli (--usecli) as such (master...dash-dash-usecli) https://github.com/bitcoin/bitcoin/pull/17675
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5aee0e2163cc...6fff333c9f00
< bitcoin-git> bitcoin/master 461e547 fanquake: doc: correct random.h docs after #17270
< bitcoin-git> bitcoin/master 55b2cb1 fanquake: random: mark RandAddPeriodic and SeedPeriodic as noexcept
< bitcoin-git> bitcoin/master 6fff333 Wladimir J. van der Laan: Merge #17507: random: mark RandAddPeriodic and SeedPeriodic as noexcept
< bitcoin-git> [bitcoin] laanwj merged pull request #17507: random: mark RandAddPeriodic and SeedPeriodic as noexcept (master...random_followups) https://github.com/bitcoin/bitcoin/pull/17507
< bitcoin-git> [bitcoin] brakmic closed pull request #17623: rpc: add extensive file checks for dumptxoutset and dumpwallet (master...checks-for-dump-functions) https://github.com/bitcoin/bitcoin/pull/17623
< bitcoin-git> [bitcoin] practicalswift opened pull request #17674: tests: Add initialization order fiasco detection in Travis (master...initialization-order-fiasco) https://github.com/bitcoin/bitcoin/pull/17674
< bitcoin-git> [bitcoin] laanwj closed pull request #17312: Improve tracethread usability and trace loadblk thread (master...2019_10_tracedthread) https://github.com/bitcoin/bitcoin/pull/17312
< bitcoin-git> [bitcoin] practicalswift closed pull request #17666: random: Add missing thread-safety annotations for events_hasher (master...GUARDED_BY(events_mutex)) https://github.com/bitcoin/bitcoin/pull/17666
< bitcoin-git> [bitcoin] willyko opened pull request #17671: Fixed typo in gitian-build.py (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17671

2019-12-04

< bitcoin-git> [bitcoin] sipa opened pull request #17670: Move events_hasher into RNGState() (master...201912_events_rngstate) https://github.com/bitcoin/bitcoin/pull/17670
< bitcoin-git> [bitcoin] jamesob opened pull request #17669: tests: have coins simulation test also use CCoinsViewDB (master...2019-12-coins-tests) https://github.com/bitcoin/bitcoin/pull/17669
< bitcoin-git> [bitcoin] fanquake merged pull request #17650: util: remove unwanted fields from bitcoin-cli -getinfo (master...rethink_bitcoin_cli) https://github.com/bitcoin/bitcoin/pull/17650
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fee01bb05363...5aee0e2163cc
< bitcoin-git> bitcoin/master 01c8701 malevolent: util: remove unwanted fields from bitcoin-cli -getinfo
< bitcoin-git> bitcoin/master 5aee0e2 fanquake: Merge #17650: util: remove unwanted fields from bitcoin-cli -getinfo
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/41919631d509...fee01bb05363
< bitcoin-git> bitcoin/master faa8023 MarcoFalke: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le
< bitcoin-git> bitcoin/master 2222c30 MarcoFalke: test: Use char instead of unsigned char
< bitcoin-git> bitcoin/master fa69cef MarcoFalke: test: Print stderr when subprocess fails
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17517: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le (master...1911-ciPpcAsan) https://github.com/bitcoin/bitcoin/pull/17517
< bitcoin-git> [bitcoin] practicalswift opened pull request #17666: random: Add missing thread-safety annotations for events_hasher (master...GUARDED_BY(events_mutex)) https://github.com/bitcoin/bitcoin/pull/17666
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #17110: appveyor: Add -l test_suite to .appveyor.yaml (master...master) https://github.com/bitcoin/bitcoin/pull/17110
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17110: appveyor: Add -l test_suite to .appveyor.yaml (master...master) https://github.com/bitcoin/bitcoin/pull/17110
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dcbe024f5e65...41919631d509
< bitcoin-git> bitcoin/master 02d8c56 Matt Corallo: Seed RNG with precision timestamps on receipt of net messages.
< bitcoin-git> bitcoin/master 4191963 Wladimir J. van der Laan: Merge #17573: Seed RNG with precision timestamps on receipt of net message...
< bitcoin-git> [bitcoin] laanwj merged pull request #17573: Seed RNG with precision timestamps on receipt of net messages. (master...2019-11-rng-netmsg) https://github.com/bitcoin/bitcoin/pull/17573
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bce44089db27...dcbe024f5e65
< bitcoin-git> bitcoin/master e7ad4a2 Wilson Ccasihue S: doc: rename wallet-tool references to bitcoin-wallet
< bitcoin-git> bitcoin/master dcbe024 Wladimir J. van der Laan: Merge #17648: doc: rename wallet-tool references to bitcoin-wallet
< bitcoin-git> [bitcoin] laanwj merged pull request #17648: doc: rename wallet-tool references to bitcoin-wallet (master...fix/typo) https://github.com/bitcoin/bitcoin/pull/17648

2019-12-03

< bitcoin-git> [bitcoin] fanquake opened pull request #17663: build: pass -dead_strip_dylibs to ld on macOS (master...macos_ld_dead_strip_dylibs) https://github.com/bitcoin/bitcoin/pull/17663
< bitcoin-git> [bitcoin] elichai opened pull request #17661: ci: compile and fix depends for s390x (master...2019-11-s390x) https://github.com/bitcoin/bitcoin/pull/17661
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e354db787790...bce44089db27
< bitcoin-git> bitcoin/master 651c636 Hennadii Stepanov: build: Fix configure report about qr
< bitcoin-git> bitcoin/master bce4408 fanquake: Merge #17547: build: Fix configure report about qr
< bitcoin-git> [bitcoin] fanquake merged pull request #17547: build: Fix configure report about qr (master...20191121-configure-qrencode) https://github.com/bitcoin/bitcoin/pull/17547
< bitcoin-git> [bitcoin] fanquake opened pull request #17660: build: remove deprecated key from macOS Info.plist (master...remove_deprecated_cfbundle_usage) https://github.com/bitcoin/bitcoin/pull/17660
< bitcoin-git> [bitcoin] hebasto opened pull request #17659: qt: Do not block GUI thread in RPCConsole (master...20191203-nonblocking-rpcconsole) https://github.com/bitcoin/bitcoin/pull/17659
< bitcoin-git> [bitcoin] fanquake opened pull request #17658: depends: add ability to skip building qrencode (master...depends_no_qrencode) https://github.com/bitcoin/bitcoin/pull/17658
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17637: script: Add Keyserver to verify-commits README (master...2019-11-add-keyserver-to-verify-commit-readme) https://github.com/bitcoin/bitcoin/pull/17637
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/54b12e425b50...e354db787790
< bitcoin-git> bitcoin/master bd6a243 Emil Engler: script: Add Keyserver to verify-commits README
< bitcoin-git> bitcoin/master e354db7 MarcoFalke: Merge #17637: script: Add Keyserver to verify-commits README
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1fdaa04cebaa...54b12e425b50
< bitcoin-git> bitcoin/master 76303f6 Dominik Spicher: test: add unit test for non-standard txs with wrong nVersion
< bitcoin-git> bitcoin/master 54b12e4 MarcoFalke: Merge #17555: test: add unit test for non-standard txs with wrong nVersion...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17555: test: add unit test for non-standard txs with wrong nVersion (master...isStandard-unittests) https://github.com/bitcoin/bitcoin/pull/17555
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17641: Add unit test for leveldb creation with unicode path (master...dbwrapper_unicode) https://github.com/bitcoin/bitcoin/pull/17641
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1705f1949a14...1fdaa04cebaa
< bitcoin-git> bitcoin/master 70ed2ab Aaron Clauson: Add unit test for DB creation with unicode path
< bitcoin-git> bitcoin/master 1fdaa04 MarcoFalke: Merge #17641: Add unit test for leveldb creation with unicode path
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17549: ci: misc cleanups (master...1911-ciCleanups) https://github.com/bitcoin/bitcoin/pull/17549
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/69ca6cdd6610...1705f1949a14
< bitcoin-git> bitcoin/master faeeca8 MarcoFalke: scripted-diff: Move various folders to ci scratch dir
< bitcoin-git> bitcoin/master fa0656d MarcoFalke: ci: Add DEPENDS_DIR variable, Add documentation for folders
< bitcoin-git> bitcoin/master fa04187 MarcoFalke: scripted-diff: Use ci DEPENDS_DIR, remove BASE_BUILD_DIR
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/2b6575d9895c...69ca6cdd6610
< bitcoin-git> bitcoin/master fa94fc1 MarcoFalke: ci: Run functional tests on s390x
< bitcoin-git> bitcoin/master fad9fdb MarcoFalke: test: Properly deserialize integers in little-endian
< bitcoin-git> bitcoin/master fabd710 MarcoFalke: ci: Print free disk space
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17599: ci: Run functional tests on s390x (master...1911-ciS390x) https://github.com/bitcoin/bitcoin/pull/17599
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17643: wallet: Fix origfee return for bumpfee with feerate arg (master...bf_expl_fix) https://github.com/bitcoin/bitcoin/pull/17643
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/35eda631ed3b...2b6575d9895c
< bitcoin-git> bitcoin/master 02afb0c Gregory Sanders: Fix origfee return for bumpfee with feerate arg
< bitcoin-git> bitcoin/master 2b6575d MarcoFalke: Merge #17643: wallet: Fix origfee return for bumpfee with feerate arg
< bitcoin-git> [bitcoin] fanquake closed pull request #17655: 0.19 (master...0.19) https://github.com/bitcoin/bitcoin/pull/17655
< bitcoin-git> [bitcoin] zachwylde00 opened pull request #17655: 0.19 (master...0.19) https://github.com/bitcoin/bitcoin/pull/17655

2019-12-02

< bitcoin-git> [bitcoin] jbeich opened pull request #17654: Unbreak build with Boost 1.72.0 (master...boost) https://github.com/bitcoin/bitcoin/pull/17654
< bitcoin-git> [bitcoin] andrewtoth opened pull request #17653: rpc: Add generatecustomblock to mine a custom set of transactions (master...generatecustomblock) https://github.com/bitcoin/bitcoin/pull/17653
< bitcoin-git> [bitcoin] dr-orlovsky closed pull request #17651: Fixing ubuntu installation description (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17651
< bitcoin-git> [bitcoin] dr-orlovsky opened pull request #17651: Fixing ubuntu installation description (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17651
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/19698ac6bc0e...35eda631ed3b
< bitcoin-git> bitcoin/master b66861e Hennadii Stepanov: Fix comparison function signature
< bitcoin-git> bitcoin/master 98fbd1c Hennadii Stepanov: Use correct C++11 header for std::swap()
< bitcoin-git> bitcoin/master 35eda63 fanquake: Merge #17634: qt: Fix comparison function signature
< bitcoin-git> [bitcoin] fanquake merged pull request #17634: qt: Fix comparison function signature (master...20191129-fix-comp) https://github.com/bitcoin/bitcoin/pull/17634
< bitcoin-git> [bitcoin] malevolent opened pull request #17650: Removed unwanted fields from -getinfo. Closes #17314 (master...rethink_bitcoin_cli) https://github.com/bitcoin/bitcoin/pull/17650
< bitcoin-git> [bitcoin] laanwj closed pull request #17094: doc: Add CODEOWNERS file (master...2019_10_codeowners) https://github.com/bitcoin/bitcoin/pull/17094
< bitcoin-git> [bitcoin] fanquake closed pull request #17649: Create main.yml (master...master) https://github.com/bitcoin/bitcoin/pull/17649
< bitcoin-git> [bitcoin] jimmywilk opened pull request #17649: Create main.yml (master...master) https://github.com/bitcoin/bitcoin/pull/17649
< bitcoin-git> [bitcoin] hel-o opened pull request #17648: Fix. text reference to executable bitcoin-wallet (master...fix/typo) https://github.com/bitcoin/bitcoin/pull/17648
< bitcoin-git> [bitcoin] nijynot opened pull request #17647: lcov: filter depends (master...fix/lcov-depends) https://github.com/bitcoin/bitcoin/pull/17647

2019-12-01

< bitcoin-git> [bitcoin] priem19 opened pull request #17645: gui: increases default GraphRange of Network Traffic to 12 hours. (master...GraphRange) https://github.com/bitcoin/bitcoin/pull/17645
< bitcoin-git> [bitcoin] fanquake merged pull request #17568: wallet: fix when sufficient preset inputs and subtractFeeFromOutputs (master...fix-bnb-preset-sub) https://github.com/bitcoin/bitcoin/pull/17568
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2ecb7e1556cd...19698ac6bc0e
< bitcoin-git> bitcoin/master ff330ba Andrew Chow: Default to bnb_used = false as there are many cases where BnB is not used
< bitcoin-git> bitcoin/master eadd130 Andrew Chow: tests: Add a test for funding with sufficient preset inputs and subtractFe...
< bitcoin-git> bitcoin/master 19698ac fanquake: Merge #17568: wallet: fix when sufficient preset inputs and subtractFeeFro...
< bitcoin-git> [bitcoin] instagibbs opened pull request #17643: Fix origfee return for bumpfee with feerate arg (master...bf_expl_fix) https://github.com/bitcoin/bitcoin/pull/17643
< bitcoin-git> [bitcoin] practicalswift closed pull request #17640: wallet: Fix uninitialized read in bumpfee(...) (master...uninitialized-read-in-bumpfee) https://github.com/bitcoin/bitcoin/pull/17640
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/abb30de63f36...2ecb7e1556cd
< bitcoin-git> bitcoin/master 6fdf5da fanquake: depends: only use dbus with qt on linux
< bitcoin-git> bitcoin/master 2ecb7e1 fanquake: Merge #17521: depends: only use D-Bus with Qt on linux
< bitcoin-git> [bitcoin] fanquake merged pull request #17521: depends: only use D-Bus with Qt on linux (master...no_dbus_macos) https://github.com/bitcoin/bitcoin/pull/17521

2019-11-30

< bitcoin-git> [bitcoin] sipsorcery opened pull request #17641: Add unit test for leveldb creation with unicode path (master...dbwrapper_unicode) https://github.com/bitcoin/bitcoin/pull/17641
< bitcoin-git> [bitcoin] practicalswift opened pull request #17640: wallet: Fix uninitialized read in bumpfee(...) (master...uninitialized-read-in-bumpfee) https://github.com/bitcoin/bitcoin/pull/17640
< bitcoin-git> [bitcoin] practicalswift opened pull request #17639: tests: Add "make check-valgrind" to run the unit tests under Valgrind. Fix uninitialized read in CWallet::CreateTransaction(...). (master...make-check-valgrind) https://github.com/bitcoin/bitcoin/pull/17639
< bitcoin-git> [bitcoin] emilengler opened pull request #17637: Add Keyserver to verify-commits README (master...2019-11-add-keyserver-to-verify-commit-readme) https://github.com/bitcoin/bitcoin/pull/17637
< bitcoin-git> [bitcoin] emilengler opened pull request #17636: qt: Add -guisettings option (master...2019-11-guisettings) https://github.com/bitcoin/bitcoin/pull/17636

2019-11-29

< bitcoin-git> [bitcoin] hebasto opened pull request #17635: build: Add Travis CentOS 7 build (master...20191129-travis-centos-build) https://github.com/bitcoin/bitcoin/pull/17635
< bitcoin-git> [bitcoin] hebasto opened pull request #17634: qt: Fix comparison function signature (master...20191129-fix-comp) https://github.com/bitcoin/bitcoin/pull/17634
< bitcoin-git> [bitcoin] practicalswift opened pull request #17633: tests: Add option --valgrind to run the functional tests under Valgrind (master...functional-valgrind) https://github.com/bitcoin/bitcoin/pull/17633
< bitcoin-git> [bitcoin] meshcollider merged pull request #17587: gui: show watch-only balance in send screen (master...2019/11/send_balance) https://github.com/bitcoin/bitcoin/pull/17587
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/114e89e596a6...abb30de63f36
< bitcoin-git> bitcoin/master 2689c8f Sjors Provoost: [test] qt: add send screen balance test
< bitcoin-git> bitcoin/master 4a96e45 Sjors Provoost: [gui] send: show watch-only balance in send screen
< bitcoin-git> bitcoin/master abb30de Samuel Dobson: Merge #17587: gui: show watch-only balance in send screen
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #17631: Expose block filters over REST. (master...2019-11-filter-rest) https://github.com/bitcoin/bitcoin/pull/17631