2019-11-05

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17378: TestShell: Fix typos & implement cleanups (master...2019-11-testshell-followup) https://github.com/bitcoin/bitcoin/pull/17378
< bitcoin-git> [bitcoin] fanquake closed pull request #17377: wallet: remove unused variable spk_man in import* RPCs (master...20191105-refactor-remove_unused_variable_spkman) https://github.com/bitcoin/bitcoin/pull/17377
< bitcoin-git> [bitcoin] ryanofsky opened pull request #17381: LegacyScriptPubKeyMan code cleanups (master...pr/keyman-cleanup2) https://github.com/bitcoin/bitcoin/pull/17381
< luke-jr> #17356 is now passing and ready for concept review; in particular, one open question is how to deal with the `echo` JSON-RPC method: https://github.com/bitcoin/bitcoin/pull/17356#issuecomment-549565616
< gribble> https://github.com/bitcoin/bitcoin/issues/17356 | RPC: Internal named params by luke-jr . Pull Request #17356 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/bdda13787890...e204dc11b562
< bitcoin-git> bitcoin/master aa9b84a Igor Cota: depends: update README.md with working Android targets and API levels
< bitcoin-git> bitcoin/master 3fe1aba Igor Cota: depends: move README.md Android instructions to a separate section
< bitcoin-git> bitcoin/master e204dc1 MarcoFalke: Merge #17365: depends: update README.md with working Android targets and A...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17365: depends: update README.md with working Android targets and API levels (master...update-android-depends-doc) https://github.com/bitcoin/bitcoin/pull/17365
< bitcoin-git> [bitcoin] jachiang opened pull request #17378: TestShell: Fix typos & implement cleanups (master...2019-11-testshell-followup) https://github.com/bitcoin/bitcoin/pull/17378
< bitcoin-git> [bitcoin] theStack opened pull request #17377: wallet: remove unused variable spk_man in import* RPCs (master...20191105-refactor-remove_unused_variable_spkman) https://github.com/bitcoin/bitcoin/pull/17377
< bitcoin-git> [bitcoin] meshcollider pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/bfc4c896d6d2...bdda13787890
< bitcoin-git> bitcoin/master dce032c Jeremy Rubin: Make IsTrusted scan parents recursively
< bitcoin-git> bitcoin/master 595f09d Jeremy Rubin: Cache tx Trust per-call to avoid DoS
< bitcoin-git> bitcoin/master 5dd7da4 Jeremy Rubin: Reuse trustedParents in looped calls to IsTrusted
< bitcoin-git> [bitcoin] meshcollider merged pull request #16766: wallet: Make IsTrusted scan parents recursively (master...recursive-istrusted) https://github.com/bitcoin/bitcoin/pull/16766
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bc38bb9a6036...bfc4c896d6d2
< bitcoin-git> bitcoin/master 436ad43 Adam Jonas: Fix issue with conflicted mempool tx in listsinceblock
< bitcoin-git> bitcoin/master bfc4c89 Samuel Dobson: Merge #17258: Fix issue with conflicted mempool tx in listsinceblock
< bitcoin-git> [bitcoin] meshcollider merged pull request #17258: Fix issue with conflicted mempool tx in listsinceblock (master...listsinceblock-filter-conflicts) https://github.com/bitcoin/bitcoin/pull/17258
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #17376: Add Parallel P2P Client in Rust (master...2019-10-rusty-p2p) https://github.com/bitcoin/bitcoin/pull/17376
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #17375: Add asymptotes for benchmarking framework (master...asymptotic-benchmarks) https://github.com/bitcoin/bitcoin/pull/17375

2019-11-04

< bitcoin-git> [bitcoin] achow101 opened pull request #17374: IsMine: Set state to WATCH_ONLY if we can get the pubkey (master...wallet-box-pr-7) https://github.com/bitcoin/bitcoin/pull/17374
< bitcoin-git> [bitcoin] achow101 opened 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] achow101 opened pull request #17371: Refactor: Require scriptPubKey to get wallet SigningProvider (master...wallet-box-pr-5) https://github.com/bitcoin/bitcoin/pull/17371
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17370: doc: Update doc/bips.md with recent changes in master (master...1911-docBips) https://github.com/bitcoin/bitcoin/pull/17370
< bitcoin-git> [bitcoin] achow101 opened pull request #17369: Refactor: Move encryption code between KeyMan and Wallet (master...wallet-box-pr-4) https://github.com/bitcoin/bitcoin/pull/17369
< bitcoin-git> [bitcoin] fanquake closed pull request #17128: gui: remove unnecessary shortcuts in bitcoingui files (master...clean-bitcoingui) https://github.com/bitcoin/bitcoin/pull/17128
< bitcoin-git> [bitcoin] MarcoFalke pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/33b155f28732...bc38bb9a6036
< bitcoin-git> bitcoin/master ede8b76 JamesC: Remove network_event_loop instance in close()
< bitcoin-git> bitcoin/master 6b71241 JamesC: Refactor TestFramework main() into setup/shutdown
< bitcoin-git> bitcoin/master 6f40820 JamesC: Add closing and flushing of logging handlers
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17288: Added TestShell class for interactive Python environments. (master...2019-10-testwrapper) https://github.com/bitcoin/bitcoin/pull/17288
< bitcoin-git> [bitcoin] fanquake opened pull request #17368: cli: fix -getinfo output when compiled with no wallet (master...fix_getinfo_no_wallet) https://github.com/bitcoin/bitcoin/pull/17368
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17366: test: Reset global args between test suites (master...1911-testResetGlobals) https://github.com/bitcoin/bitcoin/pull/17366
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/94a26b192f18...33b155f28732
< bitcoin-git> bitcoin/master fa07b8b MarcoFalke: test: Reset global args between test suites
< bitcoin-git> bitcoin/master 33b155f MarcoFalke: Merge #17366: test: Reset global args between test suites
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17367: ci: Run non-cross-compile builds natively (master...1911-ciNative) https://github.com/bitcoin/bitcoin/pull/17367
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17318: replace asserts in RPC code with CHECK_NONFATAL and add linter (master...replace-rpc-asserts-for-CHECK_NONFATAL) https://github.com/bitcoin/bitcoin/pull/17318
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6cb10c14c600...94a26b192f18
< bitcoin-git> bitcoin/master c98bd13 Adam Jonas: replace asserts in RPC code with CHECK_NONFATAL and add linter
< bitcoin-git> bitcoin/master 94a26b1 MarcoFalke: Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add lint...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17199: test: use default address type (bech32) for wallet_bumpfee tests (master...20191020-test-wallet-bumpfee_adapt_constants_after_default_address_change) https://github.com/bitcoin/bitcoin/pull/17199
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8f9df2ed88c4...6cb10c14c600
< bitcoin-git> bitcoin/master 8d8e5a7 Sebastian Falbesoner: test: use default address type (bech32) for wallet_bumpfee tests
< bitcoin-git> bitcoin/master 6cb10c1 MarcoFalke: Merge #17199: test: use default address type (bech32) for wallet_bumpfee t...
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/bbc9e4133cc5...8f9df2ed88c4
< bitcoin-git> bitcoin/master 090b75c User: p2p: Avoid allocating memory for addrKnown where we don't need it
< bitcoin-git> bitcoin/master a552e84 User: added asserts to check m_addr_known when it's used
< bitcoin-git> bitcoin/master b6d2183 User: Minor refactoring to remove implied m_addr_relay_peer.
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17164: p2p: Avoid allocating memory for addrKnown where we don't need it (master...addr_relay_optimization_4) https://github.com/bitcoin/bitcoin/pull/17164
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17366: test: Reset global args between test suites (master...1911-testResetGlobals) https://github.com/bitcoin/bitcoin/pull/17366
< bitcoin-git> [bitcoin] icota opened pull request #17365: depends: update README.md with working Android targets and API levels (master...update-android-depends-doc) https://github.com/bitcoin/bitcoin/pull/17365
< bitcoin-git> [bitcoin] laanwj pushed 19 commits to master: https://github.com/bitcoin/bitcoin/compare/fba574c908bb...bbc9e4133cc5
< bitcoin-git> bitcoin/master b4cb18b Andrew Chow: MOVEONLY: Reorder LegacyScriptPubKeyMan methods
< bitcoin-git> bitcoin/master 533d8b3 Andrew Chow: Refactor: Declare LegacyScriptPubKeyMan methods as virtual
< bitcoin-git> bitcoin/master acedc5b Andrew Chow: Refactor: Add new ScriptPubKeyMan virtual methods
< bitcoin-git> [bitcoin] laanwj merged pull request #17304: refactor: Move many functions into LegacyScriptPubKeyMan and further separate it from CWallet (master...wallet-box-pr-3) https://github.com/bitcoin/bitcoin/pull/17304
< gribble> https://github.com/bitcoin/bitcoin/issues/17102 | doc: Add missing indexes/blockfilter/basic to doc/files.md by MarcoFalke . Pull Request #17102 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17304 | refactor: Move many functions into LegacyScriptPubKeyMan and further separate it from CWallet by achow101 . Pull Request #17304 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] sipsorcery opened pull request #17364: Updated appveyor config for VS2019 and Qt5.9.8 (master...vs2019_oct31) https://github.com/bitcoin/bitcoin/pull/17364
< bitcoin-git> [bitcoin] stefanwouldgo closed pull request #17008: build: bump libevent to 2.1.11 in depends (master...master) https://github.com/bitcoin/bitcoin/pull/17008
< bitcoin-git> [bitcoin] stefanwouldgo reopened pull request #17008: build: bump libevent to 2.1.11 in depends (master...master) https://github.com/bitcoin/bitcoin/pull/17008
< bitcoin-git> [bitcoin] theStack opened pull request #17363: test: add "diamond" unit test to MempoolAncestryTests (master...20191104-test-add_diamond_ancestors_unit_test) https://github.com/bitcoin/bitcoin/pull/17363
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/def69e5a8632...fba574c908bb
< bitcoin-git> bitcoin/master 29f8434 Hennadii Stepanov: refactor: Remove redundant PSBT copy constructor
< bitcoin-git> bitcoin/master fa89198 MarcoFalke: bench: Remove redundant copy constructor in mempool_stress
< bitcoin-git> bitcoin/master fba574c MarcoFalke: Merge #17349: Remove redundant copy constructors
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17349: Remove redundant copy constructors (master...1911-copyConstructorWhy) https://github.com/bitcoin/bitcoin/pull/17349
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5933c6d9245d...def69e5a8632
< bitcoin-git> bitcoin/master fafa064 MarcoFalke: ci: Remove ccache requirement on the host
< bitcoin-git> bitcoin/master facc0da MarcoFalke: travis: Run unit and functional tests on native arm
< bitcoin-git> bitcoin/master def69e5 MarcoFalke: Merge #17233: travis: Run unit and functional tests on native arm
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17233: travis: Run unit and functional tests on native arm (master...1910-travisNativeArm) https://github.com/bitcoin/bitcoin/pull/17233
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17228: test: Add RegTestingSetup to setup_common (master...1910-RegTestingSetup) https://github.com/bitcoin/bitcoin/pull/17228
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/73b26e38d7a1...5933c6d9245d
< bitcoin-git> bitcoin/master fa54b3e MarcoFalke: test: move-only ComputeFilter to src/test/lib/blockfilter
< bitcoin-git> bitcoin/master fa0a731 MarcoFalke: test: Add RegTestingSetup to setup_common
< bitcoin-git> bitcoin/master 5933c6d MarcoFalke: Merge #17228: test: Add RegTestingSetup to setup_common
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17351: doc: Fix some misspellings (master...makeseeds-py) https://github.com/bitcoin/bitcoin/pull/17351
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/91fbcf41b35c...73b26e38d7a1
< bitcoin-git> bitcoin/master ac83133 randymcmillan: doc: Fix some misspellings
< bitcoin-git> bitcoin/master 73b26e3 MarcoFalke: Merge #17351: doc: Fix some misspellings
< bitcoin-git> [bitcoin] laanwj merged pull request #16110: depends: Add Android NDK support (master...add-android-to-depends) https://github.com/bitcoin/bitcoin/pull/16110
< bitcoin-git> [bitcoin] laanwj pushed 14 commits to master: https://github.com/bitcoin/bitcoin/compare/c4b8dd20600f...91fbcf41b35c
< bitcoin-git> bitcoin/master 0b0cff3 Igor Cota: Add support for building Android dependencies
< bitcoin-git> bitcoin/master c2a749c Igor Cota: Add example Android host-platform-triplet and options
< bitcoin-git> bitcoin/master 9c4cb01 Igor Cota: Add ranlib to android.mk hosts file (fix OSX Android NDK build)
< bitcoin-git> [bitcoin] Sjors closed pull request #17246: wallet: avoid knapsack when there's no change (master...2019/10/less-knapsack) https://github.com/bitcoin/bitcoin/pull/17246
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/463eab5e1418...c4b8dd20600f
< bitcoin-git> bitcoin/master f44abe4 Hennadii Stepanov: refactor: Remove addrdb.h dependency from node.h
< bitcoin-git> bitcoin/master c4b8dd2 Wladimir J. van der Laan: Merge #17297: refactor: Remove addrdb.h dependency from node.h
< bitcoin-git> [bitcoin] laanwj merged pull request #17297: refactor: Remove addrdb.h dependency from node.h (master...20191029-refactor-addrdb) https://github.com/bitcoin/bitcoin/pull/17297
< bitcoin-git> [bitcoin] jonatack opened pull request #17362: test: speed up wallet_avoidreuse, add logging (master...wallet_avoidreuse-test-improvements) https://github.com/bitcoin/bitcoin/pull/17362

2019-11-03

< bitcoin-git> [bitcoin] hebasto opened pull request #17361: script: Lint Gitian descriptors with ShellCheck (master...20191103-lint-gitian-scripts) https://github.com/bitcoin/bitcoin/pull/17361
< jeremyrubin> First off, 64-bit trusty allocates less than the 32-bit builds https://travis-ci.org/JeremyRubin/bitcoin/jobs/606836336?utm_medium=notification&utm_source=github_status
< bitcoin-git> [bitcoin] Danny-Scott opened pull request #17360: gui: cleaning up hide button tool tip (master...nov-2019-hide-button-tool-tip) https://github.com/bitcoin/bitcoin/pull/17360
< bitcoin-git> [bitcoin] fanquake closed pull request #17359: bsa2Rename ccpp.yml to btc@2ccpp.yml (master...master) https://github.com/bitcoin/bitcoin/pull/17359
< bitcoin-git> [bitcoin] com03240 opened pull request #17359: bsa2Rename ccpp.yml to btc@2ccpp.yml (master...master) https://github.com/bitcoin/bitcoin/pull/17359
< gribble> https://github.com/bitcoin/bitcoin/issues/15202 | gui: Add Close All Wallets action by promag . Pull Request #15202 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #17357: tests: Add fuzzing harness for Bech32 encoding/decoding (master...fuzzers-bech32) https://github.com/bitcoin/bitcoin/pull/17357

2019-11-02

< bitcoin-git> [bitcoin] sdaftuar closed pull request #17346: Remove F401 (warning for unused imports) from lint-python.sh (master...2019-11-python-linter-sucks) https://github.com/bitcoin/bitcoin/pull/17346
< bitcoin-git> [bitcoin] luke-jr opened pull request #17356: RPC: Internal named params (master...internal_named_params) https://github.com/bitcoin/bitcoin/pull/17356
< bitcoin-git> [bitcoin] za-kk opened pull request #17355: Grey out used address in address book (master...oct-19-17174) https://github.com/bitcoin/bitcoin/pull/17355
< bitcoin-git> [bitcoin] promag opened pull request #17354: wallet: Tidy CWallet::SetUsedDestinationState (master...2019-11-setuseddestinationstate) https://github.com/bitcoin/bitcoin/pull/17354
< bitcoin-git> [bitcoin] hebasto opened pull request #17353: doc: Add ShellCheck to lint tests dependencies (master...20191102-lint-dependencies) https://github.com/bitcoin/bitcoin/pull/17353
< sipa> that's the bitcoin core one; the other two are for sexp and leveldb i think
< sipa> and the bitcoin core one is broken because of the hackery that let us run all unit tests in paralllel
< michaelfolkson> Hey. I've asked a question on running unit tests on Mac OS using the `make check` command. If someone could help answer it, it would be appreciated. Thanks https://bitcoin.stackexchange.com/questions/91446/can-someone-explain-the-output-from-running-bitcoin-core-unit-tests-on-mac-os-pl
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/964136695027...463eab5e1418
< bitcoin-git> bitcoin/master d6e493f Fabian Jahr: wallet: Remove left-over BIP70 comment
< bitcoin-git> bitcoin/master 3ed8e3d Fabian Jahr: doc: Remove explicit network name references
< bitcoin-git> bitcoin/master 463eab5 Wladimir J. van der Laan: Merge #17285: doc: Bip70 removal follow-up
< bitcoin-git> [bitcoin] laanwj merged pull request #17285: doc: Bip70 removal follow-up (master...bip70_followup) https://github.com/bitcoin/bitcoin/pull/17285
< darosior> wumpus: You want me to add a test for https://github.com/bitcoin/bitcoin/pull/17328 but I can't, on regtest the `verificationprogress` will always be 1, even when not synced..
< wumpus> some nice generative art by jeremyrubin https://github.com/bitcoin/bitcoin/pull/17292#issuecomment-547592769
< gribble> https://github.com/bitcoin/bitcoin/issues/16963 | wallet: Fix unique_ptr usage in boost::signals2 by promag . Pull Request #16963 . bitcoin/bitcoin . GitHub
< wumpus> PSA: I've invited jonatack to the bitcoin and bitcoin-core orgs, seems a frequent enough contributor, also sipsorcery a few days ago (I was surprised the MSVC build maintainer wasn't in the org yet)
< bitcoin-git> [bitcoin] laanwj merged pull request #17293: Add assertion to randrange that input is not 0 (master...assert-randrange) https://github.com/bitcoin/bitcoin/pull/17293
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a5224be64541...964136695027
< bitcoin-git> bitcoin/master a35b682 Jeremy Rubin: Add assertion to randrange that input is not 0
< bitcoin-git> bitcoin/master 9641366 Wladimir J. van der Laan: Merge #17293: Add assertion to randrange that input is not 0
< bitcoin-git> [bitcoin] laanwj closed pull request #16769: build: Improve Windows uninstaller (master...uninstall.exe) https://github.com/bitcoin/bitcoin/pull/16769
< bitcoin-git> [bitcoin] jonatack closed pull request #17338: wallet: rm unused LegacyScriptPubKeyMan& spk_man (master...rm-unused-spk-man-in-rpcdump) https://github.com/bitcoin/bitcoin/pull/17338
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #17351: build:lint eliminate some lint spelling alerts (master...makeseeds-py) https://github.com/bitcoin/bitcoin/pull/17351
< bitcoin-git> [bitcoin] HAOYUatHZ opened pull request #17350: doc: Add developer documentation to isminetype (master...doc_isminetype) https://github.com/bitcoin/bitcoin/pull/17350

2019-11-01

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17349: Remove redundant copy constructors (master...1911-copyConstructorWhy) https://github.com/bitcoin/bitcoin/pull/17349
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17292: Add new mempool benchmarks for a complex pool (master...bench_mempool) https://github.com/bitcoin/bitcoin/pull/17292
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5021ef8d7fff...a5224be64541
< bitcoin-git> bitcoin/master b0c774b Jeremy Rubin: Add new mempool benchmarks for a complex pool
< bitcoin-git> bitcoin/master a5224be MarcoFalke: Merge #17292: Add new mempool benchmarks for a complex pool
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c737839471fe...5021ef8d7fff
< bitcoin-git> bitcoin/master 5710dad kodslav: test: fix script_p2sh_tests OP_PUSHBACK2/4 missing
< bitcoin-git> bitcoin/master 5021ef8 MarcoFalke: Merge #17254: test: fix script_p2sh_tests OP_PUSHBACK2/4 missing
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17254: test: fix script_p2sh_tests OP_PUSHBACK2/4 missing (master...2019-10-missing-OP_PUSHBACK-test) https://github.com/bitcoin/bitcoin/pull/17254
< bitcoin-git> [bitcoin] jnewbery closed pull request #16682: p2p: Disconnect peer that send us tx INVs when we opted out of tx relay (master...2019-08-disconnect-blocksonly-violators) https://github.com/bitcoin/bitcoin/pull/16682
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3f8d95500db0...c737839471fe
< bitcoin-git> bitcoin/master b1f1fb5 fanquake: doc: update MSVC instructions to remove Qt configuration
< bitcoin-git> bitcoin/master 162d003 fanquake: doc: compiling with Visual Studio is now supported on Windows
< bitcoin-git> bitcoin/master c737839 MarcoFalke: Merge #17309: doc: update MSVC instructions to remove Qt OpenSSL linking
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17309: doc: update MSVC instructions to remove Qt OpenSSL linking (master...windows_notes_update) https://github.com/bitcoin/bitcoin/pull/17309
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6a7c40bee403...3f8d95500db0
< bitcoin-git> bitcoin/master 59853c3 Hennadii Stepanov: test: Do not instantiate CAddrDB for static call
< bitcoin-git> bitcoin/master 3f8d955 fanquake: Merge #17345: test: Do not instantiate CAddrDB for static call CAddrDB::Re...
< bitcoin-git> [bitcoin] fanquake merged pull request #17345: test: Do not instantiate CAddrDB for static call CAddrDB::Read() (master...20191101-static-caddrdb-read) https://github.com/bitcoin/bitcoin/pull/17345
< bitcoin-git> [bitcoin] fanquake closed pull request #17347: build:lint add "hist" to list of false positives (master...makeseeds-py) https://github.com/bitcoin/bitcoin/pull/17347
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #17347: build:lint add "hist" to list of false positives (master...makeseeds-py) https://github.com/bitcoin/bitcoin/pull/17347
< bitcoin-git> [bitcoin] sdaftuar opened pull request #17346: Remove F401 (warning for unused imports) from lint-python.sh (master...2019-11-python-linter-sucks) https://github.com/bitcoin/bitcoin/pull/17346
< bitcoin-git> [bitcoin] hebasto opened pull request #17345: test: Do not instantiate CAddrDB for static call CAddrDB::Read() (master...20191101-static-caddrdb-read) https://github.com/bitcoin/bitcoin/pull/17345
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15888: QA: Add wallet_implicitsegwit to test the ability to transform keys between address types (master...test_wallet_implicitsegwit) https://github.com/bitcoin/bitcoin/pull/15888
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0e6cae024834...6a7c40bee403
< bitcoin-git> bitcoin/master a6f6f77 Luke Dashjr: QA: Add wallet_implicitsegwit to test the ability to transform keys betwee...
< bitcoin-git> bitcoin/master 6a7c40b MarcoFalke: Merge #15888: QA: Add wallet_implicitsegwit to test the ability to transfo...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bc3fcf3c0d1d...0e6cae024834
< bitcoin-git> bitcoin/master 58d0393 randymcmillann: build: update retry to current version
< bitcoin-git> bitcoin/master 0e6cae0 MarcoFalke: Merge #17284: build: update retry to current version
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17284: build: update retry to current version (master...retry) https://github.com/bitcoin/bitcoin/pull/17284
< gribble> https://github.com/bitcoin/bitcoin/issues/17331 | Use effective values throughout coin selection by achow101 . Pull Request #17331 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] jnewbery opened pull request #17342: Doc: Add comment to nScriptCheckThreads (master...2019-11-nScriptCheckThreads-comment) https://github.com/bitcoin/bitcoin/pull/17342
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/90a2341713fb...bc3fcf3c0d1d
< bitcoin-git> bitcoin/master 94fcc08 Jon Atack: test: add rpc_fundrawtransaction logging
< bitcoin-git> bitcoin/master ff22751 Jon Atack: test: rm ascii art in rpc_fundrawtransaction
< bitcoin-git> bitcoin/master bc3fcf3 MarcoFalke: Merge #17327: test: add rpc_fundrawtransaction logging
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17327: test: add rpc_fundrawtransaction logging (master...rpc_fundrawtransaction-test-logging) https://github.com/bitcoin/bitcoin/pull/17327
< bitcoin-git> [bitcoin] jnewbery opened pull request #17340: Tests: speed up fundrawtransaction test (master...2019-11-speed-up-fundrawtransaction-test) https://github.com/bitcoin/bitcoin/pull/17340
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17218: Replace the LogPrint function with a macro (master...2019-10-log-print) https://github.com/bitcoin/bitcoin/pull/17218
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ddd46293bd83...90a2341713fb
< bitcoin-git> bitcoin/master 8734c85 Jeffrey Czyz: Replace the LogPrint function with a macro
< bitcoin-git> bitcoin/master 90a2341 MarcoFalke: Merge #17218: Replace the LogPrint function with a macro
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17324: Update univalue subtree (master...1910-updateUnivalue) https://github.com/bitcoin/bitcoin/pull/17324
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b54666c849ba...ddd46293bd83
< bitcoin-git> bitcoin/master fa0b3da MarcoFalke: Squashed 'src/univalue/' changes from 7890db99d6..5a58a46671
< bitcoin-git> bitcoin/master fa439e8 MarcoFalke: Update univalue subtree
< bitcoin-git> bitcoin/master ddd4629 MarcoFalke: Merge #17324: Update univalue subtree
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17218: Replace the LogPrint function with a macro (master...2019-10-log-print) https://github.com/bitcoin/bitcoin/pull/17218
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #17218: Replace the LogPrint function with a macro (master...2019-10-log-print) https://github.com/bitcoin/bitcoin/pull/17218
< bitcoin-git> [bitcoin] michaelfolkson opened pull request #17339: doc: Add template for good first issues (master...20191101-first-issue) https://github.com/bitcoin/bitcoin/pull/17339
< bitcoin-git> [bitcoin] jonatack opened pull request #17338: wallet: rm unused LegacyScriptPubKeyMan& spk_man (master...rm-unused-spk-man-in-rpcdump) https://github.com/bitcoin/bitcoin/pull/17338
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/462fbcd21238...b54666c849ba
< bitcoin-git> bitcoin/master a8b8286 Antoine Riard: Fix incorrect help-debug for -checkpoints
< bitcoin-git> bitcoin/master b54666c Wladimir J. van der Laan: Merge #17286: Fix help-debug -checkpoints
< bitcoin-git> [bitcoin] laanwj merged pull request #17286: Fix help-debug -checkpoints (master...2019-10-comment-validation) https://github.com/bitcoin/bitcoin/pull/17286
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/222b7d0ca795...462fbcd21238
< bitcoin-git> bitcoin/master 8a0ca5e Hennadii Stepanov: log: Fix log message for -par=1
< bitcoin-git> bitcoin/master 462fbcd Wladimir J. van der Laan: Merge #17325: log: Fix log message for -par=1
< bitcoin-git> [bitcoin] laanwj merged pull request #17325: log: Fix log message for -par=1 (master...20191030-fix-par-log) https://github.com/bitcoin/bitcoin/pull/17325

2019-10-31

< bitcoin-git> [bitcoin] Rjected opened pull request #17336: scripts: search for first block file for linearize-data with some block files pruned (master...linearize) https://github.com/bitcoin/bitcoin/pull/17336
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #17335: Add test for syncing blocks generated after invalidateblock. (master...2019-10-invalid-mine-test) https://github.com/bitcoin/bitcoin/pull/17335
< nickler> #proposedmeetingtopic security email address for bitcoin-core/secp256k1 (https://github.com/bitcoin-core/secp256k1/pull/679)
< gribble> https://github.com/bitcoin/bitcoin/issues/17268 | Epoch Mempool by JeremyRubin . Pull Request #17268 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17268 | Epoch Mempool by JeremyRubin . Pull Request #17268 . bitcoin/bitcoin . GitHub
< instagibbs> new benchmark also https://github.com/bitcoin/bitcoin/pull/17292
< gribble> https://github.com/bitcoin/bitcoin/issues/16148 | Travis timeouts . Issue #16148 . bitcoin/bitcoin . GitHub
< cfields> Bitcoin 0.20 when? :p
< jeremyrubin> Here's a reductionist viewpoint: It's not worth jumping through too many hoops for apple users, because ultimately if the person shipping your kernel decides you don't want them running bitcoin, or a version of bitcoin, you're already, to put it lightly, fucked
< wumpus> provoostenator: it would be a bad idea for bitcoin, so for bitcoin we should reject it
< cfields> dongcarl: yes, and that's inevitible. Because we ARE bitcoin core. You know, the thing they're scanning their binaries for :)
< gribble> https://github.com/bitcoin/bitcoin/issues/15774 | macOS App Notarization . Issue #15774 . bitcoin/bitcoin . GitHub
< jnewbery> updated description is visible here: https://github.com/bitcoin/bitcoin/projects?query=is%3Aclosed
< bitcoin-git> [bitcoin] fanquake closed pull request #13751: Utils and libraries: Drops the boost/algorithm/string/split.hpp dependency (master...patch/remove_boost_split) https://github.com/bitcoin/bitcoin/pull/13751
< gribble> https://github.com/bitcoin/bitcoin/issues/13751 | Utils and libraries: Drops the boost/algorithm/string/split.hpp dependency by l2a5b1 . Pull Request #13751 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17307 | Stop using `boost::thread_group` . Issue #17307 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17245 | wallet: Remove Boost from DecodeDumpTime by elichai . Pull Request #17245 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16974 | Walk pindexBestHeader back to ChainActive().Tip() if it is invalid by TheBlueMatt . Pull Request #16974 . bitcoin/bitcoin . GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral ariard digi_james amiti fjahr
< wumpus> four proposed topics in https://gist.github.com/moneyball/071d608fdae217c2a6d7c35955881d8a : "moneyball: follow-up on travis and #16148" "umpus: close Boost -> C++11 migration project for now" "proposed by dongcarl: MacOS, notarization https://github.com/bitcoin/bitcoin/issues/15774" "jeremyrubin: epoch mempool"
< gribble> https://github.com/bitcoin/bitcoin/issues/16148 | Travis timeouts . Issue #16148 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] sdaftuar opened pull request #17332: [p2p] Proof-of-concept: Improve DoS-resistance to low-work headers chains (master...2019-10-no-checkpoints-cleanedup) https://github.com/bitcoin/bitcoin/pull/17332
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/811c381ab650...222b7d0ca795
< bitcoin-git> bitcoin/master c5377ff Suhas Daftuar: [qa] Add shrinkdebugfile=0 to regtest bitcoin.conf
< bitcoin-git> bitcoin/master 222b7d0 MarcoFalke: Merge #17330: test: Add shrinkdebugfile=0 to regtest bitcoin.conf
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17330: test: Add shrinkdebugfile=0 to regtest bitcoin.conf (master...2019-10-shrinkdebugfile0) https://github.com/bitcoin/bitcoin/pull/17330
< bitcoin-git> [bitcoin] achow101 opened pull request #17331: Use effective values throughout coin selection (master...effective-value) https://github.com/bitcoin/bitcoin/pull/17331
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/100fa0a62a29...811c381ab650
< bitcoin-git> bitcoin/master 60582d6 John Newbery: [linter] Strip trailing / in path for git-subtree-check
< bitcoin-git> bitcoin/master 811c381 fanquake: Merge #17329: linter: Strip trailing / in path for git-subtree-check
< bitcoin-git> [bitcoin] fanquake merged pull request #17329: linter: Strip trailing / in path for git-subtree-check (master...2019-10-subtree-path) https://github.com/bitcoin/bitcoin/pull/17329
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/1c5e0ccabae1...100fa0a62a29
< bitcoin-git> bitcoin/master 52cf68f Russell Yanofsky: Refactor: Add GetLegacyScriptPubKeyMan helper
< bitcoin-git> bitcoin/master 628d11b Russell Yanofsky: Add back mistakenly removed AssertLockHeld
< bitcoin-git> bitcoin/master 2632b1f Russell Yanofsky: doc: Clarify WalletStorage / Wallet relation
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17300: LegacyScriptPubKeyMan code cleanups (master...pr/keyman-cleanup) https://github.com/bitcoin/bitcoin/pull/17300
< bitcoin-git> [bitcoin] sdaftuar opened pull request #17330: [qa] Add shrinkdebugfile=0 to regtest bitcoin.conf (master...2019-10-shrinkdebugfile0) https://github.com/bitcoin/bitcoin/pull/17330
< bitcoin-git> [bitcoin] jnewbery opened pull request #17329: linter: Strip trailing / in path for git-subtree-check (master...2019-10-subtree-path) https://github.com/bitcoin/bitcoin/pull/17329
< bitcoin-git> [bitcoin] darosior opened pull request #17328: GuessVerificationProgress: cap the ratio to 1 (master...fixup_getblockchaininfo) https://github.com/bitcoin/bitcoin/pull/17328
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17274: tests: Fix fuzzers eval_script and script_flags by re-adding ECCVerifyHandle dependency (master...fuzzer-initialization-follow-up) https://github.com/bitcoin/bitcoin/pull/17274
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/feb1a8c03aff...1c5e0ccabae1
< bitcoin-git> bitcoin/master 9cae3d5 practicalswift: tests: Add fuzzer initialization (hold ECCVerifyHandle)
< bitcoin-git> bitcoin/master 1c5e0cc MarcoFalke: Merge #17274: tests: Fix fuzzers eval_script and script_flags by re-adding...
< gribble> https://github.com/bitcoin/bitcoin/issues/16432 | qt: Add privacy to the Overview page by hebasto . Pull Request #16432 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/08e29473126d...feb1a8c03aff
< bitcoin-git> bitcoin/master 3b3b931 Carl Dong: nsis: Write to correct filename in first place
< bitcoin-git> bitcoin/master feb1a8c Wladimir J. van der Laan: Merge #17308: nsis: Write to correct filename in first place
< bitcoin-git> [bitcoin] laanwj merged pull request #17308: nsis: Write to correct filename in first place (master...2019-10-simplify-nsis-exe-rename) https://github.com/bitcoin/bitcoin/pull/17308
< gribble> https://github.com/bitcoin/bitcoin/issues/16697 | Unknown version bit fork activated warning . Issue #16697 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] jonatack opened pull request #17327: test: add rpc_fundrawtransaction logging (master...rpc_fundrawtransaction-test-logging) https://github.com/bitcoin/bitcoin/pull/17327
< JeremyCrookshank> Any recommenced reading for Bitcoin Development?

2019-10-30

< bitcoin-git> [bitcoin] hebasto opened pull request #17325: log: Fix log message for -par=1 (master...20191030-fix-par-log) https://github.com/bitcoin/bitcoin/pull/17325
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17324: Update univalue subtree (master...1910-updateUnivalue) https://github.com/bitcoin/bitcoin/pull/17324
< bitcoin-git> [bitcoin] Sjors closed pull request #17301: gui: enable RPC server by default (master...2019/10/gui-server) https://github.com/bitcoin/bitcoin/pull/17301
< bitcoin-git> [bitcoin] fanquake merged pull request #17316: refactor: Replace all uses of boost::optional with our own Optional type (master...2019_10_optional) https://github.com/bitcoin/bitcoin/pull/17316
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a6abc94e9307...08e29473126d
< bitcoin-git> bitcoin/master d314e8a Wladimir J. van der Laan: refactor: Replace all uses of boost::optional with our own Optional type
< bitcoin-git> bitcoin/master 08e2947 fanquake: Merge #17316: refactor: Replace all uses of boost::optional with our own O...
< gribble> https://github.com/bitcoin/bitcoin/issues/3087722 | HTTP Error 404: Not Found
< bitcoin-git> [bitcoin] practicalswift closed pull request #17320: Make compiler warn about tautological run-time comparisons (master...static_assert) https://github.com/bitcoin/bitcoin/pull/17320
< wumpus> I'm unwilling to upload non-reproducible builds to bitcoin(core).org
< gribble> https://github.com/bitcoin/bitcoin/issues/15774 | macOS App Notarization . Issue #15774 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16966 | ui: make send a wizard by Sjors . Pull Request #16966 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] instagibbs opened pull request #17322: Fix input size assertion in wallet_bumpfee.py (master...w_bp_assert) https://github.com/bitcoin/bitcoin/pull/17322
< bitcoin-git> [bitcoin] practicalswift reopened pull request #17320: Make compiler warn about tautological run-time comparisons (master...static_assert) https://github.com/bitcoin/bitcoin/pull/17320
< bitcoin-git> [bitcoin] practicalswift closed pull request #17320: Make compiler warn about tautological run-time comparisons (master...static_assert) https://github.com/bitcoin/bitcoin/pull/17320
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3c40bc6726b6...a6abc94e9307
< bitcoin-git> bitcoin/master 1cf9b35 Wladimir J. van der Laan: doc: Add developer note on c_str()
< bitcoin-git> bitcoin/master a6abc94 Wladimir J. van der Laan: Merge #17281: doc: Add developer note on c_str()
< bitcoin-git> [bitcoin] laanwj merged pull request #17281: doc: Add developer note on c_str() (master...2019_10_c_str_note) https://github.com/bitcoin/bitcoin/pull/17281
< bitcoin-git> [bitcoin] practicalswift opened pull request #17320: Make compiler warn about tautological comparisons (master...static_assert) https://github.com/bitcoin/bitcoin/pull/17320
< bitcoin-git> [bitcoin] jnewbery opened pull request #17319: Tests: remove bignum module (master...2019-10-bignum) https://github.com/bitcoin/bitcoin/pull/17319
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/cab94cc07489...3c40bc6726b6
< bitcoin-git> bitcoin/master a27a295 John Newbery: [validation] Add CValidationState subclasses
< bitcoin-git> bitcoin/master 067981e John Newbery: [validation] Tidy Up ValidationResult class
< bitcoin-git> bitcoin/master 1a37de4 John Newbery: [validation] Remove error() calls from Invalid() calls
< bitcoin-git> [bitcoin] laanwj merged pull request #15921: validation: Tidy up ValidationState interface (master...2019-04-pr15141-cleanups) https://github.com/bitcoin/bitcoin/pull/15921
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/341e8d355d1a...cab94cc07489
< bitcoin-git> bitcoin/master fa144e6 MarcoFalke: rpc: Add generatetodescriptor
< bitcoin-git> bitcoin/master cab94cc Wladimir J. van der Laan: Merge #16943: test: Add generatetodescriptor RPC
< bitcoin-git> [bitcoin] laanwj merged pull request #16943: test: Add generatetodescriptor RPC (master...1909-rpcMiningDescriptor) https://github.com/bitcoin/bitcoin/pull/16943
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/edd9d0781b96...341e8d355d1a
< bitcoin-git> bitcoin/master d5dbb48 practicalswift: tests: Add fuzzing harness for ISO-8601 related functions
< bitcoin-git> bitcoin/master 595cc9b practicalswift: docs: Add undefined to --with-sanitizers=fuzzer,address
< bitcoin-git> bitcoin/master 341e8d3 MarcoFalke: Merge #17291: tests: Add fuzzing harness for ISO-8601 related functions
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17291: tests: Add fuzzing harness for ISO-8601 related functions (master...fuzzers-parse_iso8601) https://github.com/bitcoin/bitcoin/pull/17291
< bitcoin-git> [bitcoin] adamjonas opened pull request #17318: replace asserts in RPC code with CHECK_NONFATAL and add linter (master...replace-rpc-asserts-for-CHECK_NONFATAL) https://github.com/bitcoin/bitcoin/pull/17318
< bitcoin-git> [bitcoin] laanwj opened pull request #17316: refactor: Replace all uses of boost::optional with our own Optional type (master...2019_10_optional) https://github.com/bitcoin/bitcoin/pull/17316
< jtimon> I've been rebasing a commit similar to https://github.com/bitcoin/bitcoin/pull/16681 for years (which is a bit annoying as new instances appeared) and people are still complaining because it is not complete and more instances may appear.
< jtimon> On the other hand I created https://github.com/bitcoin/bitcoin/pull/17306 and it was merged in 16 hours, being incomplete and with a nit on it.
< bitcoin-git> [bitcoin] setpill closed pull request #16994: contrib: replace deprecated PermissionsStartOnly in systemd init (master...fix-deprecated-permissionsstartonly) https://github.com/bitcoin/bitcoin/pull/16994
< gribble> https://github.com/bitcoin/bitcoin/issues/16994 | contrib: replace deprecated PermissionsStartOnly in systemd init by setpill . Pull Request #16994 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #17302: cli: Add "headers" and "verificationprogress" to -getinfo (master...2019_10_getinfo) https://github.com/bitcoin/bitcoin/pull/17302
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/471e5f882907...edd9d0781b96
< bitcoin-git> bitcoin/master 3187934 Wladimir J. van der Laan: cli: Add "headers" and "verificationprogress" to -getinfo
< bitcoin-git> bitcoin/master edd9d07 Wladimir J. van der Laan: Merge #17302: cli: Add "headers" and "verificationprogress" to -getinfo
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/f129170b8592...471e5f882907